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

Unified Diff: content/shell/BUILD.gn

Issue 653573003: Move ShellAccessTokenStore away from //content/shell/geolocation/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync gyp and gn Created 6 years, 2 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 | « content/content_shell.gypi ('k') | content/shell/browser/shell_access_token_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/browser/shell_access_token_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698