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

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

Issue 2883263002: Stop foreground depending on background in gyp v2 (Closed)
Patch Set: Format. Created 3 years, 7 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 | « ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'background', 7 'target_name': 'background',
8 'dependencies': [ 8 'dependencies': [
9 '../../file_manager/background/js/compiled_resources2.gyp:app_window_wra pper', 9 '../../file_manager/background/js/compiled_resources2.gyp:app_window_wra pper',
10 '../../file_manager/background/js/compiled_resources2.gyp:background_bas e', 10 '../../file_manager/background/js/compiled_resources2.gyp:background_bas e',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 67 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
68 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:array_data _model', 68 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:array_data _model',
69 'entry_list_watcher', 69 'entry_list_watcher',
70 'gallery_item', 70 'gallery_item',
71 ], 71 ],
72 'includes': ['../../compile_js2.gypi'], 72 'includes': ['../../compile_js2.gypi'],
73 }, 73 },
74 { 74 {
75 'target_name': 'gallery_item', 75 'target_name': 'gallery_item',
76 'dependencies': [ 76 'dependencies': [
77 '../../file_manager/common/js/compiled_resources2.gyp:metrics',
77 '../../file_manager/common/js/compiled_resources2.gyp:util', 78 '../../file_manager/common/js/compiled_resources2.gyp:util',
78 '../../file_manager/foreground/js/compiled_resources2.gyp:volume_manager _wrapper', 79 '../../file_manager/foreground/js/compiled_resources2.gyp:volume_manager _wrapper',
79 '../../file_manager/foreground/js/metadata/compiled_resources2.gyp:metad ata_model', 80 '../../file_manager/foreground/js/metadata/compiled_resources2.gyp:metad ata_model',
80 '../../file_manager/foreground/js/metadata/compiled_resources2.gyp:thumb nail_model', 81 '../../file_manager/foreground/js/metadata/compiled_resources2.gyp:thumb nail_model',
81 'gallery_util', 82 'gallery_util',
82 'image_editor/compiled_resources2.gyp:image_encoder', 83 'image_editor/compiled_resources2.gyp:image_encoder',
83 'image_editor/compiled_resources2.gyp:image_util', 84 'image_editor/compiled_resources2.gyp:image_util',
84 ], 85 ],
85 'includes': ['../../compile_js2.gypi'], 86 'includes': ['../../compile_js2.gypi'],
86 }, 87 },
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'error_banner', 146 'error_banner',
146 'gallery_constants', 147 'gallery_constants',
147 'gallery_data_model', 148 'gallery_data_model',
148 'gallery_item', 149 'gallery_item',
149 'image_editor/compiled_resources2.gyp:image_editor', 150 'image_editor/compiled_resources2.gyp:image_editor',
150 ], 151 ],
151 'includes': ['../../compile_js2.gypi'], 152 'includes': ['../../compile_js2.gypi'],
152 }, 153 },
153 ], 154 ],
154 } 155 }
OLDNEW
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698