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

Unified Diff: chrome/browser/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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index b346fe3c873ef12dfa076cb30669f0979da4a905..90b4a511bc8888c54bf99cff1beea5c21de5edf8 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -81,6 +81,8 @@ static_library("browser") {
"//ui/events",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/message_center",
+ "//ui/shell_dialogs",
"//ui/strings",
"//ui/resources",
# TODO(GYP)
@@ -103,8 +105,6 @@ static_library("browser") {
#"../components/components.gyp:sync_driver",
#"../jingle/jingle.gyp:notifier",
#"../third_party/libjingle/libjingle.gyp:libjingle",
- #"../ui/message_center/message_center.gyp:message_center",
- #"../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs",
]
forward_dependent_configs_from = [

Powered by Google App Engine
This is Rietveld 408576698