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': 'app_window_common', | 7 'target_name': 'app_window_common', |
8 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 8 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 }, | 89 }, |
90 { | 90 { |
91 'target_name': 'gallery_foreground', | 91 'target_name': 'gallery_foreground', |
92 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 92 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
93 }, | 93 }, |
94 { | 94 { |
95 'target_name': 'html_menu_item_element', | 95 'target_name': 'html_menu_item_element', |
96 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 96 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
97 }, | 97 }, |
98 { | 98 { |
| 99 'target_name': 'list', |
| 100 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 101 }, |
| 102 { |
99 'target_name': 'launcher_search_provider', | 103 'target_name': 'launcher_search_provider', |
100 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 104 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
101 }, | 105 }, |
102 { | 106 { |
103 'target_name': 'metadata_parser_interface', | 107 'target_name': 'metadata_parser_interface', |
104 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 108 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
105 }, | 109 }, |
106 { | 110 { |
107 'target_name': 'metadata_worker_window', | 111 'target_name': 'metadata_worker_window', |
108 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 112 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
(...skipping 29 matching lines...) Expand all Loading... |
138 { | 142 { |
139 'target_name': 'volume_manager', | 143 'target_name': 'volume_manager', |
140 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 144 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
141 }, | 145 }, |
142 { | 146 { |
143 'target_name': 'webview_tag', | 147 'target_name': 'webview_tag', |
144 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 148 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
145 }, | 149 }, |
146 ], | 150 ], |
147 } | 151 } |
OLD | NEW |