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

Unified Diff: chrome/chrome_browser.gypi

Issue 7256001: Fix a few issues with Chrome-in-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
« no previous file with comments | « chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
===================================================================
--- chrome/chrome_browser.gypi (revision 90370)
+++ chrome/chrome_browser.gypi (working copy)
@@ -3226,6 +3226,8 @@
'browser/ui/views/tab_contents/native_tab_contents_container.h',
'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc',
'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h',
+ 'browser/ui/views/tab_contents/native_tab_contents_container_views.cc',
+ 'browser/ui/views/tab_contents/native_tab_contents_container_views.h',
'browser/ui/views/tab_contents/native_tab_contents_container_win.cc',
'browser/ui/views/tab_contents/native_tab_contents_container_win.h',
'browser/ui/views/tab_contents/native_tab_contents_view.h',
@@ -4278,6 +4280,8 @@
['include', '^browser/ui/views/status_icons/status_tray_gtk.cc'],
['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc'],
['include', '^browser/ui/views/tab_contents/native_tab_contents_container_gtk.h'],
+ ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_views.cc'],
+ ['include', '^browser/ui/views/tab_contents/native_tab_contents_container_views.h'],
['include', '^browser/ui/views/tab_contents/native_tab_contents_view_gtk.cc'],
['include', '^browser/ui/views/tab_contents/native_tab_contents_view_gtk.h'],
['include', '^browser/ui/views/tab_contents/native_tab_contents_view_views.cc'],
« no previous file with comments | « chrome/browser/ui/views/tab_contents/native_tab_contents_view_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698