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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 2657223002: Move impl of identity.RemoveCachedAuthToken() extension API to its own file (Closed)
Patch Set: Doh Created 3 years, 11 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 | chrome/browser/extensions/api/identity/identity_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index ad84774192a0b308ab0a04c731a413b859af6f0a..e59b225c920ccf06e3e7fe96087e9e46bf8cb096 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -240,6 +240,8 @@ static_library("extensions") {
"api/identity/identity_launch_web_auth_flow_function.h",
"api/identity/identity_mint_queue.cc",
"api/identity/identity_mint_queue.h",
+ "api/identity/identity_remove_cached_auth_token_function.cc",
+ "api/identity/identity_remove_cached_auth_token_function.h",
"api/identity/identity_signin_flow.cc",
"api/identity/identity_signin_flow.h",
"api/identity/web_auth_flow.cc",
« no previous file with comments | « no previous file | chrome/browser/extensions/api/identity/identity_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698