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

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

Issue 2826433002: Compile all the UI elements of Files app in gyp v2 (Closed)
Patch Set: Addressed comments. 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
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 9a1958b5ba8a4876ba47c3690d0df9a642451a89..12419df3c980df0959950ada404e6cabe89bf153 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
@@ -14,17 +14,21 @@
# ],
# 'includes': ['../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'actions_model',
-# 'dependencies': [
-# '../../background/js/compiled_resources2.gyp:drive_sync_handler',
-# '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
-# '<(EXTERNS_GYP):file_manager_private',
-# 'folder_shortcuts_data_model',
-# 'metadata/compiled_resources2.gyp:metadata_model',
-# ],
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'actions_model',
+ 'dependencies': [
+ '../../background/js/compiled_resources2.gyp:drive_sync_handler',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(EXTERNS_GYP):file_manager_private',
+ 'folder_shortcuts_data_model',
+ 'metadata/compiled_resources2.gyp:metadata_model',
+ 'ui/compiled_resources2.gyp:error_dialog',
+ 'ui/compiled_resources2.gyp:files_alert_dialog',
+ 'ui/compiled_resources2.gyp:list_container',
+ 'ui/compiled_resources2.gyp:share_dialog',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'app_state_controller',
# 'includes': ['../../../compile_js2.gypi'],

Powered by Google App Engine
This is Rietveld 408576698