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

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 - fix nits 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 f14efaee1a0485dedb0bdf4b2cbdc808cf218838..9d28ffa9c67be14fb69cdc9c7345c0cc8a67572f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -588,6 +588,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/token_cache/token_cache_factory.h',
sky 2013/03/07 21:08:41 I don't see this file in your patch and you're mis
Pete Williamson 2013/03/07 22:40:57 Done.
'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