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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2942193002: [signin] Generate OAuth token on Dice Signin responses (Closed)
Patch Set: Review comments Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after
1255 "signin/account_reconcilor_factory.cc", 1255 "signin/account_reconcilor_factory.cc",
1256 "signin/account_reconcilor_factory.h", 1256 "signin/account_reconcilor_factory.h",
1257 "signin/account_tracker_service_factory.cc", 1257 "signin/account_tracker_service_factory.cc",
1258 "signin/account_tracker_service_factory.h", 1258 "signin/account_tracker_service_factory.h",
1259 "signin/chrome_signin_client.cc", 1259 "signin/chrome_signin_client.cc",
1260 "signin/chrome_signin_client.h", 1260 "signin/chrome_signin_client.h",
1261 "signin/chrome_signin_client_factory.cc", 1261 "signin/chrome_signin_client_factory.cc",
1262 "signin/chrome_signin_client_factory.h", 1262 "signin/chrome_signin_client_factory.h",
1263 "signin/chrome_signin_helper.cc", 1263 "signin/chrome_signin_helper.cc",
1264 "signin/chrome_signin_helper.h", 1264 "signin/chrome_signin_helper.h",
1265 "signin/dice_response_handler.cc",
1266 "signin/dice_response_handler.h",
1265 "signin/gaia_cookie_manager_service_factory.cc", 1267 "signin/gaia_cookie_manager_service_factory.cc",
1266 "signin/gaia_cookie_manager_service_factory.h", 1268 "signin/gaia_cookie_manager_service_factory.h",
1267 "signin/investigator_dependency_provider.cc", 1269 "signin/investigator_dependency_provider.cc",
1268 "signin/investigator_dependency_provider.h", 1270 "signin/investigator_dependency_provider.h",
1269 "signin/local_auth.cc", 1271 "signin/local_auth.cc",
1270 "signin/local_auth.h", 1272 "signin/local_auth.h",
1271 "signin/mutable_profile_oauth2_token_service_delegate.cc", 1273 "signin/mutable_profile_oauth2_token_service_delegate.cc",
1272 "signin/mutable_profile_oauth2_token_service_delegate.h", 1274 "signin/mutable_profile_oauth2_token_service_delegate.h",
1273 "signin/profile_oauth2_token_service_factory.cc", 1275 "signin/profile_oauth2_token_service_factory.cc",
1274 "signin/profile_oauth2_token_service_factory.h", 1276 "signin/profile_oauth2_token_service_factory.h",
(...skipping 3537 matching lines...) Expand 10 before | Expand all | Expand 10 after
4812 "//components/search_engines", 4814 "//components/search_engines",
4813 "//rlz:rlz_lib", 4815 "//rlz:rlz_lib",
4814 ] 4816 ]
4815 } 4817 }
4816 } 4818 }
4817 4819
4818 service_manifest("preferences_forwarder_manifest") { 4820 service_manifest("preferences_forwarder_manifest") {
4819 name = "preferences_forwarder" 4821 name = "preferences_forwarder"
4820 source = "prefs/forwarder_manifest.json" 4822 source = "prefs/forwarder_manifest.json"
4821 } 4823 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/signin/chrome_signin_helper.cc » ('j') | chrome/browser/signin/dice_response_handler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698