| 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 24 matching lines...) Expand all Loading... |
| 35 { | 35 { |
| 36 'target_name': 'pref_control_behavior', | 36 'target_name': 'pref_control_behavior', |
| 37 'dependencies': [ | 37 'dependencies': [ |
| 38 '../prefs/compiled_resources2.gyp:prefs_types', | 38 '../prefs/compiled_resources2.gyp:prefs_types', |
| 39 ], | 39 ], |
| 40 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 40 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 'target_name': 'settings_boolean_control_behavior', | 43 'target_name': 'settings_boolean_control_behavior', |
| 44 'dependencies': [ | 44 'dependencies': [ |
| 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 45 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_indicator_behavior', | 46 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_indicator_behavior', |
| 46 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', | 47 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:
cr_policy_pref_behavior', |
| 47 '../prefs/compiled_resources2.gyp:prefs_types', | 48 '../prefs/compiled_resources2.gyp:prefs_types', |
| 48 'pref_control_behavior', | 49 'pref_control_behavior', |
| 49 ], | 50 ], |
| 50 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 51 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 51 }, | 52 }, |
| 52 { | 53 { |
| 53 'target_name': 'settings_checkbox', | 54 'target_name': 'settings_checkbox', |
| 54 'dependencies': [ | 55 'dependencies': [ |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 }, | 95 }, |
| 95 { | 96 { |
| 96 'target_name': 'settings_toggle_button', | 97 'target_name': 'settings_toggle_button', |
| 97 'dependencies': [ | 98 'dependencies': [ |
| 98 'settings_boolean_control_behavior', | 99 'settings_boolean_control_behavior', |
| 99 ], | 100 ], |
| 100 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 101 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 101 }, | 102 }, |
| 102 ], | 103 ], |
| 103 } | 104 } |
| OLD | NEW |