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

Side by Side Diff: ui/file_manager/gallery/js/compiled_resources.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 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 '../../file_manager/foreground/js/metadata/thumbnail_model.js', 117 '../../file_manager/foreground/js/metadata/thumbnail_model.js',
118 '../../file_manager/foreground/js/share_client.js', 118 '../../file_manager/foreground/js/share_client.js',
119 '../../file_manager/foreground/js/thumbnail_loader.js', 119 '../../file_manager/foreground/js/thumbnail_loader.js',
120 '../../file_manager/foreground/js/ui/file_manager_dialog_base.js', 120 '../../file_manager/foreground/js/ui/file_manager_dialog_base.js',
121 '../../file_manager/foreground/js/ui/files_alert_dialog.js', 121 '../../file_manager/foreground/js/ui/files_alert_dialog.js',
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/viewport.js', 128 './image_editor/viewport.js',
128 './image_editor/image_buffer.js', 129 './image_editor/image_buffer.js',
129 './image_editor/image_view.js', 130 './image_editor/image_view.js',
130 './image_editor/commands.js', 131 './image_editor/commands.js',
131 './image_editor/image_editor.js', 132 './image_editor/image_editor.js',
132 './image_editor/image_transform.js', 133 './image_editor/image_transform.js',
133 './image_editor/image_adjust.js', 134 './image_editor/image_adjust.js',
134 './image_editor/image_resize.js', 135 './image_editor/image_resize.js',
135 './image_editor/filter.js', 136 './image_editor/filter.js',
136 './image_editor/image_encoder.js', 137 './image_editor/image_encoder.js',
(...skipping 30 matching lines...) Expand all
167 '../../externs/volume_manager.js', 168 '../../externs/volume_manager.js',
168 '../../externs/webview_tag.js', 169 '../../externs/webview_tag.js',
169 ], 170 ],
170 }, 171 },
171 'includes': [ 172 'includes': [
172 '../../compile_js.gypi', 173 '../../compile_js.gypi',
173 ], 174 ],
174 } 175 }
175 ], 176 ],
176 } 177 }
OLDNEW
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp ('k') | ui/file_manager/gallery/js/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698