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

Side by Side Diff: ui/file_manager/gallery/js/compiled_resources.gyp

Issue 619523003: Add compiled_resources.gyp for file_manager/*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
(Empty)
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
3 # found in the LICENSE file.
4 {
5 'targets': [
6 {
7 'target_name': 'background',
8 'variables': {
9 'depends': [
10 '../../../webui/resources/js/cr.js',
11 '../../../webui/resources/js/cr/event_target.js',
12 '../../../webui/resources/js/cr/ui/array_data_model.js',
13 '../../../webui/resources/js/load_time_data.js',
14 '../../file_manager/common/js/util.js',
15 '../../file_manager/common/js/async_util.js',
16 '../../file_manager/common/js/volume_manager_common.js',
17 '../../file_manager/background/js/volume_manager.js',
18 '../../file_manager/common/js/error_util.js',
19 '../../file_manager/foreground/js/file_type.js'
20 ],
21 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
22 },
23 'includes': [
24 '../../../../third_party/closure_compiler/compile_js.gypi'
25 ],
26 },
27 {
28 'target_name': 'gallery_scripts',
29 'variables': {
30 'depends': [
31 ],
32 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'],
33 },
34 'includes': [
35 '../../../../third_party/closure_compiler/compile_js.gypi'
36 ],
37 }
38 ],
39 }
40
41
OLDNEW
« no previous file with comments | « ui/file_manager/file_manager/background/js/compiled_resources.gyp ('k') | ui/file_manager/image_loader/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698