| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../base/base.gyp:base_prefs', | 8 '../base/base.gyp:base_prefs', |
| 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 # GN version: //components/policy/core/browser | 35 # GN version: //components/policy/core/browser |
| 36 ['configuration_policy==1', { | 36 ['configuration_policy==1', { |
| 37 'dependencies': [ | 37 'dependencies': [ |
| 38 '../third_party/icu/icu.gyp:icui18n', | 38 '../third_party/icu/icu.gyp:icui18n', |
| 39 '../third_party/icu/icu.gyp:icuuc', | 39 '../third_party/icu/icu.gyp:icuuc', |
| 40 'autofill_core_common', | 40 'autofill_core_common', |
| 41 'cloud_policy_proto', | 41 'cloud_policy_proto', |
| 42 'policy', | 42 'policy', |
| 43 ], | 43 ], |
| 44 'sources': [ | 44 'sources': [ |
| 45 'core/browser/android/app_restrictions_importer.cc', |
| 46 'core/browser/android/app_restrictions_importer.h', |
| 45 'core/browser/autofill_policy_handler.cc', | 47 'core/browser/autofill_policy_handler.cc', |
| 46 'core/browser/autofill_policy_handler.h', | 48 'core/browser/autofill_policy_handler.h', |
| 47 'core/browser/browser_policy_connector.cc', | 49 'core/browser/browser_policy_connector.cc', |
| 48 'core/browser/browser_policy_connector.h', | 50 'core/browser/browser_policy_connector.h', |
| 49 'core/browser/browser_policy_connector_ios.h', | 51 'core/browser/browser_policy_connector_ios.h', |
| 50 'core/browser/browser_policy_connector_ios.mm', | 52 'core/browser/browser_policy_connector_ios.mm', |
| 51 'core/browser/cloud/message_util.cc', | 53 'core/browser/cloud/message_util.cc', |
| 52 'core/browser/cloud/message_util.h', | 54 'core/browser/cloud/message_util.h', |
| 53 'core/browser/configuration_policy_handler.cc', | 55 'core/browser/configuration_policy_handler.cc', |
| 54 'core/browser/configuration_policy_handler.h', | 56 'core/browser/configuration_policy_handler.h', |
| 55 'core/browser/configuration_policy_handler_list.cc', | 57 'core/browser/configuration_policy_handler_list.cc', |
| 56 'core/browser/configuration_policy_handler_list.h', | 58 'core/browser/configuration_policy_handler_list.h', |
| 57 'core/browser/configuration_policy_pref_store.cc', | 59 'core/browser/configuration_policy_pref_store.cc', |
| 58 'core/browser/configuration_policy_pref_store.h', | 60 'core/browser/configuration_policy_pref_store.h', |
| 59 'core/browser/policy_error_map.cc', | 61 'core/browser/policy_error_map.cc', |
| 60 'core/browser/policy_error_map.h', | 62 'core/browser/policy_error_map.h', |
| 61 'core/browser/url_blacklist_policy_handler.cc', | 63 'core/browser/url_blacklist_policy_handler.cc', |
| 62 'core/browser/url_blacklist_policy_handler.h', | 64 'core/browser/url_blacklist_policy_handler.h', |
| 63 ], | 65 ], |
| 64 }], | 66 }], |
| 65 ], | 67 ], |
| 66 } | 68 } |
| OLD | NEW |