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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 11819008: Refactors building the system menu model into a common place (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to trunk and fix windows build Created 7 years, 11 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 | « chrome/browser/ui/views/frame/system_menu_model_delegate.h ('k') | ui/views/views.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index d840e12cce829813d20b1290d0b5246211585e23..27a795b7f2a2ca4798347c5a96db5a1e22d580f1 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -1528,6 +1528,8 @@
'browser/ui/views/frame/popup_non_client_frame_view.h',
'browser/ui/views/frame/system_menu_model.cc',
'browser/ui/views/frame/system_menu_model.h',
+ 'browser/ui/views/frame/system_menu_model_builder.cc',
+ 'browser/ui/views/frame/system_menu_model_builder.h',
'browser/ui/views/frame/system_menu_model_delegate.cc',
'browser/ui/views/frame/system_menu_model_delegate.h',
'browser/ui/views/fullscreen_exit_bubble_views.cc',
@@ -2380,8 +2382,6 @@
['exclude', '^browser/ui/views/frame/browser_frame_win.cc'],
['exclude', '^browser/ui/views/frame/browser_frame_win.h'],
['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_factory_win.cc'],
- ['exclude', '^browser/ui/views/frame/system_menu_model.cc'],
- ['exclude', '^browser/ui/views/frame/system_menu_model.h'],
['exclude', '^browser/ui/views/importer/import_progress_dialog_view.cc'],
['exclude', '^browser/ui/views/native_constrained_window_win.cc'],
['exclude', '^browser/ui/views/omnibox/omnibox_view_win.cc'],
@@ -2727,6 +2727,8 @@
# Exclude files that should be excluded for all non-Windows platforms.
['exclude', '^browser/ui/network_profile_bubble.cc'],
['exclude', '^browser/ui/network_profile_bubble.h'],
+ ['exclude', '^browser/ui/views/frame/system_menu_model.cc'],
+ ['exclude', '^browser/ui/views/frame/system_menu_model.h'],
['exclude', '^browser/ui/webui/set_as_default_browser_ui.cc'],
['exclude', '^browser/ui/webui/set_as_default_browser_ui.h'],
],
« no previous file with comments | « chrome/browser/ui/views/frame/system_menu_model_delegate.h ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698