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

Unified Diff: ui/aura/BUILD.gn

Issue 513313002: Fix most of the "gn check" errors in ui/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Android GN build Created 6 years, 4 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/app_list/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | ui/base/ime/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index 7f4c9c4e58dc8a767139167c7c31c0c4e2518eb3..b5f08499f5b74c8470f3b745fffd907f5e65abe6 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -225,6 +225,7 @@ executable("demo") {
"//ui/events",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/gl",
]
if (use_x11) {
@@ -254,6 +255,7 @@ executable("bench") {
"//ui/events",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/gl",
]
if (use_x11) {
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | ui/base/ime/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698