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

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

Issue 2822633004: Compile more targets in file_manager in gyp v2. (Closed)
Patch Set: git cl format --js 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/ui/compiled_resources2.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp b/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp
index 83c542861d3fd4d67a55b5528d3be046688df60c..6629da891cb9a7942d4aad5f31f4649dbcb2b626 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp
+++ b/ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp
@@ -80,10 +80,21 @@
],
'includes': ['../../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'file_grid',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'file_grid',
+ 'dependencies': [
+ '../../../background/js/compiled_resources2.gyp:import_history',
+ '../../../common/js/compiled_resources2.gyp:async_util',
+ '../../../common/js/compiled_resources2.gyp:file_type',
+ '../../../common/js/compiled_resources2.gyp:util',
+ '../compiled_resources2.gyp:list_thumbnail_loader',
+ '../metadata/compiled_resources2.gyp:metadata_model',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:grid',
+ 'drag_selector',
+ 'file_table_list',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
{
'target_name': 'file_list_selection_model',
'dependencies': [
@@ -114,10 +125,20 @@
],
'includes': ['../../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'file_table',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'file_table',
+ 'dependencies': [
+ '../../../background/js/compiled_resources2.gyp:import_history',
+ '../compiled_resources2.gyp:file_list_model',
+ '../compiled_resources2.gyp:list_thumbnail_loader',
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:table',
+ 'drag_selector',
+ 'file_metadata_formatter',
+ 'file_table_list',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
{
'target_name': 'file_table_list',
'dependencies': [
@@ -162,10 +183,15 @@
],
'includes': ['../../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'list_container',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'list_container',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list_item',
+ 'file_grid',
+ 'file_table',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
{
'target_name': 'location_line',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698