| 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 23 matching lines...) Expand all Loading... |
| 34 }, | 34 }, |
| 35 { | 35 { |
| 36 'target_name': 'important_site_checkbox', | 36 'target_name': 'important_site_checkbox', |
| 37 'dependencies': [ | 37 'dependencies': [ |
| 38 '../clear_browsing_data_dialog/compiled_resources2.gyp:clear_browsing_da
ta_browser_proxy', | 38 '../clear_browsing_data_dialog/compiled_resources2.gyp:clear_browsing_da
ta_browser_proxy', |
| 39 'settings_boolean_control_behavior', | 39 'settings_boolean_control_behavior', |
| 40 ], | 40 ], |
| 41 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 41 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 42 }, | 42 }, |
| 43 { | 43 { |
| 44 'target_name': 'night_light_slider', |
| 45 'dependencies': [ |
| 46 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be
havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', |
| 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 48 '../prefs/compiled_resources2.gyp:prefs_behavior', |
| 49 ], |
| 50 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 51 }, |
| 52 { |
| 44 'target_name': 'pref_control_behavior', | 53 'target_name': 'pref_control_behavior', |
| 45 'dependencies': [ | 54 'dependencies': [ |
| 46 '../prefs/compiled_resources2.gyp:prefs_types', | 55 '../prefs/compiled_resources2.gyp:prefs_types', |
| 47 ], | 56 ], |
| 48 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 57 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 49 }, | 58 }, |
| 50 { | 59 { |
| 51 'target_name': 'settings_boolean_control_behavior', | 60 'target_name': 'settings_boolean_control_behavior', |
| 52 'dependencies': [ | 61 'dependencies': [ |
| 53 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 }, | 109 }, |
| 101 { | 110 { |
| 102 'target_name': 'settings_toggle_button', | 111 'target_name': 'settings_toggle_button', |
| 103 'dependencies': [ | 112 'dependencies': [ |
| 104 'settings_boolean_control_behavior', | 113 'settings_boolean_control_behavior', |
| 105 ], | 114 ], |
| 106 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 115 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 107 }, | 116 }, |
| 108 ], | 117 ], |
| 109 } | 118 } |
| OLD | NEW |