1 # Copyright 2014 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")
7 # GYP: //components/dom_distiller.gypi:dom_distiller_core_java
8 android_library("dom_distiller_core_java") {
14 ":dom_distiller_core_font_family_javagen",
15 ":dom_distiller_core_theme_javagen",
18 DEPRECATED_java_in_dir = "java/src"
21 # GYP: //components/dom_distiller.gypi:dom_distiller_core_font_family_java
22 java_cpp_template("dom_distiller_core_font_family_javagen") {
23 package_name = "org/chromium/components/dom_distiller/core"
25 "java/src/org/chromium/components/dom_distiller/core/FontFamily.template",
28 "../core/font_family_list.h",
32 # GYP: //components/dom_distiller.gypi:dom_distiller_core_font_family_java
33 java_cpp_template("dom_distiller_core_theme_javagen") {
34 package_name = "org/chromium/components/dom_distiller/core"
36 "java/src/org/chromium/components/dom_distiller/core/Theme.template",
39 "../core/theme_list.h",