summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-04 23:33:30 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-04 23:33:30 +0000
commit09b5135db1063c1ecef46e75b5f3773f7aeaff27 (patch)
tree219f0a01817569753633a9457aeffbce213333bd /chrome/chrome_browser.gypi
parent7c44902b0b2f37e06cec5a6d38fe8cfb154dcde1 (diff)
downloadchromium_src-09b5135db1063c1ecef46e75b5f3773f7aeaff27.zip
chromium_src-09b5135db1063c1ecef46e75b5f3773f7aeaff27.tar.gz
chromium_src-09b5135db1063c1ecef46e75b5f3773f7aeaff27.tar.bz2
Ensure that the new window context menu option does not show up in windows 8 metro mode.
When the new window option is executed from the incognito window, we find an existing normal browser window and open the url in a new tab. BUG=124404 R=sky Review URL: https://chromiumcodereview.appspot.com/10442119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140426 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 631e837..5e4e5a0 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2224,6 +2224,8 @@
'browser/tab_contents/render_view_context_menu_gtk.h',
'browser/tab_contents/render_view_context_menu_mac.h',
'browser/tab_contents/render_view_context_menu_mac.mm',
+ 'browser/tab_contents/render_view_context_menu_win.cc',
+ 'browser/tab_contents/render_view_context_menu_win.h',
'browser/tab_contents/render_view_context_menu_observer.cc',
'browser/tab_contents/render_view_context_menu_observer.h',
'browser/tab_contents/retargeting_details.h',