| 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 # 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', | 19 '../base/base.gyp:base_prefs', |
| 20 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 20 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 21 '../google_apis/google_apis.gyp:google_apis', | 21 '../google_apis/google_apis.gyp:google_apis', |
| 22 '../net/net.gyp:net', | 22 '../net/net.gyp:net', |
| 23 '../third_party/re2/re2.gyp:re2', | 23 '../third_party/re2/re2.gyp:re2', |
| 24 '../url/url.gyp:url_lib', | 24 '../url/url.gyp:url_lib', |
| 25 'cloud_policy_proto', | 25 'cloud_policy_proto', |
| 26 'data_use_measurement_core', |
| 26 'json_schema', | 27 'json_schema', |
| 27 'policy', | 28 'policy', |
| 28 ], | 29 ], |
| 29 'sources': [ | 30 'sources': [ |
| 30 'core/common/async_policy_loader.cc', | 31 'core/common/async_policy_loader.cc', |
| 31 'core/common/async_policy_loader.h', | 32 'core/common/async_policy_loader.h', |
| 32 'core/common/async_policy_provider.cc', | 33 'core/common/async_policy_provider.cc', |
| 33 'core/common/async_policy_provider.h', | 34 'core/common/async_policy_provider.h', |
| 34 'core/common/cloud/cloud_external_data_manager.cc', | 35 'core/common/cloud/cloud_external_data_manager.cc', |
| 35 'core/common/cloud/cloud_external_data_manager.h', | 36 'core/common/cloud/cloud_external_data_manager.h', |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 'core/common/policy_pref_names.cc', | 209 'core/common/policy_pref_names.cc', |
| 209 'core/common/policy_pref_names.h', | 210 'core/common/policy_pref_names.h', |
| 210 'core/common/policy_service.cc', | 211 'core/common/policy_service.cc', |
| 211 'core/common/policy_service.h', | 212 'core/common/policy_service.h', |
| 212 'core/common/policy_service_stub.cc', | 213 'core/common/policy_service_stub.cc', |
| 213 'core/common/policy_service_stub.h', | 214 'core/common/policy_service_stub.h', |
| 214 ], | 215 ], |
| 215 }], | 216 }], |
| 216 ], | 217 ], |
| 217 } | 218 } |
| OLD | NEW |