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

Unified Diff: chrome/browser/resources/file_manager/action_choice.html

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/action_choice.html
===================================================================
--- chrome/browser/resources/file_manager/action_choice.html (revision 177292)
+++ chrome/browser/resources/file_manager/action_choice.html (working copy)
@@ -15,15 +15,15 @@
<if expr="0">
<!-- This file has not been flattened, load individual scripts.
Keep the list in sync with action_choice_scripts.js. -->
- <script src="../shared/js/load_time_data.js"></script>
- <script src="../shared/js/util.js"></script>
- <script src="../shared/js/i18n_template_no_process.js"></script>
+ <script src="../../../../ui/webui/resources/js/load_time_data.js"></script>
+ <script src="../../../../ui/webui/resources/js/util.js"></script>
+ <script src="../../../../ui/webui/resources/js/i18n_template_no_process.js"></script>
- <script src="../shared/js/cr.js"></script>
- <script src="../shared/js/event_tracker.js"></script>
- <script src="../shared/js/cr/ui.js"></script>
- <script src="../shared/js/cr/event_target.js"></script>
- <script src="../shared/js/cr/ui/touch_handler.js"></script>
+ <script src="../../../../ui/webui/resources/js/cr.js"></script>
+ <script src="../../../../ui/webui/resources/js/event_tracker.js"></script>
+ <script src="../../../../ui/webui/resources/js/cr/ui.js"></script>
+ <script src="../../../../ui/webui/resources/js/cr/event_target.js"></script>
+ <script src="../../../../ui/webui/resources/js/cr/ui/touch_handler.js"></script>
<script src="js/util.js"></script>
<script src="js/file_type.js"></script>
« no previous file with comments | « chrome/browser/resources/extensions/extensions.js ('k') | chrome/browser/resources/file_manager/gallery.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698