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

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

Issue 2634213003: Compile image loader in v2 syntax. (Closed)
Patch Set: Fix a unit test. Created 3 years, 11 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 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': 'background', 7 'target_name': 'background',
8 # 'includes': ['../compile_js2.gypi'], 8 'dependencies': [
9 # }, 9 'image_loader',
10 # { 10 ],
11 # 'target_name': 'cache', 11 'includes': ['../compile_js2.gypi'],
12 # 'includes': ['../compile_js2.gypi'], 12 },
13 # }, 13 {
14 # { 14 'target_name': 'cache',
15 # 'target_name': 'image_loader', 15 'includes': ['../compile_js2.gypi'],
16 # 'includes': ['../compile_js2.gypi'], 16 },
17 # }, 17 {
18 # { 18 'target_name': 'image_loader',
19 # 'target_name': 'image_loader_client', 19 'dependencies': [
20 # 'includes': ['../compile_js2.gypi'], 20 '<(EXTERNS_GYP):chrome_extensions',
21 # }, 21 '<(EXTERNS_GYP):file_manager_private',
22 # { 22 'cache',
23 # 'target_name': 'piex_loader', 23 'piex_loader',
24 # 'includes': ['../compile_js2.gypi'], 24 'request',
25 # }, 25 'scheduler',
26 # { 26 ],
27 # 'target_name': 'request', 27 'includes': ['../compile_js2.gypi'],
28 # 'includes': ['../compile_js2.gypi'], 28 },
29 # }, 29 {
30 # { 30 'target_name': 'image_loader_util',
31 # 'target_name': 'scheduler', 31 'dependencies': [
32 # 'includes': ['../compile_js2.gypi'], 32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
33 # }, 33 '<(EXTERNS_GYP):file_manager_private',
34 'piex_loader',
35 ],
36 'includes': ['../compile_js2.gypi'],
37 },
38 {
39 'target_name': 'image_loader_client',
40 'dependencies': [
41 '../file_manager/common/js/compiled_resources2.gyp:lru_cache',
42 '<(EXTERNS_GYP):chrome_extensions',
43 '<(EXTERNS_GYP):metrics_private',
44 ],
45 'includes': ['../compile_js2.gypi'],
46 },
47 {
48 'target_name': 'piex_loader',
49 'dependencies': [
50 '../file_manager/foreground/js/metadata/compiled_resources2.gyp:image_or ientation',
51 '<(EXTERNS_GYP):file_manager_private',
52 ],
53 'includes': ['../compile_js2.gypi'],
54 },
55 {
56 'target_name': 'request',
57 'dependencies': [
58 '../file_manager/common/js/compiled_resources2.gyp:file_type',
59 '../file_manager/common/js/compiled_resources2.gyp:metrics',
60 '../file_manager/common/js/compiled_resources2.gyp:metrics_events',
61 'cache',
62 'image_loader_util',
63 'piex_loader',
64 ],
65 'includes': ['../compile_js2.gypi'],
66 },
67 {
68 'target_name': 'scheduler',
69 'dependencies': [
70 'request',
71 ],
72 'includes': ['../compile_js2.gypi'],
73 },
34 ], 74 ],
35 } 75 }
OLDNEW
« no previous file with comments | « ui/file_manager/image_loader/compiled_resources.gyp ('k') | ui/file_manager/image_loader/image_loader.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698