Roll src/third_party/skia de7665a:76033be
[chromium-blink-merge.git] / components / dom_distiller / android / BUILD.gn
blob3bda4e9fcea95a457929e3fdc7a85ca82ea6f679
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") {
9   deps = [
10     "//base:base_java",
11   ]
13   srcjar_deps = [
14     ":dom_distiller_core_font_family_javagen",
15     ":dom_distiller_core_theme_javagen",
16   ]
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"
24   sources = [
25     "java/src/org/chromium/components/dom_distiller/core/FontFamily.template",
26   ]
27   inputs = [
28     "../core/font_family_list.h",
29   ]
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"
35   sources = [
36     "java/src/org/chromium/components/dom_distiller/core/Theme.template",
37   ]
38   inputs = [
39     "../core/theme_list.h",
40   ]