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

Unified Diff: chrome/chrome_browser.gypi

Issue 6309008: Revert 71832 - Fix the build file for chromeos==1... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | « no previous file | 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 71839)
+++ chrome/chrome_browser.gypi (working copy)
@@ -3595,6 +3595,8 @@
['exclude', '^browser/dom_ui/keyboard_ui.*'],
['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'],
['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views.*'],
],
}],
@@ -4125,6 +4127,8 @@
['include', '^browser/ui/views/tab_contents/tab_contents_container.h'],
['include', '^browser/ui/views/tab_contents/tab_contents_container_native.cc'],
['include', '^browser/ui/views/tab_contents/tab_contents_container_native.h'],
+ ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'],
+ ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.h'],
['include', '^browser/ui/views/tab_contents/tab_contents_view_gtk.cc'],
['include', '^browser/ui/views/tab_contents/tab_contents_view_gtk.h'],
['include', '^browser/ui/views/tab_icon_view.cc'],
@@ -4310,8 +4314,6 @@
# ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'],
['exclude', '^browser/ui/views/tab_contents/tab_contents_container_native.cc'],
['exclude', '^browser/ui/views/tab_contents/tab_contents_container_native.h'],
- ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'],
- ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.h'],
],
}],
['OS=="linux" and chromeos==1',{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698