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

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

Issue 2678723002: Compile several targets in Gallery in gyp v2. (Closed)
Patch Set: Rebased. 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 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 { 5 {
5 'targets': [ 6 'targets': [
6 # { 7 # {
7 # 'target_name': 'background', 8 # 'target_name': 'background',
8 # 'includes': ['../../compile_js2.gypi'], 9 # 'includes': ['../../compile_js2.gypi'],
9 # }, 10 # },
10 # { 11 # {
11 # 'target_name': 'dimmable_ui_controller', 12 # 'target_name': 'dimmable_ui_controller',
12 # 'includes': ['../../compile_js2.gypi'], 13 # 'includes': ['../../compile_js2.gypi'],
13 # }, 14 # },
14 # { 15 # {
15 # 'target_name': 'entry_list_watcher', 16 # 'target_name': 'entry_list_watcher',
16 # 'includes': ['../../compile_js2.gypi'], 17 # 'includes': ['../../compile_js2.gypi'],
17 # }, 18 # },
18 # { 19 {
19 # 'target_name': 'error_banner', 20 'target_name': 'error_banner',
20 # 'includes': ['../../compile_js2.gypi'], 21 'dependencies': [
21 # }, 22 '../../file_manager/common/js/compiled_resources2.gyp:util',
23 ],
24 'includes': ['../../compile_js2.gypi'],
25 },
22 # { 26 # {
23 # 'target_name': 'gallery', 27 # 'target_name': 'gallery',
24 # 'includes': ['../../compile_js2.gypi'], 28 # 'includes': ['../../compile_js2.gypi'],
25 # }, 29 # },
26 # { 30 # {
27 # 'target_name': 'gallery_data_model', 31 # 'target_name': 'gallery_data_model',
32 # 'dependencies': [
33 # 'thumbnail_mode',
34 # '../../file_manager/common/js/compiled_resources2.gyp:util',
35 # '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
36 # 'gallery_item',
37 # '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:array_dat a_model',
38 # ],
28 # 'includes': ['../../compile_js2.gypi'], 39 # 'includes': ['../../compile_js2.gypi'],
29 # }, 40 # },
30 # { 41 {
31 # 'target_name': 'gallery_item', 42 'target_name': 'gallery_item',
32 # 'includes': ['../../compile_js2.gypi'], 43 'dependencies': [
33 # }, 44 '../../file_manager/common/js/compiled_resources2.gyp:util',
45 '../../file_manager/foreground/js/compiled_resources2.gyp:volume_manager _wrapper',
46 '../../file_manager/foreground/js/metadata/compiled_resources2.gyp:metad ata_model',
47 '../../file_manager/foreground/js/metadata/compiled_resources2.gyp:thumb nail_model',
48 'gallery_util',
49 'image_editor/compiled_resources2.gyp:image_encoder',
50 'image_editor/compiled_resources2.gyp:image_util',
51 ],
52 'includes': ['../../compile_js2.gypi'],
53 },
34 # { 54 # {
35 # 'target_name': 'gallery_scripts', 55 # 'target_name': 'gallery_scripts',
36 # 'includes': ['../../compile_js2.gypi'], 56 # 'includes': ['../../compile_js2.gypi'],
37 # }, 57 # },
38 # { 58 {
39 # 'target_name': 'gallery_util', 59 'target_name': 'gallery_util',
40 # 'includes': ['../../compile_js2.gypi'], 60 'dependencies': [
41 # }, 61 '../../file_manager/common/js/compiled_resources2.gyp:file_type',
42 # { 62 '../../file_manager/common/js/compiled_resources2.gyp:util',
43 # 'target_name': 'metadata_worker', 63 '../../file_manager/common/js/compiled_resources2.gyp:volume_manager_com mon',
44 # 'includes': ['../../compile_js2.gypi'], 64 '../../file_manager/foreground/js/compiled_resources2.gyp:volume_manager _wrapper',
45 # }, 65 ],
46 # { 66 'includes': ['../../compile_js2.gypi'],
47 # 'target_name': 'ribbon', 67 },
48 # 'includes': ['../../compile_js2.gypi'], 68 {
49 # }, 69 'target_name': 'metadata_worker',
70 'includes': ['../../compile_js2.gypi'],
71 },
72 {
73 'target_name': 'ribbon',
74 'dependencies': [
75 '../../externs/compiled_resources2.gyp:gallery_event',
76 '../../file_manager/foreground/js/compiled_resources2.gyp:thumbnail_load er',
77 '../../file_manager/foreground/js/metadata/compiled_resources2.gyp:thumb nail_model',
78 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:array_data _model',
79 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list_selec tion_model',
80 'gallery_item',
81 'image_editor/compiled_resources2.gyp:image_util',
82 ],
83 'includes': ['../../compile_js2.gypi'],
84 },
50 # { 85 # {
51 # 'target_name': 'slide_mode', 86 # 'target_name': 'slide_mode',
87 # 'dependencies': [
88 # '../../file_manager/common/js/compiled_resources2.gyp:metrics',
89 # '../../file_manager/common/js/compiled_resources2.gyp:util',
90 # '<(EXTERNS_GYP):chrome_extensions',
91 # 'gallery_item',
92 # 'image_editor/compiled_resources2.gyp:image_editor',
93 # 'image_editor/compiled_resources2.gyp:image_util',
94 # 'image_editor/compiled_resources2.gyp:image_view',
95 # 'image_editor/compiled_resources2.gyp:viewport',
96 # ],
52 # 'includes': ['../../compile_js2.gypi'], 97 # 'includes': ['../../compile_js2.gypi'],
53 # }, 98 # },
54 # { 99 # {
55 # 'target_name': 'thumbnail_mode', 100 # 'target_name': 'thumbnail_mode',
101 # 'dependencies': [
102 # '../../file_manager/foreground/js/compiled_resources2.gyp:thumbnail_loa der',
103 # '../../file_manager/foreground/js/metadata/compiled_resources2.gyp:thum bnail_model',
104 # '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list_sele ction_model',
105 # 'error_banner',
106 # 'gallery_data_model',
107 # 'gallery_item',
108 # 'image_editor/compiled_resources2.gyp:image_editor',
109 # ],
56 # 'includes': ['../../compile_js2.gypi'], 110 # 'includes': ['../../compile_js2.gypi'],
57 # }, 111 # },
58 ], 112 ],
59 } 113 }
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/js/compiled_resources.gyp ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698