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

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

Issue 2807033002: Compile file_table_list in gyp v2 (Closed)
Patch Set: Revert unintended format. 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 | ui/file_manager/file_manager/foreground/js/ui/file_table.js » ('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/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 ce691de759e7dd83c1dbcefc21f85a7a59a0a07d..ec2ed5100439e9973ad7da997c6f84d22bc3719d 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
@@ -118,10 +118,18 @@
# 'target_name': 'file_table',
# 'includes': ['../../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'file_table_list',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'file_table_list',
+ 'dependencies': [
+ '../../../common/js/compiled_resources2.gyp:file_type',
+ '../metadata/compiled_resources2.gyp:metadata_model',
+ '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list_selection_controller',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/table/compiled_resources2.gyp:table_list',
+ 'file_list_selection_model',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
{
'target_name': 'files_alert_dialog',
'dependencies': [
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/ui/file_table.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698