| 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 'includes': [ | 6 'includes': [ |
| 7 # Included to get 'mac_bundle_id' and other variables. | 7 # Included to get 'mac_bundle_id' and other variables. |
| 8 '../build/chrome_settings.gypi', | 8 '../build/chrome_settings.gypi', |
| 9 ], | 9 ], |
| 10 'variables': { | 10 'variables': { |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'dependencies': [ | 48 'dependencies': [ |
| 49 '../base/base.gyp:base_prefs', | 49 '../base/base.gyp:base_prefs', |
| 50 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 50 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 51 '../google_apis/google_apis.gyp:google_apis', | 51 '../google_apis/google_apis.gyp:google_apis', |
| 52 '../ui/ui.gyp:ui', | 52 '../ui/ui.gyp:ui', |
| 53 '../url/url.gyp:url_lib', | 53 '../url/url.gyp:url_lib', |
| 54 'component_strings.gyp:component_strings', | 54 'component_strings.gyp:component_strings', |
| 55 'cloud_policy_proto', | 55 'cloud_policy_proto', |
| 56 'json_schema', | 56 'json_schema', |
| 57 'policy', | 57 'policy', |
| 58 'url_matcher', |
| 59 'user_prefs', |
| 58 ], | 60 ], |
| 59 'sources': [ | 61 'sources': [ |
| 60 'policy/core/browser/cloud/message_util.cc', | 62 'policy/core/browser/cloud/message_util.cc', |
| 61 'policy/core/browser/cloud/message_util.h', | 63 'policy/core/browser/cloud/message_util.h', |
| 62 'policy/core/browser/configuration_policy_handler.cc', | 64 'policy/core/browser/configuration_policy_handler.cc', |
| 63 'policy/core/browser/configuration_policy_handler.h', | 65 'policy/core/browser/configuration_policy_handler.h', |
| 64 'policy/core/browser/configuration_policy_handler_list.cc', | 66 'policy/core/browser/configuration_policy_handler_list.cc', |
| 65 'policy/core/browser/configuration_policy_handler_list.h', | 67 'policy/core/browser/configuration_policy_handler_list.h', |
| 66 'policy/core/browser/configuration_policy_pref_store.cc', | 68 'policy/core/browser/configuration_policy_pref_store.cc', |
| 67 'policy/core/browser/configuration_policy_pref_store.h', | 69 'policy/core/browser/configuration_policy_pref_store.h', |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'policy/core/common/preg_parser_win.h', | 166 'policy/core/common/preg_parser_win.h', |
| 165 'policy/core/common/registry_dict_win.cc', | 167 'policy/core/common/registry_dict_win.cc', |
| 166 'policy/core/common/registry_dict_win.h', | 168 'policy/core/common/registry_dict_win.h', |
| 167 'policy/core/common/schema.cc', | 169 'policy/core/common/schema.cc', |
| 168 'policy/core/common/schema.h', | 170 'policy/core/common/schema.h', |
| 169 'policy/core/common/schema_internal.h', | 171 'policy/core/common/schema_internal.h', |
| 170 'policy/core/common/schema_map.cc', | 172 'policy/core/common/schema_map.cc', |
| 171 'policy/core/common/schema_map.h', | 173 'policy/core/common/schema_map.h', |
| 172 'policy/core/common/schema_registry.cc', | 174 'policy/core/common/schema_registry.cc', |
| 173 'policy/core/common/schema_registry.h', | 175 'policy/core/common/schema_registry.h', |
| 176 'policy/core/common/url_blacklist_manager.cc', |
| 177 'policy/core/common/url_blacklist_manager.h', |
| 174 'policy/policy_export.h', | 178 'policy/policy_export.h', |
| 175 ], | 179 ], |
| 176 'conditions': [ | 180 'conditions': [ |
| 177 ['OS=="android"', { | 181 ['OS=="android"', { |
| 178 'sources': [ | 182 'sources': [ |
| 179 'policy/core/common/cloud/component_cloud_policy_service_stub.cc
', | 183 'policy/core/common/cloud/component_cloud_policy_service_stub.cc
', |
| 180 ], | 184 ], |
| 181 'sources!': [ | 185 'sources!': [ |
| 182 'policy/core/common/async_policy_loader.cc', | 186 'policy/core/common/async_policy_loader.cc', |
| 183 'policy/core/common/async_policy_loader.h', | 187 'policy/core/common/async_policy_loader.h', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'policy/core/common/external_data_fetcher.cc', | 224 'policy/core/common/external_data_fetcher.cc', |
| 221 'policy/core/common/external_data_manager.h', | 225 'policy/core/common/external_data_manager.h', |
| 222 'policy/core/common/policy_map.cc', | 226 'policy/core/common/policy_map.cc', |
| 223 'policy/core/common/policy_map.h', | 227 'policy/core/common/policy_map.h', |
| 224 'policy/core/common/policy_namespace.cc', | 228 'policy/core/common/policy_namespace.cc', |
| 225 'policy/core/common/policy_namespace.h', | 229 'policy/core/common/policy_namespace.h', |
| 226 'policy/core/common/policy_service.cc', | 230 'policy/core/common/policy_service.cc', |
| 227 'policy/core/common/policy_service.h', | 231 'policy/core/common/policy_service.h', |
| 228 'policy/core/common/policy_service_stub.cc', | 232 'policy/core/common/policy_service_stub.cc', |
| 229 'policy/core/common/policy_service_stub.h', | 233 'policy/core/common/policy_service_stub.h', |
| 234 'policy/core/common/url_blacklist_manager.cc', |
| 235 'policy/core/common/url_blacklist_manager.h', |
| 230 ], | 236 ], |
| 231 }], | 237 }], |
| 232 ], | 238 ], |
| 233 }, | 239 }, |
| 234 ], | 240 ], |
| 235 'conditions': [ | 241 'conditions': [ |
| 236 ['configuration_policy==1', { | 242 ['configuration_policy==1', { |
| 237 'targets': [ | 243 'targets': [ |
| 238 { | 244 { |
| 239 'target_name': 'cloud_policy_code_generate', | 245 'target_name': 'cloud_policy_code_generate', |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 'Copy the Localizable.strings files to the manifest bundle', | 573 'Copy the Localizable.strings files to the manifest bundle', |
| 568 'process_outputs_as_mac_bundle_resources': 1, | 574 'process_outputs_as_mac_bundle_resources': 1, |
| 569 'msvs_cygwin_shell': 1, | 575 'msvs_cygwin_shell': 1, |
| 570 }, | 576 }, |
| 571 ], | 577 ], |
| 572 }, | 578 }, |
| 573 ], | 579 ], |
| 574 }], | 580 }], |
| 575 ], | 581 ], |
| 576 } | 582 } |
| OLD | NEW |