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

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

Issue 2773873003: Compile more targets in foreground/js/ui in gyp v2 (3) (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
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 4d28863bde101de8095b621c5baf2ce9d9ea8746..7485c993bad9a7468ea1893b60c9281728cab406 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
@@ -35,10 +35,15 @@
# 'target_name': 'directory_tree',
# 'includes': ['../../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'drag_selector',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'drag_selector',
+ 'dependencies': [
+ '../../../../externs/compiled_resources2.gyp:drag_target',
+ '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
{
'target_name': 'empty_folder',
'dependencies': [
@@ -57,10 +62,14 @@
# 'target_name': 'file_grid',
# 'includes': ['../../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'file_list_selection_model',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'file_list_selection_model',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list_single_selection_model',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:list_selection_model',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
{
'target_name': 'file_manager_dialog_base',
'dependencies': [
@@ -75,10 +84,14 @@
# 'target_name': 'file_manager_ui',
# 'includes': ['../../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'file_metadata_formatter',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'file_metadata_formatter',
+ 'dependencies': [
+ '../../../common/js/compiled_resources2.gyp:util',
+ '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:event_target',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'file_table',
# 'includes': ['../../../../compile_js2.gypi'],

Powered by Google App Engine
This is Rietveld 408576698