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

Unified Diff: ui/mojo/init/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/mojo/geometry/BUILD.gn ('k') | ui/mojo/init/ui_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/mojo/init/BUILD.gn
diff --git a/ui/mojo/init/BUILD.gn b/ui/mojo/init/BUILD.gn
index e6745ad6528d5bab7c6660d92ce21cca3aa2a195..e22242addccd9e444f7c0ae9956b941fbd4094bd 100644
--- a/ui/mojo/init/BUILD.gn
+++ b/ui/mojo/init/BUILD.gn
@@ -12,13 +12,11 @@ source_set("init") {
deps = [
"//base",
+ "//ui/gfx",
"//ui/gfx/geometry",
]
if (is_android) {
- deps += [
- "//ui/events:gesture_detection",
- "//ui/gfx",
- ]
+ deps += [ "//ui/events:gesture_detection" ]
}
}
« no previous file with comments | « ui/mojo/geometry/BUILD.gn ('k') | ui/mojo/init/ui_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698