| 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': 'audio_player', | 7 'target_name': 'audio_player', |
| 8 # 'includes': ['../../compile_js2.gypi'], | 8 'dependencies': [ |
| 9 # }, | 9 'control_panel', |
| 10 # { | 10 'track_info_panel', |
| 11 # 'target_name': 'control_panel', | 11 'track_list', |
| 12 # 'includes': ['../../compile_js2.gypi'], | 12 ], |
| 13 # }, | 13 'includes': ['../../compile_js2.gypi'], |
| 14 # { | 14 }, |
| 15 # 'target_name': 'repeat_button', | 15 { |
| 16 # 'includes': ['../../compile_js2.gypi'], | 16 'target_name': 'control_panel', |
| 17 # }, | 17 'dependencies': [ |
| 18 # { | 18 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp
iled_resources2.gyp:paper-slider-extracted', |
| 19 # 'target_name': 'track_info_panel', | 19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 20 # 'includes': ['../../compile_js2.gypi'], | 20 'repeat_button', |
| 21 # }, | 21 ], |
| 22 # { | 22 'includes': ['../../compile_js2.gypi'], |
| 23 # 'target_name': 'track_list', | 23 }, |
| 24 # 'includes': ['../../compile_js2.gypi'], | 24 { |
| 25 # }, | 25 'target_name': 'repeat_button', |
| 26 'dependencies': [ |
| 27 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-behaviors/co
mpiled_resources2.gyp:iron-button-state-extracted', |
| 28 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-behaviors/co
mpiled_resources2.gyp:iron-control-state-extracted', |
| 29 ], |
| 30 'includes': ['../../compile_js2.gypi'], |
| 31 }, |
| 32 { |
| 33 'target_name': 'track_info_panel', |
| 34 'includes': ['../../compile_js2.gypi'], |
| 35 }, |
| 36 { |
| 37 'target_name': 'track_list', |
| 38 'includes': ['../../compile_js2.gypi'], |
| 39 }, |
| 26 ], | 40 ], |
| 27 } | 41 } |
| OLD | NEW |