| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 54         'core/browser/configuration_policy_handler.h', | 54         'core/browser/configuration_policy_handler.h', | 
| 55         'core/browser/configuration_policy_handler_list.cc', | 55         'core/browser/configuration_policy_handler_list.cc', | 
| 56         'core/browser/configuration_policy_handler_list.h', | 56         'core/browser/configuration_policy_handler_list.h', | 
| 57         'core/browser/configuration_policy_pref_store.cc', | 57         'core/browser/configuration_policy_pref_store.cc', | 
| 58         'core/browser/configuration_policy_pref_store.h', | 58         'core/browser/configuration_policy_pref_store.h', | 
| 59         'core/browser/policy_error_map.cc', | 59         'core/browser/policy_error_map.cc', | 
| 60         'core/browser/policy_error_map.h', | 60         'core/browser/policy_error_map.h', | 
| 61         'core/browser/url_blacklist_policy_handler.cc', | 61         'core/browser/url_blacklist_policy_handler.cc', | 
| 62         'core/browser/url_blacklist_policy_handler.h', | 62         'core/browser/url_blacklist_policy_handler.h', | 
| 63       ], | 63       ], | 
|  | 64       'conditions': [ | 
|  | 65         ['OS=="android"', { | 
|  | 66           'sources': [ | 
|  | 67             'core/browser/android/component_jni_registrar.cc', | 
|  | 68             'core/browser/android/component_jni_registrar.h', | 
|  | 69             'core/browser/android/policy_converter.cc', | 
|  | 70             'core/browser/android/policy_converter.h', | 
|  | 71           ], | 
|  | 72           'dependencies': [ 'policy_jni_headers' ] | 
|  | 73         }] | 
|  | 74       ] | 
| 64     }], | 75     }], | 
| 65   ], | 76   ], | 
| 66 } | 77 } | 
| OLD | NEW | 
|---|