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

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

Issue 778123006: Include MTP devices in Cloud Import happiness. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests for importer common code. Created 6 years 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 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': 'main', 7 'target_name': 'main',
8 'variables': { 8 'variables': {
9 'depends': [ 9 'depends': [
10 '../../../../../third_party/jstemplate/compiled_resources.gyp:jstempla te', 10 '../../../../../third_party/jstemplate/compiled_resources.gyp:jstempla te',
(...skipping 24 matching lines...) Expand all
35 '../../../../../ui/webui/resources/js/cr/ui/grid.js', 35 '../../../../../ui/webui/resources/js/cr/ui/grid.js',
36 '../../../../../ui/webui/resources/js/cr/ui/command.js', 36 '../../../../../ui/webui/resources/js/cr/ui/command.js',
37 '../../../../../ui/webui/resources/js/cr/ui/position_util.js', 37 '../../../../../ui/webui/resources/js/cr/ui/position_util.js',
38 '../../../../../ui/webui/resources/js/cr/ui/menu_item.js', 38 '../../../../../ui/webui/resources/js/cr/ui/menu_item.js',
39 '../../../../../ui/webui/resources/js/cr/ui/menu.js', 39 '../../../../../ui/webui/resources/js/cr/ui/menu.js',
40 '../../../../../ui/webui/resources/js/cr/ui/menu_button.js', 40 '../../../../../ui/webui/resources/js/cr/ui/menu_button.js',
41 '../../../../../ui/webui/resources/js/cr/ui/context_menu_handler.js', 41 '../../../../../ui/webui/resources/js/cr/ui/context_menu_handler.js',
42 '../../common/js/error_util.js', 42 '../../common/js/error_util.js',
43 '../../common/js/async_util.js', 43 '../../common/js/async_util.js',
44 '../../common/js/file_type.js', 44 '../../common/js/file_type.js',
45 '../../common/js/volume_manager_common.js',
mtomasz 2014/12/08 00:41:50 What's the reason for this change? AFAIK this list
Steve McKay 2014/12/08 17:17:40 importer_common came to depend on entities from vo
45 '../../common/js/importer_common.js', 46 '../../common/js/importer_common.js',
46 '../../common/js/volume_manager_common.js',
47 '../../common/js/util.js', 47 '../../common/js/util.js',
48 '../../common/js/progress_center_common.js', 48 '../../common/js/progress_center_common.js',
49 '../../common/js/lru_cache.js', 49 '../../common/js/lru_cache.js',
50 '../../background/js/file_operation_manager.js', 50 '../../background/js/file_operation_manager.js',
51 '../../background/js/file_operation_util.js', 51 '../../background/js/file_operation_util.js',
52 '../../background/js/file_operation_handler.js', 52 '../../background/js/file_operation_handler.js',
53 '../../background/js/device_handler.js', 53 '../../background/js/device_handler.js',
54 '../../background/js/drive_sync_handler.js', 54 '../../background/js/drive_sync_handler.js',
55 '../../background/js/volume_manager.js', 55 '../../background/js/volume_manager.js',
56 '../../background/js/progress_center.js', 56 '../../background/js/progress_center.js',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 '../../../externs/webview_tag.js', 131 '../../../externs/webview_tag.js',
132 '../../common/js/externs.js', 132 '../../common/js/externs.js',
133 ], 133 ],
134 }, 134 },
135 'includes': [ 135 'includes': [
136 '../../../../../third_party/closure_compiler/compile_js.gypi' 136 '../../../../../third_party/closure_compiler/compile_js.gypi'
137 ], 137 ],
138 } 138 }
139 ], 139 ],
140 } 140 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698