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

Side by Side Diff: ui/file_manager/gallery/js/compiled_resources.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
« no previous file with comments | « no previous file | ui/file_manager/gallery/js/compiled_resources2.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.js', 132 './image_editor/image_editor.js',
133 './image_editor/image_transform.js', 133 './image_editor/image_transform.js',
134 './image_editor/image_adjust.js', 134 './image_editor/image_adjust.js',
135 './image_editor/image_resize.js', 135 './image_editor/image_resize.js',
136 './image_editor/filter.js', 136 './image_editor/filter.js',
137 './image_editor/image_encoder.js', 137 './image_editor/image_encoder.js',
138 './image_editor/exif_encoder.js', 138 './image_editor/exif_encoder.js',
139 './gallery_constants.js',
139 './dimmable_ui_controller.js', 140 './dimmable_ui_controller.js',
140 './entry_list_watcher.js', 141 './entry_list_watcher.js',
141 './error_banner.js', 142 './error_banner.js',
142 './gallery_data_model.js', 143 './gallery_data_model.js',
143 './gallery_item.js', 144 './gallery_item.js',
144 './gallery_util.js', 145 './gallery_util.js',
145 './ribbon.js', 146 './ribbon.js',
146 './slide_mode.js', 147 './slide_mode.js',
147 './thumbnail_mode.js', 148 './thumbnail_mode.js',
148 ], 149 ],
(...skipping 19 matching lines...) Expand all
168 '../../externs/volume_manager.js', 169 '../../externs/volume_manager.js',
169 '../../externs/webview_tag.js', 170 '../../externs/webview_tag.js',
170 ], 171 ],
171 }, 172 },
172 'includes': [ 173 'includes': [
173 '../../compile_js.gypi', 174 '../../compile_js.gypi',
174 ], 175 ],
175 } 176 }
176 ], 177 ],
177 } 178 }
OLDNEW
« no previous file with comments | « no previous file | ui/file_manager/gallery/js/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698