| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  122         'core/common/policy_switches.h', |  122         'core/common/policy_switches.h', | 
|  123         'core/common/policy_types.h', |  123         'core/common/policy_types.h', | 
|  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_factory.cc', | 
 |  133         'core/common/remote_commands/remote_commands_factory.h', | 
|  132         'core/common/remote_commands/remote_commands_queue.cc', |  134         'core/common/remote_commands/remote_commands_queue.cc', | 
|  133         'core/common/remote_commands/remote_commands_queue.h', |  135         'core/common/remote_commands/remote_commands_queue.h', | 
 |  136         'core/common/remote_commands/remote_commands_service.cc', | 
 |  137         'core/common/remote_commands/remote_commands_service.h', | 
|  134         'core/common/schema.cc', |  138         'core/common/schema.cc', | 
|  135         'core/common/schema.h', |  139         'core/common/schema.h', | 
|  136         'core/common/schema_internal.h', |  140         'core/common/schema_internal.h', | 
|  137         'core/common/schema_map.cc', |  141         'core/common/schema_map.cc', | 
|  138         'core/common/schema_map.h', |  142         'core/common/schema_map.h', | 
|  139         'core/common/schema_registry.cc', |  143         'core/common/schema_registry.cc', | 
|  140         'core/common/schema_registry.h', |  144         'core/common/schema_registry.h', | 
|  141         'core/common/schema_registry_tracking_policy_provider.cc', |  145         'core/common/schema_registry_tracking_policy_provider.cc', | 
|  142         'core/common/schema_registry_tracking_policy_provider.h', |  146         'core/common/schema_registry_tracking_policy_provider.h', | 
|  143         'policy_export.h', |  147         'policy_export.h', | 
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  209         'core/common/policy_pref_names.cc', |  213         'core/common/policy_pref_names.cc', | 
|  210         'core/common/policy_pref_names.h', |  214         'core/common/policy_pref_names.h', | 
|  211         'core/common/policy_service.cc', |  215         'core/common/policy_service.cc', | 
|  212         'core/common/policy_service.h', |  216         'core/common/policy_service.h', | 
|  213         'core/common/policy_service_stub.cc', |  217         'core/common/policy_service_stub.cc', | 
|  214         'core/common/policy_service_stub.h', |  218         'core/common/policy_service_stub.h', | 
|  215       ], |  219       ], | 
|  216     }], |  220     }], | 
|  217   ], |  221   ], | 
|  218 } |  222 } | 
| OLD | NEW |