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

Unified Diff: google_apis/BUILD.gn

Issue 439533004: Port most sync targets to sync/BUILD.gn (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 6 years, 4 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 | « components/sync_driver/BUILD.gn ('k') | sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/BUILD.gn
diff --git a/google_apis/BUILD.gn b/google_apis/BUILD.gn
index efb2bd09ea765a7a4992c7e59daf8c3ffe2ddc3a..582d34a9452b3aedde92b1b7bbfaa0504752e687 100644
--- a/google_apis/BUILD.gn
+++ b/google_apis/BUILD.gn
@@ -100,8 +100,8 @@ source_set("google_apis") {
"gaia/oauth_request_signer.cc",
"gaia/oauth_request_signer.h",
"gaia/oauth2_access_token_consumer.h",
- "gaia/oauth2_access_token_fetcher.h",
"gaia/oauth2_access_token_fetcher.cc",
+ "gaia/oauth2_access_token_fetcher.h",
"gaia/oauth2_access_token_fetcher_impl.cc",
"gaia/oauth2_access_token_fetcher_impl.h",
"gaia/oauth2_api_call_flow.cc",
@@ -110,6 +110,8 @@ source_set("google_apis") {
"gaia/oauth2_mint_token_flow.h",
"gaia/oauth2_token_service.cc",
"gaia/oauth2_token_service.h",
+ "gaia/oauth2_token_service_request.cc",
+ "gaia/oauth2_token_service_request.h",
"gaia/ubertoken_fetcher.cc",
"gaia/ubertoken_fetcher.h",
"google_api_keys.cc",
« no previous file with comments | « components/sync_driver/BUILD.gn ('k') | sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698