Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Unified Diff: components/dom_distiller/android/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/data_reduction_proxy/core/common/BUILD.gn ('k') | components/dom_distiller/content/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/android/BUILD.gn
diff --git a/components/dom_distiller/android/BUILD.gn b/components/dom_distiller/android/BUILD.gn
index 02490165ecda2b7d0c14aff2dbaada17ee4f3d43..3bda4e9fcea95a457929e3fdc7a85ca82ea6f679 100644
--- a/components/dom_distiller/android/BUILD.gn
+++ b/components/dom_distiller/android/BUILD.gn
@@ -4,7 +4,6 @@
import("//build/config/android/rules.gni")
-
# GYP: //components/dom_distiller.gypi:dom_distiller_core_java
android_library("dom_distiller_core_java") {
deps = [
@@ -23,10 +22,10 @@ android_library("dom_distiller_core_java") {
java_cpp_template("dom_distiller_core_font_family_javagen") {
package_name = "org/chromium/components/dom_distiller/core"
sources = [
- "java/src/org/chromium/components/dom_distiller/core/FontFamily.template"
+ "java/src/org/chromium/components/dom_distiller/core/FontFamily.template",
]
inputs = [
- "../core/font_family_list.h"
+ "../core/font_family_list.h",
]
}
@@ -34,9 +33,9 @@ java_cpp_template("dom_distiller_core_font_family_javagen") {
java_cpp_template("dom_distiller_core_theme_javagen") {
package_name = "org/chromium/components/dom_distiller/core"
sources = [
- "java/src/org/chromium/components/dom_distiller/core/Theme.template"
+ "java/src/org/chromium/components/dom_distiller/core/Theme.template",
]
inputs = [
- "../core/theme_list.h"
+ "../core/theme_list.h",
]
}
« no previous file with comments | « components/data_reduction_proxy/core/common/BUILD.gn ('k') | components/dom_distiller/content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698