OLD | NEW |
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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 ], | 8 ], |
9 'defines': [ | 9 'defines': [ |
10 'POLICY_COMPONENT_IMPLEMENTATION', | 10 'POLICY_COMPONENT_IMPLEMENTATION', |
11 ], | 11 ], |
12 'include_dirs': [ | 12 'include_dirs': [ |
13 '..', | 13 '..', |
14 ], | 14 ], |
15 'conditions': [ | 15 'conditions': [ |
16 ['configuration_policy==1', { | 16 ['configuration_policy==1', { |
17 'dependencies': [ | 17 'dependencies': [ |
18 '../base/base.gyp:base_prefs', | 18 '../base/base.gyp:base_prefs', |
19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
20 '../google_apis/google_apis.gyp:google_apis', | 20 '../google_apis/google_apis.gyp:google_apis', |
21 '../net/net.gyp:net', | 21 '../net/net.gyp:net', |
| 22 '../third_party/re2/re2.gyp:re2', |
22 '../url/url.gyp:url_lib', | 23 '../url/url.gyp:url_lib', |
23 'cloud_policy_proto', | 24 'cloud_policy_proto', |
24 'json_schema', | 25 'json_schema', |
25 'policy', | 26 'policy', |
26 ], | 27 ], |
27 'sources': [ | 28 'sources': [ |
28 'core/common/cloud/cloud_external_data_manager.cc', | 29 'core/common/cloud/cloud_external_data_manager.cc', |
29 'core/common/cloud/cloud_external_data_manager.h', | 30 'core/common/cloud/cloud_external_data_manager.h', |
30 'core/common/cloud/cloud_policy_client.cc', | 31 'core/common/cloud/cloud_policy_client.cc', |
31 'core/common/cloud/cloud_policy_client.h', | 32 'core/common/cloud/cloud_policy_client.h', |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 'core/common/policy_namespace.cc', | 204 'core/common/policy_namespace.cc', |
204 'core/common/policy_namespace.h', | 205 'core/common/policy_namespace.h', |
205 'core/common/policy_service.cc', | 206 'core/common/policy_service.cc', |
206 'core/common/policy_service.h', | 207 'core/common/policy_service.h', |
207 'core/common/policy_service_stub.cc', | 208 'core/common/policy_service_stub.cc', |
208 'core/common/policy_service_stub.h', | 209 'core/common/policy_service_stub.h', |
209 ], | 210 ], |
210 }], | 211 }], |
211 ], | 212 ], |
212 } | 213 } |
OLD | NEW |