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

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

Issue 2925643002: Add a path parsing policy handler for the RoamingProfileLocation policy. (Closed)
Patch Set: 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/policy/configuration_policy_handler_list_factory.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 3515 matching lines...) Expand 10 before | Expand all | Expand 10 after
3526 "notifications/system_component_notifier_source_chromeos.cc", 3526 "notifications/system_component_notifier_source_chromeos.cc",
3527 "notifications/system_component_notifier_source_chromeos.h", 3527 "notifications/system_component_notifier_source_chromeos.h",
3528 "notifications/web_page_notifier_source.cc", 3528 "notifications/web_page_notifier_source.cc",
3529 "notifications/web_page_notifier_source.h", 3529 "notifications/web_page_notifier_source.h",
3530 "obsolete_system/obsolete_system.h", 3530 "obsolete_system/obsolete_system.h",
3531 "obsolete_system/obsolete_system_linux.cc", 3531 "obsolete_system/obsolete_system_linux.cc",
3532 "obsolete_system/obsolete_system_mac.cc", 3532 "obsolete_system/obsolete_system_mac.cc",
3533 "obsolete_system/obsolete_system_win.cc", 3533 "obsolete_system/obsolete_system_win.cc",
3534 "pdf/pdf_extension_util.cc", 3534 "pdf/pdf_extension_util.cc",
3535 "pdf/pdf_extension_util.h", 3535 "pdf/pdf_extension_util.h",
3536 "policy/local_sync_policy_handler.cc",
3537 "policy/local_sync_policy_handler.h",
3536 "process_singleton_modal_dialog_lock.cc", 3538 "process_singleton_modal_dialog_lock.cc",
3537 "process_singleton_modal_dialog_lock.h", 3539 "process_singleton_modal_dialog_lock.h",
3538 "process_singleton_posix.cc", 3540 "process_singleton_posix.cc",
3539 "process_singleton_startup_lock.cc", 3541 "process_singleton_startup_lock.cc",
3540 "process_singleton_startup_lock.h", 3542 "process_singleton_startup_lock.h",
3541 "profile_resetter/brandcode_config_fetcher.cc", 3543 "profile_resetter/brandcode_config_fetcher.cc",
3542 "profile_resetter/brandcode_config_fetcher.h", 3544 "profile_resetter/brandcode_config_fetcher.h",
3543 "profile_resetter/brandcoded_default_settings.cc", 3545 "profile_resetter/brandcoded_default_settings.cc",
3544 "profile_resetter/brandcoded_default_settings.h", 3546 "profile_resetter/brandcoded_default_settings.h",
3545 "profile_resetter/profile_resetter.cc", 3547 "profile_resetter/profile_resetter.cc",
(...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after
4781 "media/pepper_cdm_test_constants.cc", 4783 "media/pepper_cdm_test_constants.cc",
4782 "media/pepper_cdm_test_constants.h", 4784 "media/pepper_cdm_test_constants.h",
4783 ] 4785 ]
4784 } 4786 }
4785 } 4787 }
4786 4788
4787 service_manifest("preferences_forwarder_manifest") { 4789 service_manifest("preferences_forwarder_manifest") {
4788 name = "preferences_forwarder" 4790 name = "preferences_forwarder"
4789 source = "prefs/forwarder_manifest.json" 4791 source = "prefs/forwarder_manifest.json"
4790 } 4792 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_handler_list_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698