| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'policy_component', | 8 'target_name': 'policy_component', |
| 9 'type': '<(component)', | 9 'type': '<(component)', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 'policy/core/common/policy_map.cc', | 31 'policy/core/common/policy_map.cc', |
| 32 'policy/core/common/policy_map.h', | 32 'policy/core/common/policy_map.h', |
| 33 'policy/core/common/policy_pref_names.cc', | 33 'policy/core/common/policy_pref_names.cc', |
| 34 'policy/core/common/policy_pref_names.h', | 34 'policy/core/common/policy_pref_names.h', |
| 35 'policy/core/common/policy_switches.cc', | 35 'policy/core/common/policy_switches.cc', |
| 36 'policy/core/common/policy_switches.h', | 36 'policy/core/common/policy_switches.h', |
| 37 'policy/core/common/policy_types.h', | 37 'policy/core/common/policy_types.h', |
| 38 'policy/core/common/schema.cc', | 38 'policy/core/common/schema.cc', |
| 39 'policy/core/common/schema.h', | 39 'policy/core/common/schema.h', |
| 40 'policy/core/common/schema_internal.h', | 40 'policy/core/common/schema_internal.h', |
| 41 'policy/core/common/schema_map.cc', |
| 42 'policy/core/common/schema_map.h', |
| 43 'policy/core/common/schema_registry.cc', |
| 44 'policy/core/common/schema_registry.h', |
| 41 'policy/policy_export.h', | 45 'policy/policy_export.h', |
| 42 ], | 46 ], |
| 43 }, { # configuration_policy==0 | 47 }, { # configuration_policy==0 |
| 44 # Some of the policy code is always enabled, so that other parts of | 48 # Some of the policy code is always enabled, so that other parts of |
| 45 # Chrome can always interface with the PolicyService without having | 49 # Chrome can always interface with the PolicyService without having |
| 46 # to #ifdef on ENABLE_CONFIGURATION_POLICY. | 50 # to #ifdef on ENABLE_CONFIGURATION_POLICY. |
| 47 'sources': [ | 51 'sources': [ |
| 48 'policy/core/common/external_data_fetcher.h', | 52 'policy/core/common/external_data_fetcher.h', |
| 49 'policy/core/common/external_data_fetcher.cc', | 53 'policy/core/common/external_data_fetcher.cc', |
| 50 'policy/core/common/external_data_manager.h', | 54 'policy/core/common/external_data_manager.h', |
| 51 'policy/core/common/policy_map.cc', | 55 'policy/core/common/policy_map.cc', |
| 52 'policy/core/common/policy_map.h', | 56 'policy/core/common/policy_map.h', |
| 53 'policy/core/common/policy_namespace.cc', | 57 'policy/core/common/policy_namespace.cc', |
| 54 'policy/core/common/policy_namespace.h', | 58 'policy/core/common/policy_namespace.h', |
| 55 ], | 59 ], |
| 56 }], | 60 }], |
| 57 ], | 61 ], |
| 58 }, | 62 }, |
| 59 ], | 63 ], |
| 60 } | 64 } |
| OLD | NEW |