| 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 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 '../prefs/compiled_resources2.gyp:prefs_types', | 33 '../prefs/compiled_resources2.gyp:prefs_types', |
| 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 34 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 37 '<(EXTERNS_GYP):settings_private', | 37 '<(EXTERNS_GYP):settings_private', |
| 38 'device_page_browser_proxy' | 38 'device_page_browser_proxy' |
| 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': 'note', |
| 44 'dependencies': [ |
| 45 '../prefs/compiled_resources2.gyp:prefs_types', |
| 46 ], |
| 47 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 48 }, |
| 49 { |
| 43 'target_name': 'display', | 50 'target_name': 'display', |
| 44 'dependencies': [ | 51 'dependencies': [ |
| 45 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp
iled_resources2.gyp:paper-button-extracted', | 52 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp
iled_resources2.gyp:paper-button-extracted', |
| 46 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp
iled_resources2.gyp:paper-slider-extracted', | 53 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp
iled_resources2.gyp:paper-slider-extracted', |
| 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 49 '<(EXTERNS_GYP):system_display', | 56 '<(EXTERNS_GYP):system_display', |
| 50 '<(INTERFACES_GYP):system_display_interface', | 57 '<(INTERFACES_GYP):system_display_interface', |
| 51 'display_layout' | 58 'display_layout' |
| 52 ], | 59 ], |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 'target_name': 'layout_behavior', | 93 'target_name': 'layout_behavior', |
| 87 'dependencies': [ | 94 'dependencies': [ |
| 88 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 95 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 89 '<(EXTERNS_GYP):system_display', | 96 '<(EXTERNS_GYP):system_display', |
| 90 '<(INTERFACES_GYP):system_display_interface', | 97 '<(INTERFACES_GYP):system_display_interface', |
| 91 ], | 98 ], |
| 92 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 99 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 93 }, | 100 }, |
| 94 ], | 101 ], |
| 95 } | 102 } |
| OLD | NEW |