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

Unified Diff: ui/views/BUILD.gn

Issue 1477253002: Use a single views::MenuConfig instance for each platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify more things Created 5 years 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/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 44e854cdf086dc6fd8685c01976a02839287b70e..b23c10e729373e4c41db1ff381f06fd86eda264f 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -72,6 +72,7 @@ component("views") {
if (is_chromeos) {
sources -= [
+ "controls/menu/menu_config_linux.cc",
"linux_ui/status_icon_linux.cc",
"linux_ui/status_icon_linux.h",
]

Powered by Google App Engine
This is Rietveld 408576698