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

Unified Diff: chrome/chrome_browser.gypi

Issue 12380006: Build a new TokenCacheService so I can stop using TokenService for something it wasn't designed for. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Token Cache Service - post LGTM nits and merging with master Created 7 years, 9 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 | « chrome/browser/signin/token_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 51731179234db4128c5291947957fd0f662d8ef1..043365a65930ba2d96785dc9caa5f55c058913fa 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -493,6 +493,10 @@
'browser/download/save_package_file_picker_chromeos.h',
'browser/enumerate_modules_model_win.cc',
'browser/enumerate_modules_model_win.h',
+ 'browser/extensions/token_cache/token_cache_service.cc',
+ 'browser/extensions/token_cache/token_cache_service.h',
+ 'browser/extensions/token_cache/token_cache_service_factory.cc',
+ 'browser/extensions/token_cache/token_cache_service_factory.h',
'browser/external_protocol/external_protocol_handler.cc',
'browser/external_protocol/external_protocol_handler.h',
'browser/external_protocol/external_protocol_observer.cc',
« no previous file with comments | « chrome/browser/signin/token_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698