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

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

Issue 2744563002: Compile folder_shotcuts_data_model. (Closed)
Patch Set: Created 3 years, 9 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 | ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp » ('j') | 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 2ff25d7edd75636fee82be7a56cb1c3683e78dc5..2aa958d48c5b3ffbc41fffb9f4f3ae8f22ce5a49 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp
@@ -5,10 +5,24 @@
'targets': [
# {
# 'target_name': 'actions_controller',
+# 'dependencies': [
+# '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:context_menu_handler',
+# '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
+# '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+# 'actions_model',
+# '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+# ],
# 'includes': ['../../../compile_js2.gypi'],
# },
# {
# 'target_name': 'actions_model',
+# 'dependencies': [
+# '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+# '<(EXTERNS_GYP):file_manager_private',
+# 'folder_shortcuts_data_model',
+# '../../background/js/compiled_resources2.gyp:drive_sync_handler',
+# 'metadata/compiled_resources2.gyp:metadata_model',
+# ],
# 'includes': ['../../../compile_js2.gypi'],
# },
# {
@@ -61,6 +75,12 @@
# },
# {
# 'target_name': 'file_selection',
+# 'dependencies': [
+# '../../common/js/compiled_resources2.gyp:util',
+# '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+# '../../common/js/compiled_resources2.gyp:volume_manager_common',
+# '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
+# ],
# 'includes': ['../../../compile_js2.gypi'],
# },
# {
@@ -75,10 +95,18 @@
# 'target_name': 'file_watcher',
# 'includes': ['../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'folder_shortcuts_data_model',
-# 'includes': ['../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'folder_shortcuts_data_model',
+ 'dependencies': [
+ '../../common/js/compiled_resources2.gyp:async_util',
+ 'volume_manager_wrapper',
+ '../../common/js/compiled_resources2.gyp:volume_manager_common',
+ '<(EXTERNS_GYP):chrome_extensions',
+ '../../common/js/compiled_resources2.gyp:util',
+ '../../common/js/compiled_resources2.gyp:metrics',
+ ],
+ 'includes': ['../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'gear_menu_controller',
# 'includes': ['../../../compile_js2.gypi'],
@@ -206,6 +234,12 @@
},
# {
# 'target_name': 'toolbar_controller',
+# 'dependencies': [
+# 'ui/compiled_resources2.gyp:location_line',
+# 'ui/compiled_resources2.gyp:list_container',
+# '../../common/js/compiled_resources2.gyp:util',
+# 'file_selection',
+# ],
# 'includes': ['../../../compile_js2.gypi'],
# },
{
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698