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

Unified Diff: chrome/browser/resources/apps_debugger/js/main_scripts.js

Issue 11794034: Adds functionality to pack an extension / app from the app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@bacha_lo
Patch Set: . Created 7 years, 11 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: chrome/browser/resources/apps_debugger/js/main_scripts.js
diff --git a/chrome/browser/resources/apps_debugger/js/main_scripts.js b/chrome/browser/resources/apps_debugger/js/main_scripts.js
index b0fbdbed07cffa6edf4bbbc0f3a9aadae4d92e84..1a585d0722b6327225208feb90e21718f5e53237 100644
--- a/chrome/browser/resources/apps_debugger/js/main_scripts.js
+++ b/chrome/browser/resources/apps_debugger/js/main_scripts.js
@@ -4,11 +4,14 @@
//<include src="../../shared/js/cr.js" />
//<include src="../../shared/js/cr/ui.js" />
+//<include src="../../shared/js/cr/ui/alert_overlay.js" />
+//<include src="../../shared/js/cr/ui/overlay.js" />
//<include src="../../shared/js/i18n_template_no_process.js" />
//<include src="../../shared/js/i18n_template2.js" />
//<include src="../../shared/js/load_time_data.js" />
//<include src="../../shared/js/util.js" />
//<include src="../../uber/uber_utils.js" />
+//<include src="pack_item_overlay.js"/>
//<include src="items_list.js"/>
//<include src="items.js"/>
//<include src="main.js"/>

Powered by Google App Engine
This is Rietveld 408576698