| Index: chrome/browser/resources/settings/device_page/compiled_resources2.gyp
|
| diff --git a/chrome/browser/resources/settings/device_page/compiled_resources2.gyp b/chrome/browser/resources/settings/device_page/compiled_resources2.gyp
|
| index dfbd967f326f60fde7177da21fa9446bc89e08af..973fe6bc43cb6c36deb2199d4b87a00641c1bafa 100644
|
| --- a/chrome/browser/resources/settings/device_page/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/settings/device_page/compiled_resources2.gyp
|
| @@ -25,16 +25,6 @@
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'display_overscan_dialog',
|
| - 'dependencies': [
|
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| - '<(EXTERNS_GYP):system_display',
|
| - '<(INTERFACES_GYP):system_display_interface',
|
| - 'display'
|
| - ],
|
| - 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| - },
|
| - {
|
| 'target_name': 'keyboard',
|
| 'dependencies': [
|
| '../prefs/compiled_resources2.gyp:prefs_types',
|
| @@ -58,5 +48,26 @@
|
| ],
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| + {
|
| + 'target_name': 'display_layout',
|
| + 'dependencies': [
|
| + '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-behavior/compiled_resources2.gyp:iron-resizable-behavior-extracted',
|
| + '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/compiled_resources2.gyp:paper-button-extracted',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(EXTERNS_GYP):system_display',
|
| + '<(INTERFACES_GYP):system_display_interface',
|
| + ],
|
| + 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| + 'target_name': 'display_overscan_dialog',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + '<(EXTERNS_GYP):system_display',
|
| + '<(INTERFACES_GYP):system_display_interface',
|
| + 'display'
|
| + ],
|
| + 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| ],
|
| }
|
|
|