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

Unified Diff: ui/keyboard/BUILD.gn

Issue 545313002: Make ui gn check pass. Misc GN build improvements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: link chrome 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
Index: ui/keyboard/BUILD.gn
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn
index cb1a01fdfdc0ff1d4b019cf8ecb6eba7f45e1757..8dbdf774bb755c789d9d8cdc23e6f490c50f2b74 100644
--- a/ui/keyboard/BUILD.gn
+++ b/ui/keyboard/BUILD.gn
@@ -41,6 +41,10 @@ component("keyboard") {
"//ui/keyboard/webui",
"//ui/wm",
]
+
+ # http://crbug.com/408651 Include cycle between this target and the "webui"
+ # sub-target.
+ allow_circular_includes_from = [ "//ui/keyboard/webui" ]
}
grit("resources_grit") {
« content/public/app/BUILD.gn ('K') | « ui/base/BUILD.gn ('k') | ui/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698