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

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

Issue 2805853002: Compile suggest_app_dialog in gyp v2 (Closed)
Patch Set: Fix unit test. 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 6f7506a7beba3126e0e5b5a2af2ce990e03c18a3..ce691de759e7dd83c1dbcefc21f85a7a59a0a07d 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
@@ -214,9 +214,22 @@
],
'includes': ['../../../../compile_js2.gypi'],
},
-# {
-# 'target_name': 'suggest_apps_dialog',
-# 'includes': ['../../../../compile_js2.gypi'],
-# },
+ {
+ 'target_name': 'suggest_apps_dialog',
+ 'dependencies': [
+ '../../../../externs/compiled_resources2.gyp:chrome_webstore_widget_private',
+ '../../../common/js/compiled_resources2.gyp:metrics',
+ '../../../common/js/compiled_resources2.gyp:util',
+ '../../../common/js/compiled_resources2.gyp:volume_manager_common',
+ '../compiled_resources2.gyp:constants',
+ '../compiled_resources2.gyp:launch_param',
+ '../compiled_resources2.gyp:providers_model',
+ '../compiled_resources2.gyp:web_store_utils',
+ '<(DEPTH)/components/chrome_apps/webstore_widget/cws_widget/compiled_resources2.gyp:cws_widget_container',
+ '<(EXTERNS_GYP):file_manager_private',
+ 'file_manager_dialog_base',
+ ],
+ 'includes': ['../../../../compile_js2.gypi'],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698