Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(693)

Side by Side Diff: ui/file_manager/file_manager/foreground/js/compiled_resources.gyp

Issue 2717653002: Compile more Gallery targets in gyp v2. (Closed)
Patch Set: . Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/file_manager/externs/platform.js ('k') | ui/file_manager/gallery/js/compiled_resources.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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': 'main', 7 'target_name': 'main',
8 'variables': { 8 'variables': {
9 'depends': [ 9 'depends': [
10 '<@(cws_widget_container)', 10 '<@(cws_widget_container)',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 './main_window_component.js', 163 './main_window_component.js',
164 './volume_manager_wrapper.js', 164 './volume_manager_wrapper.js',
165 './metadata/byte_reader.js', 165 './metadata/byte_reader.js',
166 ], 166 ],
167 'externs': [ 167 'externs': [
168 '<(EXTERNS_DIR)/chrome_extensions.js', 168 '<(EXTERNS_DIR)/chrome_extensions.js',
169 '<(EXTERNS_DIR)/chrome_send.js', 169 '<(EXTERNS_DIR)/chrome_send.js',
170 '<(EXTERNS_DIR)/command_line_private.js', 170 '<(EXTERNS_DIR)/command_line_private.js',
171 '<(EXTERNS_DIR)/file_manager_private.js', 171 '<(EXTERNS_DIR)/file_manager_private.js',
172 '<(EXTERNS_DIR)/metrics_private.js', 172 '<(EXTERNS_DIR)/metrics_private.js',
173 '<(EXTERNS_DIR)/web_animations.js',
173 '../../../../../third_party/analytics/externs.js', 174 '../../../../../third_party/analytics/externs.js',
174 '../../../externs/background_window.js', 175 '../../../externs/background_window.js',
175 '../../../externs/background_window_common.js', 176 '../../../externs/background_window_common.js',
176 '../../../externs/chrome_echo_private.js', 177 '../../../externs/chrome_echo_private.js',
177 '../../../externs/chrome_test.js', 178 '../../../externs/chrome_test.js',
178 '../../../externs/chrome_webstore_widget_private.js', 179 '../../../externs/chrome_webstore_widget_private.js',
179 '../../../externs/connection.js', 180 '../../../externs/connection.js',
180 '../../../externs/css_rule.js', 181 '../../../externs/css_rule.js',
181 '../../../externs/directory_change_event.js', 182 '../../../externs/directory_change_event.js',
182 '../../../externs/entry_location.js', 183 '../../../externs/entry_location.js',
(...skipping 10 matching lines...) Expand all
193 '../../../externs/webview_tag.js', 194 '../../../externs/webview_tag.js',
194 ], 195 ],
195 }, 196 },
196 'includes': [ 197 'includes': [
197 '../../../../../components/chrome_apps/webstore_widget/cws_widget/compil ed_resources.gypi', 198 '../../../../../components/chrome_apps/webstore_widget/cws_widget/compil ed_resources.gypi',
198 '../../../compile_js.gypi', 199 '../../../compile_js.gypi',
199 ], 200 ],
200 } 201 }
201 ], 202 ],
202 } 203 }
OLDNEW
« no previous file with comments | « ui/file_manager/externs/platform.js ('k') | ui/file_manager/gallery/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698