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

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

Issue 1123373003: Launch webstore widget app when unsupported printer is plugged in (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_cws_widget_scripts
Patch Set: bump app version Created 5 years, 7 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/compiled_resources.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp b/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
index 56ef160ff391faeae4c9f7eab0802f6e21b4ad7c..46fb00dbec24fffb0c3feadbacd00f16071ea58f 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
@@ -7,6 +7,7 @@
'target_name': 'main',
'variables': {
'depends': [
+ '<@(cws_widget_container)',
'../../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate',
'../../../../../ui/webui/resources/js/load_time_data.js',
'../../../../../ui/webui/resources/js/cr.js',
@@ -39,10 +40,6 @@
'../../../../../ui/webui/resources/js/cr/ui/menu.js',
'../../../../../ui/webui/resources/js/cr/ui/menu_button.js',
'../../../../../ui/webui/resources/js/cr/ui/context_menu_handler.js',
- '../../../../../components/chrome_apps/webstore_widget/cws_widget/app_installer.js',
- '../../../../../components/chrome_apps/webstore_widget/cws_widget/cws_webview_client.js',
- '../../../../../components/chrome_apps/webstore_widget/cws_widget/cws_widget_container.js',
- '../../../../../components/chrome_apps/webstore_widget/cws_widget/cws_widget_container_error_dialog.js',
'../../common/js/error_util.js',
'../../common/js/async_util.js',
'../../common/js/file_type.js',
@@ -163,7 +160,8 @@
],
},
'includes': [
- '../../../../../third_party/closure_compiler/compile_js.gypi'
+ '../../../../../components/chrome_apps/webstore_widget/cws_widget/compiled_resources.gypi',
+ '../../../../../third_party/closure_compiler/compile_js.gypi',
],
}
],

Powered by Google App Engine
This is Rietveld 408576698