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

Unified Diff: ui/file_manager/file_manager/background/js/compiled_resources2.gyp

Issue 2636183002: Compile volume related targets in file_manager/background. (Closed)
Patch Set: Use target name directly if the target is in the same file. Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/file_manager/background/js/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/background/js/compiled_resources2.gyp b/ui/file_manager/file_manager/background/js/compiled_resources2.gyp
index 809df59d1e6edde44d7ebb01fd91600757fd78fd..10dea422c567d8c849580ff52a23ac2a0de5ad2c 100644
--- a/ui/file_manager/file_manager/background/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/background/js/compiled_resources2.gyp
@@ -27,6 +27,14 @@
# 'target_name': 'duplicate_finder',
# 'includes': ['../../../compile_js2.gypi'],
# },
+ {
+ 'target_name': 'entry_location_impl',
+ 'dependencies': [
+ '../../../externs/compiled_resources2.gyp:entry_location',
+ '../../common/js/compiled_resources2.gyp:volume_manager_common',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'file_operation_handler',
# 'includes': ['../../../compile_js2.gypi'],
@@ -99,9 +107,57 @@
# 'target_name': 'test_util_base',
# 'includes': ['../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'volume_manager',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'volume_info_impl',
+ 'dependencies': [
+ '../../../externs/compiled_resources2.gyp:platform',
+ '../../../externs/compiled_resources2.gyp:volume_info',
+ '../../common/js/compiled_resources2.gyp:volume_manager_common',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'volume_info_list_impl',
+ 'dependencies': [
+ '../../../externs/compiled_resources2.gyp:volume_info',
+ '../../../externs/compiled_resources2.gyp:volume_info_list',
+ '../../common/js/compiled_resources2.gyp:util',
+ './compiled_resources2.gyp:volume_info_impl',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:array_data_model',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'volume_manager_impl',
+ 'dependencies': [
+ '../../../externs/compiled_resources2.gyp:volume_manager',
+ '../../common/js/compiled_resources2.gyp:async_util',
+ 'volume_info_list_impl',
+ 'volume_manager_util',
+ 'entry_location_impl',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'volume_manager_factory',
+ 'dependencies': [
+ '../../../externs/compiled_resources2.gyp:volume_manager',
+ 'volume_manager_impl',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'volume_manager_util',
+ 'dependencies': [
+ '../../common/js/compiled_resources2.gyp:metrics',
+ '../../common/js/compiled_resources2.gyp:metrics_events',
+ '../../common/js/compiled_resources2.gyp:util',
+ '../../common/js/compiled_resources2.gyp:volume_manager_common',
+ 'volume_info_impl',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
],
}
« no previous file with comments | « ui/file_manager/externs/compiled_resources2.gyp ('k') | ui/webui/resources/js/cr/ui/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698