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: BUILD.gn

Issue 393953008: Add ui/display, message_center, webview to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | build/config/features.gni » ('j') | ui/shell_dialogs/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index c92c498dbba378b49aeb13329b3f135c2821197b..77107b110214dbb06472a864f1404f75e03424b4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -92,6 +92,7 @@ group("root") {
"//ui/aura",
"//ui/accessibility",
"//ui/base",
+ "//ui/display",
"//ui/events",
"//ui/gfx",
"//ui/gl",
@@ -102,6 +103,7 @@ group("root") {
"//ui/strings",
"//ui/surface",
"//ui/views",
+ "//ui/views/controls/webview",
"//ui/web_dialogs",
"//ui/wm",
"//url",
@@ -165,7 +167,9 @@ group("root") {
"//tools/gn",
"//ui/aura",
+ "//ui/display",
"//ui/views",
+ "//ui/views/controls/webview",
# Fails on Android for unknown reasons.
"//third_party/flac",
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | ui/shell_dialogs/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698