OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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': 'constants', | 7 'target_name': 'constants', |
8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 'side_bar', | 81 'side_bar', |
82 'synced_device_card', | 82 'synced_device_card', |
83 'synced_device_manager', | 83 'synced_device_manager', |
84 '<(EXTERNS_GYP):chrome_send', | 84 '<(EXTERNS_GYP):chrome_send', |
85 '../history/compiled_resources2.gyp:externs', | 85 '../history/compiled_resources2.gyp:externs', |
86 ], | 86 ], |
87 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 87 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
88 }, | 88 }, |
89 { | 89 { |
90 'target_name': 'side_bar', | 90 'target_name': 'side_bar', |
| 91 'dependencies': [ |
| 92 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/app-layout/app-dr
awer/compiled_resources2.gyp:app-drawer-extracted', |
| 93 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com
piled_resources2.gyp:iron-selector-extracted', |
| 94 ], |
91 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 95 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
92 }, | 96 }, |
93 { | 97 { |
94 'target_name': 'synced_device_card', | 98 'target_name': 'synced_device_card', |
95 'dependencies': [ | 99 'dependencies': [ |
96 '../history/compiled_resources2.gyp:externs', | 100 '../history/compiled_resources2.gyp:externs', |
97 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', | 101 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', |
98 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 102 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
99 ], | 103 ], |
100 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 104 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
101 }, | 105 }, |
102 { | 106 { |
103 'target_name': 'synced_device_manager', | 107 'target_name': 'synced_device_manager', |
104 'dependencies': [ | 108 'dependencies': [ |
105 'synced_device_card', | 109 'synced_device_card', |
106 ], | 110 ], |
107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 111 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
108 }, | 112 }, |
109 ], | 113 ], |
110 } | 114 } |
OLD | NEW |