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

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

Issue 2768373003: Compile more files app targets in gyp v2 (5) (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 | « ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp ('k') | no next file » | 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 ed6cbd044843a2489e0963cd429179a7baff9ac6..6f7506a7beba3126e0e5b5a2af2ce990e03c18a3 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
@@ -169,14 +169,24 @@
],
'includes': ['../../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'multi_profile_share_dialog',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
-# {
-# 'target_name': 'progress_center_panel',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'multi_profile_share_dialog',
+ 'dependencies': [
+ '../../../common/js/compiled_resources2.gyp:util',
+ '<(EXTERNS_GYP):file_manager_private',
+ 'file_manager_dialog_base',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'progress_center_panel',
+ 'dependencies': [
+ '../../../../externs/compiled_resources2.gyp:css_rule',
+ '../../../common/js/compiled_resources2.gyp:progress_center_common',
+ '../compiled_resources2.gyp:progress_center_item_group',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
# {
# 'target_name': 'providers_menu',
# 'includes': ['../../../../compile_js2.gypi'],
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698