1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//build/config/android/rules.gni")
9 android_resources("android_data_chart_java_resources") {
10 custom_package = "org.chromium.third_party.android"
11 resource_dirs = [ "java/res" ]
14 android_library("android_data_chart_java") {
15 DEPRECATED_java_in_dir = "java/src"
17 ":android_data_chart_java_resources",