# 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" ] | |
} |