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

Side by Side Diff: components/policy/policy_common.gypi

Issue 1648403002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « components/policy/policy_browser.gypi ('k') | components/pref_registry.gypi » ('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 { 5 {
6 # GN version: //components/policy/core/common 6 # GN version: //components/policy/core/common
7 'dependencies': [ 7 'dependencies': [
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 ], 9 ],
10 'defines': [ 10 'defines': [
11 'POLICY_COMPONENT_IMPLEMENTATION', 11 'POLICY_COMPONENT_IMPLEMENTATION',
12 ], 12 ],
13 'include_dirs': [ 13 'include_dirs': [
14 '..', 14 '..',
15 ], 15 ],
16 'conditions': [ 16 'conditions': [
17 ['configuration_policy==1', { 17 ['configuration_policy==1', {
18 'dependencies': [ 18 'dependencies': [
19 '../base/base.gyp:base_prefs',
20 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
21 '../google_apis/google_apis.gyp:google_apis', 20 '../google_apis/google_apis.gyp:google_apis',
22 '../net/net.gyp:net', 21 '../net/net.gyp:net',
23 '../third_party/re2/re2.gyp:re2', 22 '../third_party/re2/re2.gyp:re2',
24 '../url/url.gyp:url_lib', 23 '../url/url.gyp:url_lib',
25 'cloud_policy_proto', 24 'cloud_policy_proto',
26 'data_use_measurement_core', 25 'data_use_measurement_core',
27 'json_schema', 26 'json_schema',
28 'policy', 27 'policy',
28 'prefs/prefs.gyp:prefs',
29 ], 29 ],
30 'sources': [ 30 'sources': [
31 'core/common/async_policy_loader.cc', 31 'core/common/async_policy_loader.cc',
32 'core/common/async_policy_loader.h', 32 'core/common/async_policy_loader.h',
33 'core/common/async_policy_provider.cc', 33 'core/common/async_policy_provider.cc',
34 'core/common/async_policy_provider.h', 34 'core/common/async_policy_provider.h',
35 'core/common/cloud/cloud_external_data_manager.cc', 35 'core/common/cloud/cloud_external_data_manager.cc',
36 'core/common/cloud/cloud_external_data_manager.h', 36 'core/common/cloud/cloud_external_data_manager.h',
37 'core/common/cloud/cloud_policy_client.cc', 37 'core/common/cloud/cloud_policy_client.cc',
38 'core/common/cloud/cloud_policy_client.h', 38 'core/common/cloud/cloud_policy_client.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'core/common/policy_pref_names.cc', 209 'core/common/policy_pref_names.cc',
210 'core/common/policy_pref_names.h', 210 'core/common/policy_pref_names.h',
211 'core/common/policy_service.cc', 211 'core/common/policy_service.cc',
212 'core/common/policy_service.h', 212 'core/common/policy_service.h',
213 'core/common/policy_service_stub.cc', 213 'core/common/policy_service_stub.cc',
214 'core/common/policy_service_stub.h', 214 'core/common/policy_service_stub.h',
215 ], 215 ],
216 }], 216 }],
217 ], 217 ],
218 } 218 }
OLDNEW
« no previous file with comments | « components/policy/policy_browser.gypi ('k') | components/pref_registry.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698