Index: content/shell/BUILD.gn |
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn |
index 3f81c7599d28ef89f975e401c24b37a5d0ab24bc..75761e2b84fbf3372de5f00ac81c0822f7df7bc8 100644 |
--- a/content/shell/BUILD.gn |
+++ b/content/shell/BUILD.gn |
@@ -67,6 +67,10 @@ static_library("content_shell_lib") { |
"browser/layout_test/layout_test_url_request_context_getter.h", |
"browser/notify_done_forwarder.cc", |
"browser/notify_done_forwarder.h", |
+ "browser/shell.cc", |
+ "browser/shell.h", |
+ "browser/shell_access_token_store.cc", |
+ "browser/shell_access_token_store.h", |
"browser/shell_android.cc", |
"browser/shell_application_mac.h", |
"browser/shell_application_mac.mm", |
@@ -77,7 +81,6 @@ static_library("content_shell_lib") { |
"browser/shell_browser_main_parts.cc", |
"browser/shell_browser_main_parts.h", |
"browser/shell_browser_main_parts_mac.mm", |
- "browser/shell.cc", |
"browser/shell_content_browser_client.cc", |
"browser/shell_content_browser_client.h", |
"browser/shell_devtools_delegate.cc", |
@@ -86,7 +89,6 @@ static_library("content_shell_lib") { |
"browser/shell_devtools_frontend.h", |
"browser/shell_download_manager_delegate.cc", |
"browser/shell_download_manager_delegate.h", |
- "browser/shell.h", |
"browser/shell_javascript_dialog.h", |
"browser/shell_javascript_dialog_mac.mm", |
"browser/shell_javascript_dialog_manager.cc", |
@@ -134,8 +136,6 @@ static_library("content_shell_lib") { |
"common/test_runner/test_preferences.h", |
"common/webkit_test_helpers.cc", |
"common/webkit_test_helpers.h", |
- "geolocation/shell_access_token_store.cc", |
- "geolocation/shell_access_token_store.h", |
"renderer/ipc_echo.cc", |
"renderer/ipc_echo.h", |
"renderer/layout_test/gc_controller.cc", |