| 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': [ | 
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 124         'core/common/preferences_mac.cc', | 124         'core/common/preferences_mac.cc', | 
| 125         'core/common/preferences_mac.h', | 125         'core/common/preferences_mac.h', | 
| 126         'core/common/preg_parser_win.cc', | 126         'core/common/preg_parser_win.cc', | 
| 127         'core/common/preg_parser_win.h', | 127         'core/common/preg_parser_win.h', | 
| 128         'core/common/registry_dict_win.cc', | 128         'core/common/registry_dict_win.cc', | 
| 129         'core/common/registry_dict_win.h', | 129         'core/common/registry_dict_win.h', | 
| 130         'core/common/remote_commands/remote_command_job.cc', | 130         'core/common/remote_commands/remote_command_job.cc', | 
| 131         'core/common/remote_commands/remote_command_job.h', | 131         'core/common/remote_commands/remote_command_job.h', | 
| 132         'core/common/remote_commands/remote_commands_queue.cc', | 132         'core/common/remote_commands/remote_commands_queue.cc', | 
| 133         'core/common/remote_commands/remote_commands_queue.h', | 133         'core/common/remote_commands/remote_commands_queue.h', | 
|  | 134         'core/common/remote_commands/remote_commands_service.cc', | 
|  | 135         'core/common/remote_commands/remote_commands_service.h', | 
| 134         'core/common/schema.cc', | 136         'core/common/schema.cc', | 
| 135         'core/common/schema.h', | 137         'core/common/schema.h', | 
| 136         'core/common/schema_internal.h', | 138         'core/common/schema_internal.h', | 
| 137         'core/common/schema_map.cc', | 139         'core/common/schema_map.cc', | 
| 138         'core/common/schema_map.h', | 140         'core/common/schema_map.h', | 
| 139         'core/common/schema_registry.cc', | 141         'core/common/schema_registry.cc', | 
| 140         'core/common/schema_registry.h', | 142         'core/common/schema_registry.h', | 
| 141         'core/common/schema_registry_tracking_policy_provider.cc', | 143         'core/common/schema_registry_tracking_policy_provider.cc', | 
| 142         'core/common/schema_registry_tracking_policy_provider.h', | 144         'core/common/schema_registry_tracking_policy_provider.h', | 
| 143         'policy_export.h', | 145         'policy_export.h', | 
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 209         'core/common/policy_pref_names.cc', | 211         'core/common/policy_pref_names.cc', | 
| 210         'core/common/policy_pref_names.h', | 212         'core/common/policy_pref_names.h', | 
| 211         'core/common/policy_service.cc', | 213         'core/common/policy_service.cc', | 
| 212         'core/common/policy_service.h', | 214         'core/common/policy_service.h', | 
| 213         'core/common/policy_service_stub.cc', | 215         'core/common/policy_service_stub.cc', | 
| 214         'core/common/policy_service_stub.h', | 216         'core/common/policy_service_stub.h', | 
| 215       ], | 217       ], | 
| 216     }], | 218     }], | 
| 217   ], | 219   ], | 
| 218 } | 220 } | 
| OLD | NEW | 
|---|