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

Unified Diff: ui/android/BUILD.gn

Issue 386473002: Add dexing for libraries and apks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-apk-first
Patch Set: s/inputs/sources, s/source_prereqs/inputs Created 6 years, 5 months 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
« build/config/android/internal_rules.gni ('K') | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/BUILD.gn
diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
index 703148dd2a0494e64040d89107d1206602872562..d781721072fd84ff1000f426dd9a93e65580e242 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -7,7 +7,7 @@ java_cpp_template("window_open_disposition_srcjar") {
sources = [
"java/WindowOpenDisposition.template",
]
- source_prereqs = [
+ inputs = [
"../base/window_open_disposition_list.h"
]
}
@@ -17,7 +17,7 @@ java_cpp_template("bitmap_format_srcjar") {
sources = [
"java/BitmapFormat.template",
]
- source_prereqs = [
+ inputs = [
"../gfx/android/bitmap_config_list.h"
]
}
« build/config/android/internal_rules.gni ('K') | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698