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

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

Issue 2712883005: Sign out profile when local_state file has been changed. (Closed)
Patch Set: fixup Created 3 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 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 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 "signin/signin_error_controller_factory.cc", 1192 "signin/signin_error_controller_factory.cc",
1193 "signin/signin_error_controller_factory.h", 1193 "signin/signin_error_controller_factory.h",
1194 "signin/signin_manager_factory.cc", 1194 "signin/signin_manager_factory.cc",
1195 "signin/signin_manager_factory.h", 1195 "signin/signin_manager_factory.h",
1196 "signin/signin_promo_util.cc", 1196 "signin/signin_promo_util.cc",
1197 "signin/signin_promo_util.h", 1197 "signin/signin_promo_util.h",
1198 "signin/signin_status_metrics_provider_chromeos.cc", 1198 "signin/signin_status_metrics_provider_chromeos.cc",
1199 "signin/signin_status_metrics_provider_chromeos.h", 1199 "signin/signin_status_metrics_provider_chromeos.h",
1200 "signin/signin_tracker_factory.cc", 1200 "signin/signin_tracker_factory.cc",
1201 "signin/signin_tracker_factory.h", 1201 "signin/signin_tracker_factory.h",
1202 "signin/signin_util.cc",
1203 "signin/signin_util.h",
1202 "site_details.cc", 1204 "site_details.cc",
1203 "site_details.h", 1205 "site_details.h",
1204 "speech/chrome_speech_recognition_manager_delegate.cc", 1206 "speech/chrome_speech_recognition_manager_delegate.cc",
1205 "speech/chrome_speech_recognition_manager_delegate.h", 1207 "speech/chrome_speech_recognition_manager_delegate.h",
1206 "speech/tts_android.cc", 1208 "speech/tts_android.cc",
1207 "speech/tts_android.h", 1209 "speech/tts_android.h",
1208 "speech/tts_chromeos.cc", 1210 "speech/tts_chromeos.cc",
1209 "speech/tts_controller.h", 1211 "speech/tts_controller.h",
1210 "speech/tts_controller_impl.cc", 1212 "speech/tts_controller_impl.cc",
1211 "speech/tts_controller_impl.h", 1213 "speech/tts_controller_impl.h",
(...skipping 3319 matching lines...) Expand 10 before | Expand all | Expand 10 after
4531 "media/pepper_cdm_test_constants.cc", 4533 "media/pepper_cdm_test_constants.cc",
4532 "media/pepper_cdm_test_constants.h", 4534 "media/pepper_cdm_test_constants.h",
4533 ] 4535 ]
4534 } 4536 }
4535 } 4537 }
4536 4538
4537 service_manifest("preferences_manifest") { 4539 service_manifest("preferences_manifest") {
4538 name = "preferences" 4540 name = "preferences"
4539 source = "prefs/preferences_manifest.json" 4541 source = "prefs/preferences_manifest.json"
4540 } 4542 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_attributes_entry.cc » ('j') | chrome/browser/profiles/profile_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698