| 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 ], | 61 ], |
| 61 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 62 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 62 }, | 63 }, |
| 63 { | 64 { |
| 64 'target_name': 'display_overscan_dialog', | 65 'target_name': 'display_overscan_dialog', |
| 65 'dependencies': [ | 66 'dependencies': [ |
| 66 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 67 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 67 '<(EXTERNS_GYP):system_display', | 68 '<(EXTERNS_GYP):system_display', |
| 68 '<(INTERFACES_GYP):system_display_interface', | 69 '<(INTERFACES_GYP):system_display_interface', |
| 69 'display' | 70 'display' |
| 70 ], | 71 ], |
| 71 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 72 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 73 }, |
| 74 { |
| 75 'target_name': 'drag_behavior', |
| 76 'dependencies': [ |
| 77 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 78 ], |
| 79 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 72 }, | 80 }, |
| 73 ], | 81 ], |
| 74 } | 82 } |
| OLD | NEW |