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

Side by Side Diff: chrome/browser/resources/sync_promo/sync_promo.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!-- Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 <!-- Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be 2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. --> 3 found in the LICENSE file. -->
4 <!DOCTYPE HTML> 4 <!DOCTYPE HTML>
5 <html i18n-values="dir:textdirection"> 5 <html i18n-values="dir:textdirection">
6 <head> 6 <head>
7 <meta charset="utf-8"> 7 <meta charset="utf-8">
8 <title i18n-content="promoPageTitle"></title> 8 <title i18n-content="promoPageTitle"></title>
9 <script src="chrome://resources/js/load_time_data.js"></script> 9 <script src="chrome://resources/js/load_time_data.js"></script>
10 <script src="chrome://resources/js/cr.js"></script> 10 <script src="chrome://resources/js/cr.js"></script>
11 <script src="chrome://resources/js/util.js"></script> 11 <script src="chrome://resources/js/util.js"></script>
12 <script src="chrome://resources/js/cr/event_target.js"></script> 12 <script src="chrome://resources/js/cr/event_target.js"></script>
13 <script src="../strings.js"></script> 13 <script src="../strings.js"></script>
14 <script src="sync_promo.js"></script> 14 <script src="sync_promo.js"></script>
15 <link rel="stylesheet" href="../shared/css/throbber.css"> 15 <link rel="stylesheet" href="../../../../ui/webui/resources/css/throbber.css">
16 <link rel="stylesheet" href="../shared/css/widgets.css"> 16 <link rel="stylesheet" href="../../../../ui/webui/resources/css/widgets.css">
17 <link rel="stylesheet" href="../sync_setup_overlay.css"> 17 <link rel="stylesheet" href="../sync_setup_overlay.css">
18 <link rel="stylesheet" href="sync_promo.css"> 18 <link rel="stylesheet" href="sync_promo.css">
19 </head> 19 </head>
20 <body> 20 <body>
21 <div id="sync-promo"> 21 <div id="sync-promo">
22 <div id="sync-promo-contents"> 22 <div id="sync-promo-contents">
23 <include src="../sync_setup_overlay.html"> 23 <include src="../sync_setup_overlay.html">
24 </div> 24 </div>
25 </div> 25 </div>
26 </body> 26 </body>
27 <script src="chrome://resources/js/i18n_template2.js"></script> 27 <script src="chrome://resources/js/i18n_template2.js"></script>
28 </html> 28 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/sync_internals/sync_node_browser.css ('k') | chrome/browser/resources/sync_promo/sync_promo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698