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

Unified Diff: BUILD.gn

Issue 361633002: [Android][gn] Add android resources templates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-java
Patch Set: 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
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | build/android/gyp/util/build_utils.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 94e851d3f6b83cab9386c9e283249d5844224eb1..6ef2b11fefaa9804849a0a1875495fa819217010 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -135,6 +135,10 @@ group("root") {
}
if (is_android) {
+ deps += [
+ "//ui/android:ui_java"
+ ]
+
deps -= [
"//cc",
"//chrome/browser/devtools", # Blocked on content.
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | build/android/gyp/util/build_utils.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698