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

Unified Diff: chrome/chrome_browser.gypi

Issue 7206055: Add an option to run Chrome in the views desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 89828)
+++ chrome/chrome_browser.gypi (working copy)
@@ -3085,6 +3085,8 @@
'browser/ui/views/frame/browser_frame.h',
'browser/ui/views/frame/browser_frame_gtk.cc',
'browser/ui/views/frame/browser_frame_gtk.h',
+ 'browser/ui/views/frame/browser_frame_views.cc',
+ 'browser/ui/views/frame/browser_frame_views.h',
'browser/ui/views/frame/browser_frame_win.cc',
'browser/ui/views/frame/browser_frame_win.h',
'browser/ui/views/frame/browser_non_client_frame_view.h',
@@ -3223,6 +3225,8 @@
'browser/ui/views/tab_contents/native_tab_contents_view_gtk.h',
'browser/ui/views/tab_contents/native_tab_contents_view_win.cc',
'browser/ui/views/tab_contents/native_tab_contents_view_win.h',
+ 'browser/ui/views/tab_contents/native_tab_contents_view_views.cc',
+ 'browser/ui/views/tab_contents/native_tab_contents_view_views.h',
'browser/ui/views/tab_contents/render_view_context_menu_views.cc',
'browser/ui/views/tab_contents/render_view_context_menu_views.h',
'browser/ui/views/tab_contents/tab_contents_container.cc',
@@ -3683,7 +3687,6 @@
['exclude', '^browser/chromeos/login/touch_*'],
['exclude', '^browser/extensions/extension_input_ui_api.cc'],
['exclude', '^browser/extensions/extension_input_ui_api.h'],
- ['exclude', '^browser/renderer_host/render_widget_host_view_views.*'],
['exclude', '^browser/ui/touch/*'],
['exclude', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'],
['exclude', '^browser/ui/views/tab_contents/tab_contents_container_views.h'],

Powered by Google App Engine
This is Rietveld 408576698