Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Side by Side Diff: chrome/browser/resources/settings/controls/compiled_resources2.gyp

Issue 2538373002: MD Settings: tweak tap and actionable-ness of <settings-toggle-button> (Closed)
Patch Set: fix tests Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698