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

Unified Diff: ui/views/examples/BUILD.gn

Issue 584683002: Improve GN header checker, make //ui pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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 | « ui/views/controls/webview/BUILD.gn ('k') | ui/views_content_client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/BUILD.gn
diff --git a/ui/views/examples/BUILD.gn b/ui/views/examples/BUILD.gn
index fcdee2cc95d7aa85d11c03bcc17fb4335a5d35ca..52f070faf79f32848ba81b7081bfea290172fdc9 100644
--- a/ui/views/examples/BUILD.gn
+++ b/ui/views/examples/BUILD.gn
@@ -73,6 +73,7 @@ component("views_examples_lib") {
"//ui/gfx/geometry",
"//ui/resources",
"//ui/resources:ui_test_pak",
+ "//ui/views",
]
if (is_win) {
@@ -102,14 +103,19 @@ executable("views_examples_exe") {
"//ui/compositor",
"//ui/compositor:test_support",
"//ui/gfx",
+ "//ui/gl",
"//ui/resources:ui_test_pak",
"//ui/views",
"//ui/views:test_support",
+ "//ui/wm",
]
if (use_aura) {
deps += [ "//ui/aura" ]
}
+ if (use_x11) {
+ deps += [ "//ui/gfx/x" ]
+ }
}
component("views_examples_with_content_lib") {
« no previous file with comments | « ui/views/controls/webview/BUILD.gn ('k') | ui/views_content_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698