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

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: merge 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index ff276154fd983a9c543ad4f9dee7126808d1bcc2..31c738082f226914c9d1e4ec9b9b8c8b29c3884e 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",
@@ -171,7 +173,9 @@ group("root") {
"//ash",
"//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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698