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

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

Issue 2306743002: Nukes the gyp/gypi files in ui (Closed)
Patch Set: keep webui Created 4 years, 3 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 '../../../../../third_party/jstemplate/compiled_resources.gyp:jstempla te',
11 '../../../../webui/resources/js/load_time_data.js',
12 '../../../../webui/resources/js/cr.js',
13 '../../../../webui/resources/js/cr/ui.js',
14 '../../../../webui/resources/js/promise_resolver.js',
15 '../../../../webui/resources/js/util.js',
16 '../../../../webui/resources/js/cr/event_target.js',
17 '../../../../webui/resources/js/cr/ui/array_data_model.js',
18 '../../common/js/lru_cache.js',
19 '../../../image_loader/image_loader_client.js',
20 '../../common/js/error_util.js',
21 '../../common/js/async_util.js',
22 '../../common/js/file_type.js',
23 '../../common/js/metrics_base.js',
24 '../../common/js/metrics_events.js',
25 '../../common/js/metrics.js',
26 '../../common/js/progress_center_common.js',
27 '../../common/js/util.js',
28 '../../common/js/volume_manager_common.js',
29 '../../common/js/importer_common.js',
30 '../../foreground/js/ui/progress_center_panel.js',
31 '../../foreground/js/progress_center_item_group.js',
32 '../../foreground/js/metadata/byte_reader.js',
33 'app_window_wrapper.js',
34 'device_handler.js',
35 'drive_sync_handler.js',
36 'duplicate_finder.js',
37 'file_operation_handler.js',
38 'file_operation_manager.js',
39 'file_operation_util.js',
40 'import_history.js',
41 'launcher_search.js',
42 'task_queue.js',
43 'media_import_handler.js',
44 'media_scanner.js',
45 'progress_center.js',
46 'volume_manager.js',
47 'background_base.js',
48 ],
49 'externs': [
50 '<(EXTERNS_DIR)/chrome_extensions.js',
51 '<(EXTERNS_DIR)/chrome_send.js',
52 '<(EXTERNS_DIR)/command_line_private.js',
53 '<(EXTERNS_DIR)/file_manager_private.js',
54 '<(EXTERNS_DIR)/metrics_private.js',
55 '../../../../../third_party/analytics/externs.js',
56 '../../../externs/chrome_test.js',
57 '../../../externs/connection.js',
58 '../../../externs/css_rule.js',
59 '../../../externs/es6_workaround.js',
60 '../../../externs/launcher_search_provider.js',
61 '../../../externs/webview_tag.js',
62 '../../../externs/platform.js',
63 '../../../externs/volume_info.js',
64 '../../common/js/externs.js',
65 ],
66 },
67 'includes': [
68 '../../../compile_js.gypi',
69 ],
70 }
71 ],
72 }
OLDNEW
« no previous file with comments | « ui/file_manager/file_manager.gyp ('k') | ui/file_manager/file_manager/background/js/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698