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

Side by Side Diff: ui/file_manager/gallery/js/compiled_resources.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 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 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' , 10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' ,
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 '../../file_manager/foreground/js/ui/files_confirm_dialog.js', 122 '../../file_manager/foreground/js/ui/files_confirm_dialog.js',
123 '../../file_manager/foreground/js/ui/share_dialog.js', 123 '../../file_manager/foreground/js/ui/share_dialog.js',
124 '../../file_manager/foreground/js/volume_manager_wrapper.js', 124 '../../file_manager/foreground/js/volume_manager_wrapper.js',
125 '../../image_loader/image_loader_client.js', 125 '../../image_loader/image_loader_client.js',
126 './image_editor/image_util.js', 126 './image_editor/image_util.js',
127 './image_editor/image_loader.js', 127 './image_editor/image_loader.js',
128 './image_editor/viewport.js', 128 './image_editor/viewport.js',
129 './image_editor/image_buffer.js', 129 './image_editor/image_buffer.js',
130 './image_editor/image_view.js', 130 './image_editor/image_view.js',
131 './image_editor/commands.js', 131 './image_editor/commands.js',
132 './image_editor/image_editor_mode.js',
133 './image_editor/image_editor_toolbar.js',
132 './image_editor/image_editor.js', 134 './image_editor/image_editor.js',
133 './image_editor/image_editor_prompt.js', 135 './image_editor/image_editor_prompt.js',
134 './image_editor/image_transform.js', 136 './image_editor/image_transform.js',
135 './image_editor/image_adjust.js', 137 './image_editor/image_adjust.js',
136 './image_editor/image_resize.js', 138 './image_editor/image_resize.js',
137 './image_editor/filter.js', 139 './image_editor/filter.js',
138 './image_editor/image_encoder.js', 140 './image_editor/image_encoder.js',
139 './image_editor/exif_encoder.js', 141 './image_editor/exif_encoder.js',
140 './gallery_constants.js', 142 './gallery_constants.js',
141 './dimmable_ui_controller.js', 143 './dimmable_ui_controller.js',
(...skipping 29 matching lines...) Expand all
171 '../../externs/volume_manager.js', 173 '../../externs/volume_manager.js',
172 '../../externs/webview_tag.js', 174 '../../externs/webview_tag.js',
173 ], 175 ],
174 }, 176 },
175 'includes': [ 177 'includes': [
176 '../../compile_js.gypi', 178 '../../compile_js.gypi',
177 ], 179 ],
178 } 180 }
179 ], 181 ],
180 } 182 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698