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

Unified Diff: chrome/browser/resources/chromeos/menu.html

Issue 8687012: Moved ChromeOS-specific resources from chrome/browser/resources to chrome/browser/resources/chrom... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/resources/chromeos/menu.css ('k') | chrome/browser/resources/chromeos/menu.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/menu.html
===================================================================
--- chrome/browser/resources/chromeos/menu.html (revision 111700)
+++ chrome/browser/resources/chromeos/menu.html (working copy)
@@ -3,9 +3,9 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="menu.css">
- <script src="shared/js/cr.js"></script>
- <script src="shared/js/cr/ui.js"></script>
- <script src="shared/js/local_strings.js"></script>
+ <script src="chrome://resources/js/cr.js"></script>
+ <script src="chrome://resources/js/cr/ui.js"></script>
+ <script src="chrome://resources/js/local_strings.js"></script>
<script src="menu.js"></script>
<style i18n-content="menu_css"></style>
<script i18n-content="menu_source"></script>
« no previous file with comments | « chrome/browser/resources/chromeos/menu.css ('k') | chrome/browser/resources/chromeos/menu.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698