Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1788)

Unified Diff: content/content_shell.gypi

Issue 2132983002: Move content shell context menu to ShellWebContentsViewDelegate in Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed cast_shell_linux compile error Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 88efbe74cb9d86e26ddf2da1346987c7bddab587..376a9f4765af076ff99479bd3c124987b894a8ba 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -196,9 +196,10 @@
'shell/browser/shell_views.cc',
'shell/browser/shell_web_contents_view_delegate.h',
'shell/browser/shell_web_contents_view_delegate_android.cc',
+ 'shell/browser/shell_web_contents_view_delegate_aura.cc',
'shell/browser/shell_web_contents_view_delegate_creator.h',
'shell/browser/shell_web_contents_view_delegate_mac.mm',
- 'shell/browser/shell_web_contents_view_delegate_win.cc',
+ 'shell/browser/shell_web_contents_view_delegate_views.cc',
'shell/common/layout_test/layout_test_content_client.cc',
'shell/common/layout_test/layout_test_content_client.h',
'shell/common/layout_test/layout_test_messages.cc',
@@ -313,10 +314,12 @@
],
'sources/': [
['exclude', 'shell/browser/shell_aura.cc'],
+ ['exclude', 'shell/browser/shell_web_contents_view_delegate_aura.cc'],
],
}, {
'sources/': [
['exclude', 'shell/browser/shell_views.cc'],
+ ['exclude', 'shell/browser/shell_web_contents_view_delegate_views.cc'],
],
}],
],
@@ -324,6 +327,8 @@
'sources/': [
['exclude', 'shell/browser/shell_aura.cc'],
['exclude', 'shell/browser/shell_views.cc'],
+ ['exclude', 'shell/browser/shell_web_contents_view_delegate_aura.cc'],
+ ['exclude', 'shell/browser/shell_web_contents_view_delegate_views.cc'],
],
}], # use_aura==1
['chromeos==1', {
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698