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

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

Issue 2912353003: 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
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 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 "policy/cloud/user_cloud_policy_invalidator_factory.cc", 940 "policy/cloud/user_cloud_policy_invalidator_factory.cc",
941 "policy/cloud/user_cloud_policy_invalidator_factory.h", 941 "policy/cloud/user_cloud_policy_invalidator_factory.h",
942 "policy/configuration_policy_handler_list_factory.cc", 942 "policy/configuration_policy_handler_list_factory.cc",
943 "policy/configuration_policy_handler_list_factory.h", 943 "policy/configuration_policy_handler_list_factory.h",
944 "policy/device_management_service_configuration.cc", 944 "policy/device_management_service_configuration.cc",
945 "policy/device_management_service_configuration.h", 945 "policy/device_management_service_configuration.h",
946 "policy/file_selection_dialogs_policy_handler.cc", 946 "policy/file_selection_dialogs_policy_handler.cc",
947 "policy/file_selection_dialogs_policy_handler.h", 947 "policy/file_selection_dialogs_policy_handler.h",
948 "policy/javascript_policy_handler.cc", 948 "policy/javascript_policy_handler.cc",
949 "policy/javascript_policy_handler.h", 949 "policy/javascript_policy_handler.h",
950 "policy/local_sync_policy_handler.cc",
951 "policy/local_sync_policy_handler.h",
950 "policy/managed_bookmarks_policy_handler.cc", 952 "policy/managed_bookmarks_policy_handler.cc",
951 "policy/managed_bookmarks_policy_handler.h", 953 "policy/managed_bookmarks_policy_handler.h",
952 "policy/network_prediction_policy_handler.cc", 954 "policy/network_prediction_policy_handler.cc",
953 "policy/network_prediction_policy_handler.h", 955 "policy/network_prediction_policy_handler.h",
954 "policy/policy_helpers.cc", 956 "policy/policy_helpers.cc",
955 "policy/policy_helpers.h", 957 "policy/policy_helpers.h",
956 "policy/profile_policy_connector.cc", 958 "policy/profile_policy_connector.cc",
957 "policy/profile_policy_connector.h", 959 "policy/profile_policy_connector.h",
958 "policy/profile_policy_connector_factory.cc", 960 "policy/profile_policy_connector_factory.cc",
959 "policy/profile_policy_connector_factory.h", 961 "policy/profile_policy_connector_factory.h",
(...skipping 3814 matching lines...) Expand 10 before | Expand all | Expand 10 after
4774 "media/pepper_cdm_test_constants.cc", 4776 "media/pepper_cdm_test_constants.cc",
4775 "media/pepper_cdm_test_constants.h", 4777 "media/pepper_cdm_test_constants.h",
4776 ] 4778 ]
4777 } 4779 }
4778 } 4780 }
4779 4781
4780 service_manifest("preferences_forwarder_manifest") { 4782 service_manifest("preferences_forwarder_manifest") {
4781 name = "preferences_forwarder" 4783 name = "preferences_forwarder"
4782 source = "prefs/forwarder_manifest.json" 4784 source = "prefs/forwarder_manifest.json"
4783 } 4785 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698