| 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_pref_behavior', | 9 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', |
| 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 23 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 24 }, | 24 }, |
| 25 { | 25 { |
| 26 'target_name': 'pref_control_behavior', | 26 'target_name': 'pref_control_behavior', |
| 27 'dependencies': [ | 27 'dependencies': [ |
| 28 '../prefs/compiled_resources2.gyp:prefs_types', | 28 '../prefs/compiled_resources2.gyp:prefs_types', |
| 29 ], | 29 ], |
| 30 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 30 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 31 }, | 31 }, |
| 32 { | 32 { |
| 33 'target_name': 'settings_boolean_control_behavior', |
| 34 'dependencies': [ |
| 35 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_indicator_behavior', |
| 36 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', |
| 37 '../prefs/compiled_resources2.gyp:prefs_types', |
| 38 'pref_control_behavior', |
| 39 ], |
| 40 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 41 }, |
| 42 { |
| 33 'target_name': 'settings_checkbox', | 43 'target_name': 'settings_checkbox', |
| 34 'dependencies': [ | 44 'dependencies': [ |
| 35 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_indicator_behavior', | 45 'settings_boolean_control_behavior', |
| 36 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', | |
| 37 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | |
| 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | |
| 39 '<(EXTERNS_GYP):settings_private', | |
| 40 'pref_control_behavior', | |
| 41 ], | 46 ], |
| 42 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 47 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 43 }, | 48 }, |
| 44 { | 49 { |
| 45 'target_name': 'settings_dropdown_menu', | 50 'target_name': 'settings_dropdown_menu', |
| 46 'dependencies': [ | 51 'dependencies': [ |
| 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 52 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 53 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 50 '<(EXTERNS_GYP):settings_private', | 55 '<(EXTERNS_GYP):settings_private', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 70 'dependencies': [ | 75 'dependencies': [ |
| 71 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', | 76 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', |
| 72 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 77 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 74 '<(EXTERNS_GYP):settings_private', | 79 '<(EXTERNS_GYP):settings_private', |
| 75 '../prefs/compiled_resources2.gyp:pref_util', | 80 '../prefs/compiled_resources2.gyp:pref_util', |
| 76 'pref_control_behavior', | 81 'pref_control_behavior', |
| 77 ], | 82 ], |
| 78 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 83 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 79 }, | 84 }, |
| 85 { |
| 86 'target_name': 'settings_toggle_button', |
| 87 'dependencies': [ |
| 88 'settings_boolean_control_behavior', |
| 89 ], |
| 90 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 91 }, |
| 80 ], | 92 ], |
| 81 } | 93 } |
| OLD | NEW |