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

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

Issue 2712883005: Sign out profile when local_state file has been changed. (Closed)
Patch Set: Merge from master Created 3 years, 9 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/profiles/profile_attributes_entry.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 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 "signin/signin_error_controller_factory.cc", 1209 "signin/signin_error_controller_factory.cc",
1210 "signin/signin_error_controller_factory.h", 1210 "signin/signin_error_controller_factory.h",
1211 "signin/signin_manager_factory.cc", 1211 "signin/signin_manager_factory.cc",
1212 "signin/signin_manager_factory.h", 1212 "signin/signin_manager_factory.h",
1213 "signin/signin_promo_util.cc", 1213 "signin/signin_promo_util.cc",
1214 "signin/signin_promo_util.h", 1214 "signin/signin_promo_util.h",
1215 "signin/signin_status_metrics_provider_chromeos.cc", 1215 "signin/signin_status_metrics_provider_chromeos.cc",
1216 "signin/signin_status_metrics_provider_chromeos.h", 1216 "signin/signin_status_metrics_provider_chromeos.h",
1217 "signin/signin_tracker_factory.cc", 1217 "signin/signin_tracker_factory.cc",
1218 "signin/signin_tracker_factory.h", 1218 "signin/signin_tracker_factory.h",
1219 "signin/signin_util.cc",
1220 "signin/signin_util.h",
1219 "site_details.cc", 1221 "site_details.cc",
1220 "site_details.h", 1222 "site_details.h",
1221 "speech/chrome_speech_recognition_manager_delegate.cc", 1223 "speech/chrome_speech_recognition_manager_delegate.cc",
1222 "speech/chrome_speech_recognition_manager_delegate.h", 1224 "speech/chrome_speech_recognition_manager_delegate.h",
1223 "speech/tts_android.cc", 1225 "speech/tts_android.cc",
1224 "speech/tts_android.h", 1226 "speech/tts_android.h",
1225 "speech/tts_chromeos.cc", 1227 "speech/tts_chromeos.cc",
1226 "speech/tts_controller.h", 1228 "speech/tts_controller.h",
1227 "speech/tts_controller_impl.cc", 1229 "speech/tts_controller_impl.cc",
1228 "speech/tts_controller_impl.h", 1230 "speech/tts_controller_impl.h",
(...skipping 3332 matching lines...) Expand 10 before | Expand all | Expand 10 after
4561 "media/pepper_cdm_test_constants.cc", 4563 "media/pepper_cdm_test_constants.cc",
4562 "media/pepper_cdm_test_constants.h", 4564 "media/pepper_cdm_test_constants.h",
4563 ] 4565 ]
4564 } 4566 }
4565 } 4567 }
4566 4568
4567 service_manifest("preferences_manifest") { 4569 service_manifest("preferences_manifest") {
4568 name = "preferences" 4570 name = "preferences"
4569 source = "prefs/preferences_manifest.json" 4571 source = "prefs/preferences_manifest.json"
4570 } 4572 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_attributes_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698