| 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 '../compiled_resources2.gyp:route', | 9 '../compiled_resources2.gyp:route', |
| 10 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 10 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 { | 44 { |
| 45 'target_name': 'stylus', | 45 'target_name': 'stylus', |
| 46 'dependencies': [ | 46 'dependencies': [ |
| 47 '../prefs/compiled_resources2.gyp:prefs_types', | 47 '../prefs/compiled_resources2.gyp:prefs_types', |
| 48 ], | 48 ], |
| 49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 'target_name': 'display', | 52 'target_name': 'display', |
| 53 'dependencies': [ | 53 'dependencies': [ |
| 54 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp
iled_resources2.gyp:paper-button-extracted', | |
| 55 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp
iled_resources2.gyp:paper-slider-extracted', | 54 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp
iled_resources2.gyp:paper-slider-extracted', |
| 56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 58 '<(EXTERNS_GYP):system_display', | 57 '<(EXTERNS_GYP):system_display', |
| 59 '<(INTERFACES_GYP):system_display_interface', | 58 '<(INTERFACES_GYP):system_display_interface', |
| 60 'display_layout' | 59 'display_layout' |
| 61 ], | 60 ], |
| 62 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 61 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 63 }, | 62 }, |
| 64 { | 63 { |
| 65 'target_name': 'display_layout', | 64 'target_name': 'display_layout', |
| 66 'dependencies': [ | 65 'dependencies': [ |
| 67 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be
havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', | 66 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be
havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', |
| 68 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp
iled_resources2.gyp:paper-button-extracted', | |
| 69 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 67 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 70 '<(EXTERNS_GYP):system_display', | 68 '<(EXTERNS_GYP):system_display', |
| 71 '<(INTERFACES_GYP):system_display_interface', | 69 '<(INTERFACES_GYP):system_display_interface', |
| 72 'drag_behavior', | 70 'drag_behavior', |
| 73 'layout_behavior', | 71 'layout_behavior', |
| 74 ], | 72 ], |
| 75 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 73 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 76 }, | 74 }, |
| 77 { | 75 { |
| 78 'target_name': 'display_overscan_dialog', | 76 'target_name': 'display_overscan_dialog', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 { | 109 { |
| 112 'target_name': 'drive_cache_dialog', | 110 'target_name': 'drive_cache_dialog', |
| 113 'dependencies': [ | 111 'dependencies': [ |
| 114 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 112 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 115 '<(EXTERNS_GYP):chrome_send', | 113 '<(EXTERNS_GYP):chrome_send', |
| 116 ], | 114 ], |
| 117 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 115 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 118 }, | 116 }, |
| 119 ], | 117 ], |
| 120 } | 118 } |
| OLD | NEW |