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

Unified Diff: content/shell/BUILD.gn

Issue 2132983002: Move content shell context menu to ShellWebContentsViewDelegate in Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 01ad049b84c9dc15efd2af5b55378fd504d50698..6567c97e9f760e327c405881aa8519002ee3ed35 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -149,9 +149,9 @@ static_library("content_shell_lib") {
"browser/shell_url_request_context_getter.h",
"browser/shell_web_contents_view_delegate.h",
"browser/shell_web_contents_view_delegate_android.cc",
+ "browser/shell_web_contents_view_delegate_aura.cc",
"browser/shell_web_contents_view_delegate_creator.h",
"browser/shell_web_contents_view_delegate_mac.mm",
- "browser/shell_web_contents_view_delegate_win.cc",
"common/layout_test/layout_test_content_client.cc",
"common/layout_test/layout_test_content_client.h",
"common/layout_test/layout_test_messages.cc",
@@ -335,6 +335,7 @@ static_library("content_shell_lib") {
sources -= [
"browser/shell_platform_data_aura.cc",
"browser/shell_platform_data_aura.h",
+ "browser/shell_web_contents_view_delegate_aura.cc",
]
}

Powered by Google App Engine
This is Rietveld 408576698