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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 10913237: Allow the Views Delegate to provide the native widget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/menu_model_adapter_test.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
===================================================================
--- chrome/chrome_browser_ui.gypi (revision 156649)
+++ chrome/chrome_browser_ui.gypi (working copy)
@@ -1416,6 +1416,8 @@
'browser/ui/views/frame/browser_view_layout.h',
'browser/ui/views/frame/contents_container.cc',
'browser/ui/views/frame/contents_container.h',
+ 'browser/ui/views/frame/desktop_browser_frame_aura.cc',
+ 'browser/ui/views/frame/desktop_browser_frame_aura.h',
'browser/ui/views/frame/glass_browser_frame_view.cc',
'browser/ui/views/frame/glass_browser_frame_view.h',
'browser/ui/views/frame/native_browser_frame.h',
@@ -2107,6 +2109,8 @@
['exclude', 'browser/system_monitor/media_storage_util_linux.cc'],
['exclude', 'browser/system_monitor/removable_device_notifications_linux.cc'],
['exclude', 'browser/system_monitor/removable_device_notifications_linux.h'],
+ ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.cc'],
+ ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.h'],
['exclude', 'browser/ui/webui/help/version_updater_basic.cc'],
['exclude', 'browser/ui/webui/help/version_updater_basic.h'],
['exclude', 'browser/upgrade_detector_impl.cc'],
« no previous file with comments | « chrome/browser/ui/views/menu_model_adapter_test.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698