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", |
] |
} |