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

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

Issue 2702403008: Compile more Gallery targets in gyp v2. (Closed)
Patch Set: Added _ suffix to private constant and formatted. 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 # TODO(oka): Compile all the targets.
5 { 5 {
6 'targets': [ 6 'targets': [
7 # { 7 # {
8 # 'target_name': 'commands', 8 # 'target_name': 'commands',
9 # 'dependencies': [ 9 # 'dependencies': [
10 # 'filter',
11 # 'image_view',
12 # 'viewport',
10 # 'image_util', 13 # 'image_util',
11 # '../../../file_manager/foreground/elements/compiled_resources2.gyp:file s_toast', 14 # '../../../file_manager/foreground/elements/compiled_resources2.gyp:file s_toast',
12 # 'image_editor', 15 # 'image_editor',
13 # ], 16 # ],
14 # 'includes': ['../../../compile_js2.gypi'], 17 # 'includes': ['../../../compile_js2.gypi'],
15 # }, 18 # },
16 { 19 {
17 'target_name': 'exif_encoder', 20 'target_name': 'exif_encoder',
18 'dependencies': [ 21 'dependencies': [
19 '../../../externs/compiled_resources2.gyp:exif_entry', 22 '../../../externs/compiled_resources2.gyp:exif_entry',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 '../../../file_manager/common/js/compiled_resources2.gyp:util', 79 '../../../file_manager/common/js/compiled_resources2.gyp:util',
77 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:me tadata_model', 80 '../../../file_manager/foreground/js/metadata/compiled_resources2.gyp:me tadata_model',
78 '../../../image_loader/compiled_resources2.gyp:image_loader_client', 81 '../../../image_loader/compiled_resources2.gyp:image_loader_client',
79 '../compiled_resources2.gyp:gallery_item', 82 '../compiled_resources2.gyp:gallery_item',
80 'image_util', 83 'image_util',
81 ], 84 ],
82 'includes': ['../../../compile_js2.gypi'], 85 'includes': ['../../../compile_js2.gypi'],
83 }, 86 },
84 # { 87 # {
85 # 'target_name': 'image_transform', 88 # 'target_name': 'image_transform',
89 # 'dependencies': [
90 # 'commands',
91 # 'viewport',
92 # 'image_buffer',
93 # 'image_util',
94 # ],
86 # 'includes': ['../../../compile_js2.gypi'], 95 # 'includes': ['../../../compile_js2.gypi'],
87 # }, 96 # },
88 { 97 {
89 'target_name': 'image_util', 98 'target_name': 'image_util',
90 'dependencies': [ 99 'dependencies': [
91 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 100 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
92 ], 101 ],
93 'includes': ['../../../compile_js2.gypi'], 102 'includes': ['../../../compile_js2.gypi'],
94 }, 103 },
95 { 104 {
96 'target_name': 'image_view', 105 'target_name': 'image_view',
97 'dependencies': [ 106 'dependencies': [
98 '../../../file_manager/common/js/compiled_resources2.gyp:metrics', 107 '../../../file_manager/common/js/compiled_resources2.gyp:metrics',
99 '../../../file_manager/foreground/js/compiled_resources2.gyp:thumbnail_l oader', 108 '../../../file_manager/foreground/js/compiled_resources2.gyp:thumbnail_l oader',
100 '../compiled_resources2.gyp:gallery_item', 109 '../compiled_resources2.gyp:gallery_item',
101 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 110 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
102 'image_buffer', 111 'image_buffer',
103 'image_loader', 112 'image_loader',
104 'image_util', 113 'image_util',
105 'viewport', 114 'viewport',
106 ], 115 ],
107 'includes': ['../../../compile_js2.gypi'], 116 'includes': ['../../../compile_js2.gypi'],
108 }, 117 },
109 # { 118 {
110 # 'target_name': 'test_util', 119 'target_name': 'test_util',
111 # 'includes': ['../../../compile_js2.gypi'], 120 'includes': ['../../../compile_js2.gypi'],
112 # }, 121 },
113 { 122 {
114 'target_name': 'viewport', 123 'target_name': 'viewport',
115 'dependencies': [ 124 'dependencies': [
116 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target' , 125 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target' ,
117 'image_util', 126 'image_util',
118 ], 127 ],
119 'includes': ['../../../compile_js2.gypi'], 128 'includes': ['../../../compile_js2.gypi'],
120 }, 129 },
121 ], 130 ],
122 } 131 }
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/js/gallery_scripts.js ('k') | ui/file_manager/gallery/js/image_editor/test_util.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698