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

Unified Diff: google_apis/BUILD.gn

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 | « chromeos/chromeos.gyp ('k') | google_apis/google_apis.gyp » ('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 2d9253a84800767109a8a2c9448615d3babe098f..9d10b9e7e9ce5f946f783972f4a07246061c6223 100644
--- a/google_apis/BUILD.gn
+++ b/google_apis/BUILD.gn
@@ -101,8 +101,6 @@ source_set("google_apis") {
"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.cc",
"gaia/oauth2_access_token_fetcher.h",
@@ -116,6 +114,8 @@ source_set("google_apis") {
"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",
@@ -199,18 +199,18 @@ source_set("test_support") {
if (!is_win || link_chrome_on_windows) {
test("google_apis_unittest") {
sources = [
- "google_api_keys_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_unittest.cc",
+ "gaia/oauth_request_signer_unittest.cc",
"gaia/ubertoken_fetcher_unittest.cc",
+ "google_api_keys_unittest.cc",
]
configs += [ ":key_defines" ]
« no previous file with comments | « chromeos/chromeos.gyp ('k') | google_apis/google_apis.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698