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

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

Issue 1027283005: Files.app: Start to use PiexLoader in image loader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace dummy .js extension with .txt extension for avoiding licence check. Created 5 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
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 "../file_manager/common/js/file_type.js",
10 "../file_manager/foreground/js/metadata/image_orientation.js", 11 "../file_manager/foreground/js/metadata/image_orientation.js",
11 'cache.js', 12 'cache.js',
12 'image_loader.js', 13 'image_loader.js',
13 'piex_loader.js', 14 'piex_loader.js',
14 'request.js', 15 'request.js',
15 'scheduler.js', 16 'scheduler.js',
16 ], 17 ],
17 'externs': [ 18 'externs': [
18 '<(CLOSURE_DIR)/externs/chrome_send_externs.js', 19 '<(CLOSURE_DIR)/externs/chrome_send_externs.js',
19 '<(CLOSURE_DIR)/externs/chrome_extensions.js', 20 '<(CLOSURE_DIR)/externs/chrome_extensions.js',
20 '<(CLOSURE_DIR)/externs/file_manager_private.js', 21 '<(CLOSURE_DIR)/externs/file_manager_private.js',
21 ], 22 ],
22 }, 23 },
23 'includes': [ 24 'includes': [
24 '../../../third_party/closure_compiler/compile_js.gypi' 25 '../../../third_party/closure_compiler/compile_js.gypi'
25 ], 26 ],
26 } 27 }
27 ], 28 ],
28 } 29 }
OLDNEW
« no previous file with comments | « ui/file_manager/file_manager_resources.grd ('k') | ui/file_manager/image_loader/image_loader.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698