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: ui/views/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 | « ui/shell_dialogs/shell_dialogs.gyp ('k') | ui/views/controls/webview/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 08c4c72d4012f78f57de5c2535881553faa97ef9..8839d0f31d107080e1cc79e0835e1351324caa91 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -49,11 +49,11 @@ component("views") {
]
}
if (use_x11 && !is_chromeos) {
- #deps += [ '../display/display.gyp:display_util' ] TODO(GYP)
+ deps += [ "//ui/display/util" ]
}
if (is_linux && !is_chromeos) {
sources -= [ "window/window_button_order_provider.cc" ]
- #deps += [ '../shell_dialogs/shell_dialogs.gyp:shell_dialogs' ] TODO(GYP)
+ deps += [ "//ui/shell_dialogs" ]
} else {
sources -= [
"linux_ui/linux_ui.h",
« no previous file with comments | « ui/shell_dialogs/shell_dialogs.gyp ('k') | ui/views/controls/webview/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698