| Index: chrome/browser/resources/settings/controls/compiled_resources2.gyp
|
| diff --git a/chrome/browser/resources/settings/controls/compiled_resources2.gyp b/chrome/browser/resources/settings/controls/compiled_resources2.gyp
|
| index 83eb90479d001460ea3903c5733575cbc588959a..82ba7efba597f184c1c1c1e63cf2c1a30dced58b 100644
|
| --- a/chrome/browser/resources/settings/controls/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/settings/controls/compiled_resources2.gyp
|
| @@ -30,18 +30,23 @@
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'settings_checkbox',
|
| + 'target_name': 'settings_boolean_control_behavior',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:cr_policy_indicator_behavior',
|
| '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp:cr_policy_pref_behavior',
|
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
|
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| - '<(EXTERNS_GYP):settings_private',
|
| + '../prefs/compiled_resources2.gyp:prefs_types',
|
| 'pref_control_behavior',
|
| ],
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| + 'target_name': 'settings_checkbox',
|
| + 'dependencies': [
|
| + 'settings_boolean_control_behavior',
|
| + ],
|
| + 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'settings_dropdown_menu',
|
| 'dependencies': [
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
|
| @@ -77,5 +82,12 @@
|
| ],
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| + {
|
| + 'target_name': 'settings_toggle_button',
|
| + 'dependencies': [
|
| + 'settings_boolean_control_behavior',
|
| + ],
|
| + 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| ],
|
| }
|
|
|