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