From 87067918ac4166909759bfa4aad80a414472d751 Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Wed, 10 Feb 2010 21:27:31 +0000 Subject: 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 --- chrome/chrome_browser.gypi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/chrome_browser.gypi') 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'], -- cgit v1.1