diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 01:39:05 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 01:39:05 +0000 |
commit | f0a28957a7325d103f3a7cebea28d7b77a0f1767 (patch) | |
tree | a108209d0fd7fce0e5855ff0d64fa9738acc69d0 /chrome/chrome_browser.gypi | |
parent | 59611590776e22227370111632e15a8eb30a971a (diff) | |
download | chromium_src-f0a28957a7325d103f3a7cebea28d7b77a0f1767.zip chromium_src-f0a28957a7325d103f3a7cebea28d7b77a0f1767.tar.gz chromium_src-f0a28957a7325d103f3a7cebea28d7b77a0f1767.tar.bz2 |
Relanding this with fixes to the linux chromeos builder.
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/10521017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140467 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index cd1847f..ea26972 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', |