blob: 839520d6d325a681ebd765d34a8d0d2d3d877d75 [file] [log] [blame]
# Copyright 2017 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/android/rules.gni")
android_library("compositor_animator_java") {
java_files = [ "java/src/org/chromium/chrome/browser/compositor/animation/FloatProperty.java" ]
}