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

Unified Diff: content/content_shell.gypi

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 | « 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 efa623642d6b1441e45fc0884108ba170f0115d5..1cec61ed24bb72752b15cba44eb894834dfad93f 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -118,6 +118,10 @@
'shell/browser/layout_test/layout_test_url_request_context_getter.h',
'shell/browser/notify_done_forwarder.cc',
'shell/browser/notify_done_forwarder.h',
+ 'shell/browser/shell.cc',
+ 'shell/browser/shell.h',
+ 'shell/browser/shell_access_token_store.cc',
+ 'shell/browser/shell_access_token_store.h',
'shell/browser/shell_android.cc',
'shell/browser/shell_application_mac.h',
'shell/browser/shell_application_mac.mm',
@@ -129,7 +133,6 @@
'shell/browser/shell_browser_main_parts.cc',
'shell/browser/shell_browser_main_parts.h',
'shell/browser/shell_browser_main_parts_mac.mm',
- 'shell/browser/shell.cc',
'shell/browser/shell_content_browser_client.cc',
'shell/browser/shell_content_browser_client.h',
'shell/browser/shell_devtools_delegate.cc',
@@ -138,7 +141,6 @@
'shell/browser/shell_devtools_frontend.h',
'shell/browser/shell_download_manager_delegate.cc',
'shell/browser/shell_download_manager_delegate.h',
- 'shell/browser/shell.h',
'shell/browser/shell_javascript_dialog.h',
'shell/browser/shell_javascript_dialog_mac.mm',
'shell/browser/shell_javascript_dialog_manager.cc',
@@ -189,8 +191,6 @@
'shell/common/v8_breakpad_support_win.h',
'shell/common/webkit_test_helpers.cc',
'shell/common/webkit_test_helpers.h',
- 'shell/geolocation/shell_access_token_store.cc',
- 'shell/geolocation/shell_access_token_store.h',
'shell/renderer/ipc_echo.cc',
'shell/renderer/ipc_echo.h',
'shell/renderer/layout_test/gc_controller.cc',
« 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