Commit b9928c61 authored by anicolao@google.com's avatar anicolao@google.com

Fix the build file for chromeos==1

BUG=70086
TEST=manual builds in various configurations

Review URL: http://codereview.chromium.org/6310013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71832 0039d316-1c4b-4281-b951-d872f2087c98
parent 4a7125a7
......@@ -3595,8 +3595,6 @@
['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.*'],
],
}],
......@@ -4127,8 +4125,6 @@
['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'],
......@@ -4314,6 +4310,8 @@
# ['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',{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment