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

Unified Diff: content/content_browser.gypi

Issue 8997008: Move AccessTokenStore to Content API, now that it is a pure-virtual class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head (pure merge). Created 9 years 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/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 2cb61fb40eb91352325cd0ec4ff9277322d85b55..a3ebd47d0615682243d87e2c508d58d09d320f4c 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -25,6 +25,8 @@
'<(INTERMEDIATE_DIR)',
],
'sources': [
+ 'public/browser/access_token_store.cc',
+ 'public/browser/access_token_store.h',
'public/browser/browser_context.h',
'public/browser/browser_main_parts.h',
'public/browser/browser_message_filter.cc',
@@ -221,8 +223,6 @@
'browser/gamepad/gamepad_provider.h',
'browser/gamepad/gamepad_service.cc',
'browser/gamepad/gamepad_service.h',
- 'browser/geolocation/access_token_store.cc',
- 'browser/geolocation/access_token_store.h',
'browser/geolocation/arbitrator_dependency_factory.cc',
'browser/geolocation/arbitrator_dependency_factory.h',
'browser/geolocation/core_location_data_provider_mac.h',
« no previous file with comments | « content/browser/geolocation/network_location_provider_unittest.cc ('k') | content/public/browser/access_token_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698