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

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

Issue 2727353004: Compile Image Editor 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
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.
5 { 4 {
6 'targets': [ 5 'targets': [
7 { 6 {
8 'target_name': 'commands', 7 'target_name': 'commands',
9 'dependencies': [ 8 'dependencies': [
10 'filter', 9 'filter',
11 'image_editor_prompt', 10 'image_editor_prompt',
12 'image_util', 11 'image_util',
13 'image_view', 12 'image_view',
14 'viewport', 13 'viewport',
(...skipping 11 matching lines...) Expand all
26 ], 25 ],
27 'includes': ['../../../compile_js2.gypi'], 26 'includes': ['../../../compile_js2.gypi'],
28 }, 27 },
29 { 28 {
30 'target_name': 'filter', 29 'target_name': 'filter',
31 'dependencies': [ 30 'dependencies': [
32 'image_util', 31 'image_util',
33 ], 32 ],
34 'includes': ['../../../compile_js2.gypi'], 33 'includes': ['../../../compile_js2.gypi'],
35 }, 34 },
36 # { 35 {
37 # 'target_name': 'image_adjust', 36 'target_name': 'image_adjust',
38 # 'dependencies': [ 37 'dependencies': [
39 # '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
40 # 'commands', 39 'commands',
41 # 'image_editor', 40 'image_editor',
42 # ], 41 ],
43 # 'includes': ['../../../compile_js2.gypi'], 42 'includes': ['../../../compile_js2.gypi'],
44 # }, 43 },
45 { 44 {
46 'target_name': 'image_buffer', 45 'target_name': 'image_buffer',
47 'includes': ['../../../compile_js2.gypi'], 46 'includes': ['../../../compile_js2.gypi'],
48 }, 47 },
49 # { 48 {
50 # 'target_name': 'image_editor', 49 'target_name': 'image_editor',
51 # 'dependencies': [ 50 'dependencies': [
52 # 'viewport', 51 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target' ,
53 # 'image_view', 52 'image_buffer',
54 # 'commands', 53 'image_editor_mode',
55 # '../../../file_manager/common/js/compiled_resources2.gyp:util', 54 'image_editor_toolbar',
56 # 'image_buffer', 55 'image_resize',
57 # 'image_util', 56 'image_util',
58 # '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target ', 57 'image_view',
59 # '../../../file_manager/foreground/elements/compiled_resources2.gyp:file s_tooltip', 58 'viewport',
60 # '../../../file_manager/common/js/compiled_resources2.gyp:util', 59 ],
61 # '../compiled_resources2.gyp:gallery_util', 60 'includes': ['../../../compile_js2.gypi'],
62 # ], 61 },
63 # 'includes': ['../../../compile_js2.gypi'], 62 {
64 # }, 63 'target_name': 'image_editor_mode',
64 'dependencies': [
65 'commands',
66 'image_buffer',
67 'image_editor_toolbar',
68 'image_view',
69 'viewport',
70 ],
71 'includes': ['../../../compile_js2.gypi'],
72 },
65 { 73 {
66 'target_name': 'image_editor_prompt', 74 'target_name': 'image_editor_prompt',
67 'dependencies': [ 75 'dependencies': [
68 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 76 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
69 ], 77 ],
70 'includes': ['../../../compile_js2.gypi'], 78 'includes': ['../../../compile_js2.gypi'],
71 }, 79 },
72 { 80 {
81 'target_name': 'image_editor_toolbar',
82 'dependencies': [
83 '../../../externs/compiled_resources2.gyp:paper_elements',
84 '../../../file_manager/common/js/compiled_resources2.gyp:util',
85 '../../../file_manager/foreground/elements/compiled_resources2.gyp:files _tooltip',
86 '../compiled_resources2.gyp:gallery_util',
87 'image_util',
88 ],
89 'includes': ['../../../compile_js2.gypi'],
90 },
91 {
73 'target_name': 'image_encoder', 92 'target_name': 'image_encoder',
74 'dependencies': [ 93 'dependencies': [
75 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:me tadata_item', 94 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:me tadata_item',
76 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 95 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
77 'image_util', 96 'image_util',
78 ], 97 ],
79 'includes': ['../../../compile_js2.gypi'], 98 'includes': ['../../../compile_js2.gypi'],
80 }, 99 },
81 { 100 {
82 'target_name': 'image_loader', 101 'target_name': 'image_loader',
83 'dependencies': [ 102 'dependencies': [
84 '../../../file_manager/common/js/compiled_resources2.gyp:file_type', 103 '../../../file_manager/common/js/compiled_resources2.gyp:file_type',
85 '../../../file_manager/common/js/compiled_resources2.gyp:metrics_base', 104 '../../../file_manager/common/js/compiled_resources2.gyp:metrics_base',
86 '../../../file_manager/common/js/compiled_resources2.gyp:util', 105 '../../../file_manager/common/js/compiled_resources2.gyp:util',
87 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:me tadata_model', 106 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:me tadata_model',
88 '../../../image_loader/compiled_resources2.gyp:image_loader_client', 107 '../../../image_loader/compiled_resources2.gyp:image_loader_client',
89 '../compiled_resources2.gyp:gallery_item', 108 '../compiled_resources2.gyp:gallery_item',
90 'image_util', 109 'image_util',
91 ], 110 ],
92 'includes': ['../../../compile_js2.gypi'], 111 'includes': ['../../../compile_js2.gypi'],
93 }, 112 },
94 # { 113 {
95 # 'target_name': 'image_transform', 114 'target_name': 'image_resize',
96 # 'dependencies': [ 115 'dependencies': [
97 # 'commands', 116 '../../../file_manager/foreground/js/ui/compiled_resources2.gyp:files_al ert_dialog',
98 # 'viewport', 117 'image_editor_mode',
99 # 'image_buffer', 118 ],
100 # 'image_util', 119 'includes': ['../../../compile_js2.gypi'],
101 # ], 120 },
102 # 'includes': ['../../../compile_js2.gypi'], 121 {
103 # }, 122 'target_name': 'image_transform',
123 'dependencies': [
124 'commands',
125 'image_buffer',
126 'image_editor_mode',
127 'image_editor_toolbar',
128 'image_util',
129 'viewport',
130 ],
131 'includes': ['../../../compile_js2.gypi'],
132 },
104 { 133 {
105 'target_name': 'image_util', 134 'target_name': 'image_util',
106 'dependencies': [ 135 'dependencies': [
107 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 136 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
108 ], 137 ],
109 'includes': ['../../../compile_js2.gypi'], 138 'includes': ['../../../compile_js2.gypi'],
110 }, 139 },
111 { 140 {
112 'target_name': 'image_view', 141 'target_name': 'image_view',
113 'dependencies': [ 142 'dependencies': [
(...skipping 15 matching lines...) Expand all
129 { 158 {
130 'target_name': 'viewport', 159 'target_name': 'viewport',
131 'dependencies': [ 160 'dependencies': [
132 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target' , 161 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target' ,
133 'image_util', 162 'image_util',
134 ], 163 ],
135 'includes': ['../../../compile_js2.gypi'], 164 'includes': ['../../../compile_js2.gypi'],
136 }, 165 },
137 ], 166 ],
138 } 167 }
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/js/gallery_scripts.js ('k') | ui/file_manager/gallery/js/image_editor/image_adjust.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698