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

Side by Side Diff: ui/file_manager/image_loader/compiled_resources.gyp

Issue 1408533002: Turn on verbose flag for compiling file_manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use type cast for createElement, fix indent. Created 5 years, 2 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
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': 'background', 7 'target_name': 'background',
8 'variables': { 8 'variables': {
9 'depends': [ 9 'depends': [
10 '../../webui/resources/js/assert.js', 10 '../../webui/resources/js/assert.js',
11 '../file_manager/common/js/file_type.js', 11 '../file_manager/common/js/file_type.js',
12 '../file_manager/common/js/metrics_base.js', 12 '../file_manager/common/js/metrics_base.js',
13 '../file_manager/common/js/metrics.js', 13 '../file_manager/common/js/metrics.js',
14 '../file_manager/common/js/metrics_events.js', 14 '../file_manager/common/js/metrics_events.js',
15 "../file_manager/foreground/js/metadata/image_orientation.js", 15 '../file_manager/foreground/js/metadata/image_orientation.js',
16 'cache.js', 16 'cache.js',
17 'image_loader.js', 17 'image_loader.js',
18 'piex_loader.js', 18 'piex_loader.js',
19 'request.js', 19 'request.js',
20 'scheduler.js', 20 'scheduler.js',
21 ], 21 ],
22 'externs': [ 22 'externs': [
23 '<(EXTERNS_DIR)/chrome_send.js',
24 '<(EXTERNS_DIR)/chrome_extensions.js', 23 '<(EXTERNS_DIR)/chrome_extensions.js',
25 '<(EXTERNS_DIR)/file_manager_private.js', 24 '<(EXTERNS_DIR)/file_manager_private.js',
26 '<(EXTERNS_DIR)/metrics_private.js', 25 '<(EXTERNS_DIR)/metrics_private.js',
27 '../../../third_party/analytics/externs.js', 26 '../../../third_party/analytics/externs.js',
28 ], 27 ],
29 }, 28 },
30 'includes': [ 29 'includes': [
31 '../../../third_party/closure_compiler/compile_js.gypi' 30 '../compile_js.gypi',
32 ], 31 ],
33 } 32 }
34 ], 33 ],
35 } 34 }
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/js/thumbnail_mode.js ('k') | ui/file_manager/video_player/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698