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

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

Issue 2890123003: Compile file_manager and eliminate gyp v1 from Files App! (Closed)
Patch Set: Fix test failures. 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 side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
index 3b9947d5a7b495d231c88f3b6387d7ebb49e0805..b1ebb6f8d7a80bca5f6f5494e86ad52db7097973 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
@@ -152,10 +152,54 @@
],
'includes': ['../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'file_manager',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'file_manager',
+ 'dependencies': [
+ '../../../externs/background/compiled_resources2.gyp:drive_sync_handler',
+ '../../../externs/background/compiled_resources2.gyp:file_browser_background_full',
+ '../../../externs/background/compiled_resources2.gyp:file_operation_manager',
+ '../../../externs/background/compiled_resources2.gyp:import_history',
+ '../../../externs/background/compiled_resources2.gyp:import_history_enum',
+ '../../../externs/background/compiled_resources2.gyp:import_runner',
+ '../../../externs/background/compiled_resources2.gyp:media_import_handler',
+ '../../../externs/background/compiled_resources2.gyp:media_scanner',
+ '../../../externs/background/compiled_resources2.gyp:progress_center',
+ '../../../externs/compiled_resources2.gyp:background_window',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list_selection_model',
+ 'app_state_controller',
+ 'column_visibility_controller',
+ 'dialog_action_controller',
+ 'dialog_type',
+ 'directory_model',
+ 'elements_importer',
+ 'empty_folder_controller',
+ 'file_selection',
+ 'file_transfer_controller',
+ 'folder_shortcuts_data_model',
+ 'gear_menu_controller',
+ 'import_controller',
+ 'launch_param',
+ 'main_window_component',
+ 'metadata_update_controller',
+ 'naming_controller',
+ 'navigation_uma',
+ 'providers_model',
+ 'quick_view_controller',
+ 'quick_view_model',
+ 'quick_view_uma',
+ 'scan_controller',
+ 'search_controller',
+ 'sort_menu_controller',
+ 'spinner_controller',
+ 'task_controller',
+ 'toolbar_controller',
+ 'ui/compiled_resources2.gyp:commandbutton',
+ 'ui/compiled_resources2.gyp:directory_tree',
+ 'ui/compiled_resources2.gyp:file_manager_ui',
+ 'volume_manager_wrapper',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
{
'target_name': 'file_manager_commands',
'dependencies': [
@@ -304,14 +348,15 @@
],
'includes': ['../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'main',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'main_scripts',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'main',
+ 'dependencies': [
+ '../../common/js/compiled_resources2.gyp:metrics',
+ '../../common/js/compiled_resources2.gyp:util',
+ 'file_manager',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
{
'target_name': 'main_window_component',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698