| 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 ], |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 50 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 'target_name': 'display_layout', | 53 'target_name': 'display_layout', |
| 54 'dependencies': [ | 54 'dependencies': [ |
| 55 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be
havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', | 55 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be
havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', |
| 56 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp
iled_resources2.gyp:paper-button-extracted', | 56 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp
iled_resources2.gyp:paper-button-extracted', |
| 57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 58 '<(EXTERNS_GYP):system_display', | 58 '<(EXTERNS_GYP):system_display', |
| 59 '<(INTERFACES_GYP):system_display_interface', | 59 '<(INTERFACES_GYP):system_display_interface', |
| 60 'drag_behavior' | 60 'drag_behavior', |
| 61 'layout_behavior', |
| 61 ], | 62 ], |
| 62 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 63 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 63 }, | 64 }, |
| 64 { | 65 { |
| 65 'target_name': 'display_overscan_dialog', | 66 'target_name': 'display_overscan_dialog', |
| 66 'dependencies': [ | 67 'dependencies': [ |
| 67 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 68 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 68 '<(EXTERNS_GYP):system_display', | 69 '<(EXTERNS_GYP):system_display', |
| 69 '<(INTERFACES_GYP):system_display_interface', | 70 '<(INTERFACES_GYP):system_display_interface', |
| 70 'display' | 71 'display' |
| 71 ], | 72 ], |
| 72 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 73 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 73 }, | 74 }, |
| 74 { | 75 { |
| 75 'target_name': 'drag_behavior', | 76 'target_name': 'drag_behavior', |
| 76 'dependencies': [ | 77 'dependencies': [ |
| 77 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 78 ], | 79 ], |
| 79 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 80 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 80 }, | 81 }, |
| 82 { |
| 83 'target_name': 'layout_behavior', |
| 84 'dependencies': [ |
| 85 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 86 '<(EXTERNS_GYP):system_display', |
| 87 '<(INTERFACES_GYP):system_display_interface', |
| 88 ], |
| 89 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 90 }, |
| 81 ], | 91 ], |
| 82 } | 92 } |
| OLD | NEW |