Commit 53e4d8f6 authored by csilv@chromium.org's avatar csilv@chromium.org

Move history resources into a sub-directory.

BUG=none
Review URL: https://chromiumcodereview.appspot.com/9569041

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124709 0039d316-1c4b-4281-b951-d872f2087c98
parent 446dd408
...@@ -66,8 +66,8 @@ ...@@ -66,8 +66,8 @@
<include name="IDR_GPU_BLACKLIST" file="resources\software_rendering_list\software_rendering_list.json" type="BINDATA" /> <include name="IDR_GPU_BLACKLIST" file="resources\software_rendering_list\software_rendering_list.json" type="BINDATA" />
<include name="IDR_GPU_INTERNALS_HTML" file="resources\gpu_internals\gpu_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> <include name="IDR_GPU_INTERNALS_HTML" file="resources\gpu_internals\gpu_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_GPU_INTERNALS_JS" file="resources\gpu_internals\gpu_internals.js" flattenhtml="true" type="BINDATA" /> <include name="IDR_GPU_INTERNALS_JS" file="resources\gpu_internals\gpu_internals.js" flattenhtml="true" type="BINDATA" />
<include name="IDR_HISTORY_HTML" file="resources\history.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> <include name="IDR_HISTORY_HTML" file="resources\history\history.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_HISTORY_JS" file="resources\history.js" type="BINDATA" /> <include name="IDR_HISTORY_JS" file="resources\history\history.js" type="BINDATA" />
<include name="IDR_INCOGNITO_TAB_HTML" file="resources\incognito_tab.html" flattenhtml="true" type="BINDATA" /> <include name="IDR_INCOGNITO_TAB_HTML" file="resources\incognito_tab.html" flattenhtml="true" type="BINDATA" />
<include name="IDR_KEYBOARD_MANIFEST" file="resources\keyboard\manifest.json" type="BINDATA" /> <include name="IDR_KEYBOARD_MANIFEST" file="resources\keyboard\manifest.json" type="BINDATA" />
<include name="IDR_MEDIA_INTERNALS_HTML" file="resources\media_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> <include name="IDR_MEDIA_INTERNALS_HTML" file="resources\media_internals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
......
...@@ -185,7 +185,7 @@ html[dir='rtl'] .entry .title { ...@@ -185,7 +185,7 @@ html[dir='rtl'] .entry .title {
.entry .starred { .entry .starred {
-webkit-margin-start: 4px; -webkit-margin-start: 4px;
background: url('shared/images/star_small.png') no-repeat; background: url('../shared/images/star_small.png') no-repeat;
display: inline-block; display: inline-block;
height: 11px; height: 11px;
width: 11px; width: 11px;
......
...@@ -3,9 +3,12 @@ ...@@ -3,9 +3,12 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title i18n-content="title"></title> <title i18n-content="title"></title>
<link rel="icon" href="../../app/theme/history_favicon.png"> <link rel="icon" href="chrome://theme/IDR_HISTORY_FAVICON">
<link rel="stylesheet" href="shared/css/menu.css"> <link rel="stylesheet" href="../shared/css/chrome_shared2.css">
<link rel="stylesheet" href="../shared/css/menu.css">
<link rel="stylesheet" href="../uber/uber_shared.css">
<link rel="stylesheet" href="history.css">
<script src="chrome://resources/js/event_tracker.js"></script> <script src="chrome://resources/js/event_tracker.js"></script>
<script src="chrome://resources/js/cr.js"></script> <script src="chrome://resources/js/cr.js"></script>
...@@ -15,15 +18,11 @@ ...@@ -15,15 +18,11 @@
<script src="chrome://resources/js/cr/ui/menu.js"></script> <script src="chrome://resources/js/cr/ui/menu.js"></script>
<script src="chrome://resources/js/cr/ui/position_util.js"></script> <script src="chrome://resources/js/cr/ui/position_util.js"></script>
<script src="chrome://resources/js/cr/ui/menu_button.js"></script> <script src="chrome://resources/js/cr/ui/menu_button.js"></script>
<script src="chrome://resources/js/local_strings.js"></script> <script src="chrome://resources/js/local_strings.js"></script>
<script src="chrome://history/history.js"></script> <script src="chrome://history/history.js"></script>
<script src="chrome://history/strings.js"></script> <script src="chrome://history/strings.js"></script>
<link rel="stylesheet" href="shared/css/chrome_shared2.css">
<link rel="stylesheet" href="uber/uber_shared.css">
<link rel="stylesheet" href="history.css">
</head> </head>
<body class="uber-frame" <body class="uber-frame"
i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment