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

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

Issue 2734033004: Compile Gallery in gyp v2. (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 3cdceed70af309ab70896c055f91bcf4ebdeb628..12aee828a2826876edbf993112f6a0acdfedbedc 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
@@ -51,10 +51,16 @@
# 'target_name': 'file_list_selection_model',
# 'includes': ['../../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'file_manager_dialog_base',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'file_manager_dialog_base',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:dialogs',
+ '<(EXTERNS_GYP):chrome_extensions',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'file_manager_ui',
# 'includes': ['../../../../compile_js2.gypi'],
@@ -78,10 +84,15 @@
],
'includes': ['../../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'files_confirm_dialog',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'files_confirm_dialog',
+ 'dependencies': [
+ '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
+ '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:dialogs',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'files_menu',
# 'includes': ['../../../../compile_js2.gypi'],
@@ -118,10 +129,17 @@
# 'target_name': 'search_box',
# 'includes': ['../../../../compile_js2.gypi'],
# },
-# {
-# 'target_name': 'share_dialog',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'share_dialog',
+ 'dependencies': [
+ '../../../common/js/compiled_resources2.gyp:async_util',
+ '../../../common/js/compiled_resources2.gyp:util',
+ '../compiled_resources2.gyp:share_client',
+ '<(EXTERNS_GYP):file_manager_private',
+ 'file_manager_dialog_base',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'suggest_apps_dialog',
# 'includes': ['../../../../compile_js2.gypi'],

Powered by Google App Engine
This is Rietveld 408576698