| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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': 'controlled_button', | 7 'target_name': 'controlled_button', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_indicator_behavior', | |
| 10 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', | 9 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', |
| 11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 12 'pref_control_behavior', | 11 'pref_control_behavior', |
| 13 ], | 12 ], |
| 14 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 13 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 15 }, | 14 }, |
| 16 { | 15 { |
| 17 'target_name': 'controlled_radio_button', | 16 'target_name': 'controlled_radio_button', |
| 18 'dependencies': [ | 17 'dependencies': [ |
| 19 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', | |
| 20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 18 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 21 '<(EXTERNS_GYP):settings_private', | 19 '<(EXTERNS_GYP):settings_private', |
| 22 '../prefs/compiled_resources2.gyp:pref_util', | 20 '../prefs/compiled_resources2.gyp:pref_util', |
| 23 'pref_control_behavior', | 21 'pref_control_behavior', |
| 24 ], | 22 ], |
| 25 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 23 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 26 }, | 24 }, |
| 27 { | 25 { |
| 28 'target_name': 'extension_controlled_indicator', | 26 'target_name': 'extension_controlled_indicator', |
| 29 'dependencies': [ | 27 'dependencies': [ |
| 30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 28 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 29 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 32 '../compiled_resources2.gyp:extension_control_browser_proxy', | 30 '../compiled_resources2.gyp:extension_control_browser_proxy', |
| 33 ], | 31 ], |
| 34 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 32 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 35 }, | 33 }, |
| 36 { | 34 { |
| 37 'target_name': 'pref_control_behavior', | 35 'target_name': 'pref_control_behavior', |
| 38 'dependencies': [ | 36 'dependencies': [ |
| 39 '../prefs/compiled_resources2.gyp:prefs_types', | 37 '../prefs/compiled_resources2.gyp:prefs_types', |
| 40 ], | 38 ], |
| 41 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 39 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 42 }, | 40 }, |
| 43 { | 41 { |
| 44 'target_name': 'settings_boolean_control_behavior', | 42 'target_name': 'settings_boolean_control_behavior', |
| 45 'dependencies': [ | 43 'dependencies': [ |
| 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 47 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_indicator_behavior', | |
| 48 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', | 45 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', |
| 49 '../prefs/compiled_resources2.gyp:prefs_types', | 46 '../prefs/compiled_resources2.gyp:prefs_types', |
| 50 'pref_control_behavior', | 47 'pref_control_behavior', |
| 51 ], | 48 ], |
| 52 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 53 }, | 50 }, |
| 54 { | 51 { |
| 55 'target_name': 'settings_checkbox', | 52 'target_name': 'settings_checkbox', |
| 56 'dependencies': [ | 53 'dependencies': [ |
| 57 'settings_boolean_control_behavior', | 54 'settings_boolean_control_behavior', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 75 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 79 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 76 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 80 '<(EXTERNS_GYP):settings_private', | 77 '<(EXTERNS_GYP):settings_private', |
| 81 'pref_control_behavior', | 78 'pref_control_behavior', |
| 82 ], | 79 ], |
| 83 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 80 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 84 }, | 81 }, |
| 85 { | 82 { |
| 86 'target_name': 'settings_radio_group', | 83 'target_name': 'settings_radio_group', |
| 87 'dependencies': [ | 84 'dependencies': [ |
| 88 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', | |
| 89 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 85 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 90 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 86 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 91 '<(EXTERNS_GYP):settings_private', | 87 '<(EXTERNS_GYP):settings_private', |
| 92 '../prefs/compiled_resources2.gyp:pref_util', | 88 '../prefs/compiled_resources2.gyp:pref_util', |
| 93 'pref_control_behavior', | 89 'pref_control_behavior', |
| 94 ], | 90 ], |
| 95 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 91 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 96 }, | 92 }, |
| 97 { | 93 { |
| 98 'target_name': 'settings_toggle_button', | 94 'target_name': 'settings_toggle_button', |
| 99 'dependencies': [ | 95 'dependencies': [ |
| 100 'settings_boolean_control_behavior', | 96 'settings_boolean_control_behavior', |
| 101 ], | 97 ], |
| 102 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 98 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 103 }, | 99 }, |
| 104 ], | 100 ], |
| 105 } | 101 } |
| OLD | NEW |