| 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 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 'target_name': 'settings_checkbox', | 7 'target_name': 'cr_policy_indicator_behavior', |
| 8 'variables': { | 8 'variables': { |
| 9 'depends': [ | 9 'depends': [ |
| 10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', | 10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', |
| 11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', | 11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', |
| 12 '../../../../../ui/webui/resources/cr_elements/v1_0/policy/cr_policy_i
ndicator_behavior.js', | |
| 13 '../../../../../ui/webui/resources/cr_elements/v1_0/policy/cr_policy_p
ref_behavior.js', | |
| 14 ], | |
| 15 'externs': [ | |
| 16 '../../../../../third_party/closure_compiler/externs/settings_private.
js' | |
| 17 ], | 12 ], |
| 18 }, | 13 }, |
| 19 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], | 14 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
| 20 }, | 15 }, |
| 21 { | 16 { |
| 22 'target_name': 'settings_input', | 17 'target_name': 'cr_policy_pref_behavior', |
| 23 'variables': { | 18 'variables': { |
| 24 'depends': [ | 19 'depends': [ |
| 20 '../../../../../third_party/polymer/v1_0/components-chromium/iron-icon
set-svg/iron-iconset-svg-extracted.js', |
| 21 '../../../../../third_party/polymer/v1_0/components-chromium/iron-meta
/iron-meta-extracted.js', |
| 25 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', | 22 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', |
| 26 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', | 23 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', |
| 27 '../../../../../ui/webui/resources/cr_elements/v1_0/policy/cr_policy_i
ndicator_behavior.js', | 24 'cr_policy_indicator_behavior.js', |
| 28 '../../../../../ui/webui/resources/cr_elements/v1_0/policy/cr_policy_p
ref_behavior.js', | |
| 29 ], | 25 ], |
| 30 'externs': [ | 26 'externs': [ |
| 31 '../../../../../third_party/closure_compiler/externs/settings_private.
js' | 27 '../../../../../third_party/closure_compiler/externs/settings_private.
js' |
| 32 ], | 28 ], |
| 33 }, | 29 }, |
| 34 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], | 30 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
| 35 }, | 31 }, |
| 36 { | 32 { |
| 37 'target_name': 'settings_radio_group', | 33 'target_name': 'cr_policy_pref_indicator', |
| 38 'variables': { | 34 'variables': { |
| 39 'depends': [ | 35 'depends': [ |
| 40 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', | 36 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', |
| 37 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time
_data', |
| 38 'cr_policy_indicator_behavior.js', |
| 39 'cr_policy_pref_behavior.js', |
| 41 ], | 40 ], |
| 42 'externs': [ | 41 'externs': [ |
| 43 '../../../../../third_party/closure_compiler/externs/settings_private.
js' | 42 '../../../../../third_party/closure_compiler/externs/settings_private.
js' |
| 44 ], | 43 ], |
| 45 }, | 44 }, |
| 46 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], | 45 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'
], |
| 47 }, | 46 }, |
| 48 ], | 47 ], |
| 49 } | 48 } |
| OLD | NEW |