diff options
author | rlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-07 00:05:20 +0000 |
---|---|---|
committer | rlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-07 00:05:20 +0000 |
commit | f8ae9a4f4d36ad8e9b28b0a652824219fe9f26c9 (patch) | |
tree | 3b0040177e0a2d19a591402732e01b62e98833b6 /google_apis/BUILD.gn | |
parent | d86550c00f776377ab1ddf132b68c7092ddb0be0 (diff) | |
download | chromium_src-f8ae9a4f4d36ad8e9b28b0a652824219fe9f26c9.zip chromium_src-f8ae9a4f4d36ad8e9b28b0a652824219fe9f26c9.tar.gz chromium_src-f8ae9a4f4d36ad8e9b28b0a652824219fe9f26c9.tar.bz2 |
Port most sync targets to sync/BUILD.gn
Ports most of the sync GYP targets to GN. Adds comments in the original
GYP files pointing to the new GN targets. Fixes some TODOs in other
files that were blocked on sync GN support.
Adds several new linkable targets to the GN build.
The android-specific parts of sync have not been converted yet.
TBR=nyquist,rogerta
BUG=
Review URL: https://codereview.chromium.org/439533004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287905 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis/BUILD.gn')
-rw-r--r-- | google_apis/BUILD.gn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/google_apis/BUILD.gn b/google_apis/BUILD.gn index efb2bd0..582d34a 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", |