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

Side by Side Diff: components/policy/core/common/BUILD.gn

Issue 830193002: Using PolicyServiceWatcher instead of PolicyWatcherLinux/Win/Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 years, 11 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 | « chrome/common/chrome_paths.cc ('k') | components/policy/core/common/policy_loader_mac.h » ('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/features.gni") 5 import("//build/config/features.gni")
6 6
7 source_set("common") { 7 source_set("common") {
8 defines = [ "POLICY_COMPONENT_IMPLEMENTATION" ] 8 defines = [ "POLICY_COMPONENT_IMPLEMENTATION" ]
9 9
10 if (enable_configuration_policy) { 10 if (enable_configuration_policy) {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "external_data_manager.h", 74 "external_data_manager.h",
75 "mac_util.cc", 75 "mac_util.cc",
76 "mac_util.h", 76 "mac_util.h",
77 "policy_bundle.cc", 77 "policy_bundle.cc",
78 "policy_bundle.h", 78 "policy_bundle.h",
79 "policy_details.h", 79 "policy_details.h",
80 "policy_load_status.cc", 80 "policy_load_status.cc",
81 "policy_load_status.h", 81 "policy_load_status.h",
82 "policy_loader_ios.h", 82 "policy_loader_ios.h",
83 "policy_loader_ios.mm", 83 "policy_loader_ios.mm",
84 "policy_loader_mac.cc",
85 "policy_loader_mac.h", 84 "policy_loader_mac.h",
85 "policy_loader_mac.mm",
86 "policy_loader_win.cc", 86 "policy_loader_win.cc",
87 "policy_loader_win.h", 87 "policy_loader_win.h",
88 "policy_map.cc", 88 "policy_map.cc",
89 "policy_map.h", 89 "policy_map.h",
90 "policy_namespace.cc", 90 "policy_namespace.cc",
91 "policy_namespace.h", 91 "policy_namespace.h",
92 "policy_pref_names.cc", 92 "policy_pref_names.cc",
93 "policy_pref_names.h", 93 "policy_pref_names.h",
94 "policy_provider_android.cc", 94 "policy_provider_android.cc",
95 "policy_provider_android.h", 95 "policy_provider_android.h",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 "policy_service.cc", 190 "policy_service.cc",
191 "policy_service.h", 191 "policy_service.h",
192 "policy_service_stub.cc", 192 "policy_service_stub.cc",
193 "policy_service_stub.h", 193 "policy_service_stub.h",
194 ] 194 ]
195 deps = [ 195 deps = [
196 "//base", 196 "//base",
197 ] 197 ]
198 } 198 }
199 } 199 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | components/policy/core/common/policy_loader_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698