| 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 15 matching lines...) Expand all Loading... |
| 26 { | 26 { |
| 27 'target_name': 'extension_controlled_indicator', | 27 'target_name': 'extension_controlled_indicator', |
| 28 'dependencies': [ | 28 'dependencies': [ |
| 29 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 29 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 30 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 31 '../compiled_resources2.gyp:extension_control_browser_proxy', | 31 '../compiled_resources2.gyp:extension_control_browser_proxy', |
| 32 ], | 32 ], |
| 33 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 33 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 34 }, | 34 }, |
| 35 { | 35 { |
| 36 'target_name': 'important_site_checkbox', |
| 37 'dependencies': [ |
| 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
| 39 '../clear_browsing_data_dialog/compiled_resources2.gyp:clear_browsing_da
ta_browser_proxy', |
| 40 'settings_boolean_control_behavior', |
| 41 ], |
| 42 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 43 }, |
| 44 { |
| 36 'target_name': 'pref_control_behavior', | 45 'target_name': 'pref_control_behavior', |
| 37 'dependencies': [ | 46 'dependencies': [ |
| 38 '../prefs/compiled_resources2.gyp:prefs_types', | 47 '../prefs/compiled_resources2.gyp:prefs_types', |
| 39 ], | 48 ], |
| 40 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 41 }, | 50 }, |
| 42 { | 51 { |
| 43 'target_name': 'settings_boolean_control_behavior', | 52 'target_name': 'settings_boolean_control_behavior', |
| 44 'dependencies': [ | 53 'dependencies': [ |
| 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 }, | 101 }, |
| 93 { | 102 { |
| 94 'target_name': 'settings_toggle_button', | 103 'target_name': 'settings_toggle_button', |
| 95 'dependencies': [ | 104 'dependencies': [ |
| 96 'settings_boolean_control_behavior', | 105 'settings_boolean_control_behavior', |
| 97 ], | 106 ], |
| 98 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 107 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 99 }, | 108 }, |
| 100 ], | 109 ], |
| 101 } | 110 } |
| OLD | NEW |