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

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

Issue 2852633003: Compile scan_controller and gear_menu_controller in gyp v2 (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 35efa163fc360b255e8faf86fe53922738048a99..ea3e63045c9fdb4c978f89b8f5cd1b24d4cc83db 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
@@ -241,10 +241,18 @@
],
'includes': ['../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'gear_menu_controller',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'gear_menu_controller',
+ 'dependencies': [
+ '../../../externs/compiled_resources2.gyp:directory_change_event',
+ '../elements/compiled_resources2.gyp:files_toggle_ripple',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:context_menu_button',
+ 'directory_model',
+ 'file_manager_commands',
+ 'ui/compiled_resources2.gyp:gear_menu',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'import_controller',
# 'includes': ['../../../compile_js2.gypi'],
@@ -400,15 +408,17 @@
],
'includes': ['../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'scan_controller',
-# 'dependencies': [
-# 'directory_model',
-# 'spinner_controller',
-# 'ui/compiled_resources2.gyp:list_container',
-# ],
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'scan_controller',
+ 'dependencies': [
+ 'directory_model',
+ 'file_manager_commands',
+ 'file_selection',
+ 'spinner_controller',
+ 'ui/compiled_resources2.gyp:list_container',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
{
'target_name': 'search_controller',
'dependencies': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698