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

Unified Diff: google_apis/google_apis.gyp

Issue 888873003: tools/sort_sources.py: sort C++ source file names in build files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 5 years, 10 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 | « google_apis/BUILD.gn ('k') | tools/sort-headers.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/google_apis.gyp
diff --git a/google_apis/google_apis.gyp b/google_apis/google_apis.gyp
index 7383181cf8a9dfa1567233e6deb503c5c0bc2f66..7859a73780939b13d366c6616abdbb16e1463c75 100644
--- a/google_apis/google_apis.gyp
+++ b/google_apis/google_apis.gyp
@@ -92,11 +92,9 @@
'gaia/identity_provider.h',
'gaia/merge_session_helper.cc',
'gaia/merge_session_helper.h',
- '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',
@@ -107,6 +105,8 @@
'gaia/oauth2_token_service.h',
'gaia/oauth2_token_service_request.cc',
'gaia/oauth2_token_service_request.h',
+ 'gaia/oauth_request_signer.cc',
+ 'gaia/oauth_request_signer.h',
'gaia/ubertoken_fetcher.cc',
'gaia/ubertoken_fetcher.h',
'google_api_keys.cc',
@@ -132,20 +132,20 @@
'..',
],
'sources': [
- 'google_api_keys_unittest.cc',
'gaia/account_tracker_unittest.cc',
'gaia/gaia_auth_fetcher_unittest.cc',
'gaia/gaia_auth_util_unittest.cc',
'gaia/gaia_oauth_client_unittest.cc',
'gaia/google_service_auth_error_unittest.cc',
'gaia/merge_session_helper_unittest.cc',
- 'gaia/oauth_request_signer_unittest.cc',
'gaia/oauth2_access_token_fetcher_impl_unittest.cc',
'gaia/oauth2_api_call_flow_unittest.cc',
'gaia/oauth2_mint_token_flow_unittest.cc',
'gaia/oauth2_token_service_request_unittest.cc',
'gaia/oauth2_token_service_unittest.cc',
+ 'gaia/oauth_request_signer_unittest.cc',
'gaia/ubertoken_fetcher_unittest.cc',
+ 'google_api_keys_unittest.cc',
],
'conditions': [
['enable_extensions==1', {
« no previous file with comments | « google_apis/BUILD.gn ('k') | tools/sort-headers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698