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

Unified Diff: ui/android/BUILD.gn

Issue 1501823003: Add //ui/* to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « ui/accessibility/BUILD.gn ('k') | ui/app_list/BUILD.gn » ('j') | 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 c4beefdef6de0dbc6c29a831228a40403dff2bee..253f344af2afd6e2c350b0817d793c6b1e145913 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -43,6 +43,7 @@ component("android") {
defines = [ "UI_ANDROID_IMPLEMENTATION" ]
deps = [
+ ":java_enums_srcjar",
":ui_android_jni_headers",
"//base",
"//cc",
@@ -158,6 +159,7 @@ test("ui_android_unittests") {
]
deps = [
":android",
+ ":java_enums_srcjar",
":ui_java",
"//base",
"//base/test:test_support",
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/app_list/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698