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

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
« no previous file with comments | « no previous file | chrome/browser/signin/chrome_signin_helper.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1231 "signin/account_reconcilor_factory.cc", 1231 "signin/account_reconcilor_factory.cc",
1232 "signin/account_reconcilor_factory.h", 1232 "signin/account_reconcilor_factory.h",
1233 "signin/account_tracker_service_factory.cc", 1233 "signin/account_tracker_service_factory.cc",
1234 "signin/account_tracker_service_factory.h", 1234 "signin/account_tracker_service_factory.h",
1235 "signin/chrome_signin_client.cc", 1235 "signin/chrome_signin_client.cc",
1236 "signin/chrome_signin_client.h", 1236 "signin/chrome_signin_client.h",
1237 "signin/chrome_signin_client_factory.cc", 1237 "signin/chrome_signin_client_factory.cc",
1238 "signin/chrome_signin_client_factory.h", 1238 "signin/chrome_signin_client_factory.h",
1239 "signin/chrome_signin_helper.cc", 1239 "signin/chrome_signin_helper.cc",
1240 "signin/chrome_signin_helper.h", 1240 "signin/chrome_signin_helper.h",
1241 "signin/dice_response_handler.cc",
1242 "signin/dice_response_handler.h",
1241 "signin/gaia_cookie_manager_service_factory.cc", 1243 "signin/gaia_cookie_manager_service_factory.cc",
1242 "signin/gaia_cookie_manager_service_factory.h", 1244 "signin/gaia_cookie_manager_service_factory.h",
1243 "signin/investigator_dependency_provider.cc", 1245 "signin/investigator_dependency_provider.cc",
1244 "signin/investigator_dependency_provider.h", 1246 "signin/investigator_dependency_provider.h",
1245 "signin/local_auth.cc", 1247 "signin/local_auth.cc",
1246 "signin/local_auth.h", 1248 "signin/local_auth.h",
1247 "signin/mutable_profile_oauth2_token_service_delegate.cc", 1249 "signin/mutable_profile_oauth2_token_service_delegate.cc",
1248 "signin/mutable_profile_oauth2_token_service_delegate.h", 1250 "signin/mutable_profile_oauth2_token_service_delegate.h",
1249 "signin/profile_oauth2_token_service_factory.cc", 1251 "signin/profile_oauth2_token_service_factory.cc",
1250 "signin/profile_oauth2_token_service_factory.h", 1252 "signin/profile_oauth2_token_service_factory.h",
(...skipping 3346 matching lines...) Expand 10 before | Expand all | Expand 10 after
4597 "//components/search_engines", 4599 "//components/search_engines",
4598 "//rlz:rlz_lib", 4600 "//rlz:rlz_lib",
4599 ] 4601 ]
4600 } 4602 }
4601 } 4603 }
4602 4604
4603 service_manifest("preferences_forwarder_manifest") { 4605 service_manifest("preferences_forwarder_manifest") {
4604 name = "preferences_forwarder" 4606 name = "preferences_forwarder"
4605 source = "prefs/forwarder_manifest.json" 4607 source = "prefs/forwarder_manifest.json"
4606 } 4608 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/signin/chrome_signin_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698