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

Unified Diff: chrome/browser/resources/chromeos/wallpaper_manager/main.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/chromeos/wallpaper_manager/main.html
===================================================================
--- chrome/browser/resources/chromeos/wallpaper_manager/main.html (revision 177292)
+++ chrome/browser/resources/chromeos/wallpaper_manager/main.html (working copy)
@@ -8,27 +8,27 @@
<html i18n-values="dir:textdirection;">
<head>
<title>Wallpaper Picker</title>
- <link rel="stylesheet" href="../../shared/css/widgets.css">
+ <link rel="stylesheet" href="../../../../../ui/webui/resources/css/widgets.css">
<link rel="stylesheet" href="css/wallpaper_manager.css">
<script src="js/main_scripts.js"></script>
<if expr="0">
<!-- This file has not been flattened, load individual scripts.
Keep the list in sync with js/main_scripts.js. -->
- <script src="../../shared/js/cr.js"></script>
- <script src="../../shared/js/event_tracker.js"></script>
- <script src="../../shared/js/load_time_data.js"></script>
- <script src="../../shared/js/i18n_template_no_process.js"></script>
- <script src="../../shared/js/util.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="../../shared/js/cr/ui/array_data_model.js"></script>
- <script src="../../shared/js/cr/ui/list_item.js"></script>
- <script src="../../shared/js/cr/ui/list_selection_model.js"></script>
- <script src="../../shared/js/cr/ui/list_single_selection_model.js"></script>
- <script src="../../shared/js/cr/ui/list_selection_controller.js"></script>
- <script src="../../shared/js/cr/ui/list.js"></script>
- <script src="../../shared/js/cr/ui/grid.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/load_time_data.js"></script>
+ <script src="../../../../../ui/webui/resources/js/i18n_template_no_process.js"></script>
+ <script src="../../../../../ui/webui/resources/js/util.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="../../../../../ui/webui/resources/js/cr/ui/array_data_model.js"></script>
+ <script src="../../../../../ui/webui/resources/js/cr/ui/list_item.js"></script>
+ <script src="../../../../../ui/webui/resources/js/cr/ui/list_selection_model.js"></script>
+ <script src="../../../../../ui/webui/resources/js/cr/ui/list_single_selection_model.js"></script>
+ <script src="../../../../../ui/webui/resources/js/cr/ui/list_selection_controller.js"></script>
+ <script src="../../../../../ui/webui/resources/js/cr/ui/list.js"></script>
+ <script src="../../../../../ui/webui/resources/js/cr/ui/grid.js"></script>
<script src="js/butter_bar.js"></script>
<script src="js/wallpaper_images_grid.js"></script>
<script src="js/wallpaper_manager.js"></script>

Powered by Google App Engine
This is Rietveld 408576698