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

Unified Diff: chrome/browser/resources/file_manager/js/action_choice_scripts.js

Issue 11962043: Move webui resources from chrome\browser\resources\shared to ui\webui\resources. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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/file_manager/js/action_choice_scripts.js
===================================================================
--- chrome/browser/resources/file_manager/js/action_choice_scripts.js (revision 177292)
+++ chrome/browser/resources/file_manager/js/action_choice_scripts.js (working copy)
@@ -8,15 +8,15 @@
// included file but that's all right since any javascript file should start
// with a copyright comment anyway.
-//<include src="../../shared/js/load_time_data.js"/>
-//<include src="../../shared/js/util.js"/>
-//<include src="../../shared/js/i18n_template_no_process.js"/>
+//<include src="../../../../../ui/webui/resources/js/load_time_data.js"/>
+//<include src="../../../../../ui/webui/resources/js/util.js"/>
+//<include src="../../../../../ui/webui/resources/js/i18n_template_no_process.js"/>
-//<include src="../../shared/js/cr.js"/>
-//<include src="../../shared/js/event_tracker.js"/>
-//<include src="../../shared/js/cr/ui.js"/>
-//<include src="../../shared/js/cr/event_target.js"/>
-//<include src="../../shared/js/cr/ui/touch_handler.js"/>
+//<include src="../../../../../ui/webui/resources/js/cr.js"/>
+//<include src="../../../../../ui/webui/resources/js/event_tracker.js"/>
+//<include src="../../../../../ui/webui/resources/js/cr/ui.js"/>
+//<include src="../../../../../ui/webui/resources/js/cr/event_target.js"/>
+//<include src="../../../../../ui/webui/resources/js/cr/ui/touch_handler.js"/>
//<include src="util.js"/>
//<include src="file_type.js"/>
« no previous file with comments | « chrome/browser/resources/file_manager/gallery.html ('k') | chrome/browser/resources/file_manager/js/main_scripts.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698