| 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': 'device_page', | 7 'target_name': 'device_page', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 9 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 10 ], | 10 ], |
| 11 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 11 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 'target_name': 'device_page_browser_proxy', | 14 'target_name': 'device_page_browser_proxy', |
| 15 'dependencies': [ | 15 'dependencies': [ |
| 16 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 16 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 17 ], | 17 ], |
| 18 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 18 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 19 }, | 19 }, |
| 20 { | 20 { |
| 21 'target_name': 'touchpad', | 21 'target_name': 'touchpad', |
| 22 'dependencies': [ | 22 'dependencies': [ |
| 23 'device_page_browser_proxy' | 23 'device_page_browser_proxy' |
| 24 ], | 24 ], |
| 25 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 25 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 26 }, | 26 }, |
| 27 { | 27 { |
| 28 'target_name': 'keyboard', | 28 'target_name': 'keyboard', |
| 29 'dependencies': [ | 29 'dependencies': [ |
| 30 '../prefs/compiled_resources2.gyp:prefs_behavior', | |
| 31 '../prefs/compiled_resources2.gyp:prefs_types', | 30 '../prefs/compiled_resources2.gyp:prefs_types', |
| 31 '<(DEPTH)/ui/webui/resources/cr_elements/slider/compiled_resources2.gyp:
slider_host_behavior', |
| 32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 35 '<(EXTERNS_GYP):settings_private', | 35 '<(EXTERNS_GYP):settings_private', |
| 36 'device_page_browser_proxy' | 36 'device_page_browser_proxy' |
| 37 ], | 37 ], |
| 38 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 38 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 39 }, | 39 }, |
| 40 { | 40 { |
| 41 'target_name': 'display', | 41 'target_name': 'display', |
| 42 'dependencies': [ | 42 'dependencies': [ |
| 43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp
iled_resources2.gyp:paper-button-extracted', | 43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp
iled_resources2.gyp:paper-button-extracted', |
| 44 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp
iled_resources2.gyp:paper-slider-extracted', | 44 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp
iled_resources2.gyp:paper-slider-extracted', |
| 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 47 '<(EXTERNS_GYP):system_display', | 47 '<(EXTERNS_GYP):system_display', |
| 48 '<(INTERFACES_GYP):system_display_interface', | 48 '<(INTERFACES_GYP):system_display_interface', |
| 49 ], | 49 ], |
| 50 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 50 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 51 }, | 51 }, |
| 52 ], | 52 ], |
| 53 } | 53 } |
| OLD | NEW |