diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 21:27:31 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 21:27:31 +0000 |
commit | 87067918ac4166909759bfa4aad80a414472d751 (patch) | |
tree | 7b7ab9abea40ace99a809514cd4b58f10a9253c1 /chrome/chrome_browser.gypi | |
parent | 4bbe4062e923f68722b81272ca423485b8d682d2 (diff) | |
download | chromium_src-87067918ac4166909759bfa4aad80a414472d751.zip chromium_src-87067918ac4166909759bfa4aad80a414472d751.tar.gz chromium_src-87067918ac4166909759bfa4aad80a414472d751.tar.bz2 |
Attempt to fix the Linux Views and ChromiumOS builds following r38658.
chrome/browser/views/tab_contents/render_view_context_menu_win.cc appears to
be a views file, not a Windows file, so why is it named with _win.cc?
This is a speculative change. It may not work, in which case the file will
need to be renamed.
BUG=none
TEST=Linux Builder (Views dbg) and Linux Builder (ChromiumOS) compile steps
turn green
Review URL: http://codereview.chromium.org/598042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38667 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rwxr-xr-x | chrome/chrome_browser.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 0d1208c..6a82e74 100755 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -2519,8 +2519,8 @@ ['include', '^browser/views/status_bubble_views.h'], ['include', '^browser/views/tab_contents/native_tab_contents_container_gtk.cc'], ['include', '^browser/views/tab_contents/native_tab_contents_container_gtk.h'], - ['include', '^browser/views/tab_contents/render_view_context_menu_win.cc'], - ['include', '^browser/views/tab_contents/render_view_context_menu_win.h'], + ['include', 'browser/views/tab_contents/render_view_context_menu_win\.cc$'], + ['include', 'browser/views/tab_contents/render_view_context_menu_win\.h$'], ['include', '^browser/views/tab_contents/tab_contents_container.cc'], ['include', '^browser/views/tab_contents/tab_contents_container.h'], ['include', '^browser/views/tab_contents/tab_contents_view_gtk.cc'], |