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

Side by Side Diff: ui/file_manager/gallery/js/image_editor/compiled_resources2.gyp

Issue 2678723002: Compile several targets in Gallery in gyp v2. (Closed)
Patch Set: Rebased. Created 3 years, 10 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 # TODO(oka): Compile all the targets.
4 { 5 {
5 'targets': [ 6 'targets': [
6 # { 7 # {
7 # 'target_name': 'commands', 8 # 'target_name': 'commands',
9 # 'dependencies': [
10 # 'image_util',
11 # '../../../file_manager/foreground/elements/compiled_resources2.gyp:file s_toast',
12 # 'image_editor',
13 # ],
8 # 'includes': ['../../../compile_js2.gypi'], 14 # 'includes': ['../../../compile_js2.gypi'],
9 # }, 15 # },
16 {
17 'target_name': 'exif_encoder',
18 'dependencies': [
19 '../../../externs/compiled_resources2.gyp:exif_entry',
20 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:ex if_constants',
21 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:me tadata_item',
22 'image_encoder',
23 ],
24 'includes': ['../../../compile_js2.gypi'],
25 },
26 {
27 'target_name': 'filter',
28 'dependencies': [
29 'image_util',
30 ],
31 'includes': ['../../../compile_js2.gypi'],
32 },
10 # { 33 # {
11 # 'target_name': 'exif_encoder', 34 # 'target_name': 'image_adjust',
35 # 'dependencies': [
36 # '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
37 # 'commands',
38 # 'image_editor',
39 # ],
12 # 'includes': ['../../../compile_js2.gypi'], 40 # 'includes': ['../../../compile_js2.gypi'],
13 # }, 41 # },
42 {
43 'target_name': 'image_buffer',
44 'includes': ['../../../compile_js2.gypi'],
45 },
14 # { 46 # {
15 # 'target_name': 'filter', 47 # 'target_name': 'image_editor',
48 # 'dependencies': [
49 # 'viewport',
50 # 'image_view',
51 # 'commands',
52 # '../../../file_manager/common/js/compiled_resources2.gyp:util',
53 # 'image_buffer',
54 # 'image_util',
55 # '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target ',
56 # '../../../file_manager/foreground/elements/compiled_resources2.gyp:file s_tooltip',
57 # '../../../file_manager/common/js/compiled_resources2.gyp:util',
58 # '../compiled_resources2.gyp:gallery_util',
59 # ],
16 # 'includes': ['../../../compile_js2.gypi'], 60 # 'includes': ['../../../compile_js2.gypi'],
17 # }, 61 # },
18 # { 62 {
19 # 'target_name': 'image_adjust', 63 'target_name': 'image_encoder',
20 # 'includes': ['../../../compile_js2.gypi'], 64 'dependencies': [
21 # }, 65 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:me tadata_item',
22 # { 66 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
23 # 'target_name': 'image_buffer', 67 'image_util',
24 # 'includes': ['../../../compile_js2.gypi'], 68 ],
25 # }, 69 'includes': ['../../../compile_js2.gypi'],
26 # { 70 },
27 # 'target_name': 'image_editor', 71 {
28 # 'includes': ['../../../compile_js2.gypi'], 72 'target_name': 'image_loader',
29 # }, 73 'dependencies': [
30 # { 74 '../../../file_manager/common/js/compiled_resources2.gyp:file_type',
31 # 'target_name': 'image_encoder', 75 '../../../file_manager/common/js/compiled_resources2.gyp:metrics_base',
32 # 'includes': ['../../../compile_js2.gypi'], 76 '../../../file_manager/common/js/compiled_resources2.gyp:util',
33 # }, 77 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:me tadata_model',
78 '../../../image_loader/compiled_resources2.gyp:image_loader_client',
79 '../compiled_resources2.gyp:gallery_item',
80 'image_util',
81 ],
82 'includes': ['../../../compile_js2.gypi'],
83 },
34 # { 84 # {
35 # 'target_name': 'image_transform', 85 # 'target_name': 'image_transform',
36 # 'includes': ['../../../compile_js2.gypi'], 86 # 'includes': ['../../../compile_js2.gypi'],
37 # }, 87 # },
38 # { 88 {
39 # 'target_name': 'image_util', 89 'target_name': 'image_util',
40 # 'includes': ['../../../compile_js2.gypi'], 90 'dependencies': [
41 # }, 91 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
42 # { 92 ],
43 # 'target_name': 'image_view', 93 'includes': ['../../../compile_js2.gypi'],
44 # 'includes': ['../../../compile_js2.gypi'], 94 },
45 # }, 95 {
96 'target_name': 'image_view',
97 'dependencies': [
98 '../../../file_manager/common/js/compiled_resources2.gyp:metrics',
99 '../../../file_manager/foreground/js/compiled_resources2.gyp:thumbnail_l oader',
100 '../compiled_resources2.gyp:gallery_item',
101 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
102 'image_buffer',
103 'image_loader',
104 'image_util',
105 'viewport',
106 ],
107 'includes': ['../../../compile_js2.gypi'],
108 },
46 # { 109 # {
47 # 'target_name': 'test_util', 110 # 'target_name': 'test_util',
48 # 'includes': ['../../../compile_js2.gypi'], 111 # 'includes': ['../../../compile_js2.gypi'],
49 # }, 112 # },
50 # { 113 {
51 # 'target_name': 'viewport', 114 'target_name': 'viewport',
52 # 'includes': ['../../../compile_js2.gypi'], 115 'dependencies': [
53 # }, 116 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target' ,
117 'image_util',
118 ],
119 'includes': ['../../../compile_js2.gypi'],
120 },
54 ], 121 ],
55 } 122 }
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/js/gallery_scripts.js ('k') | ui/file_manager/gallery/js/image_editor/image_editor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698