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

Unified Diff: components/version_ui/resources/about_version.html

Issue 1332353003: Move resources for version_ui to //components/version_ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « components/version_ui/resources/about_version.css ('k') | components/version_ui/resources/about_version.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_ui/resources/about_version.html
diff --git a/chrome/browser/resources/about_version.html b/components/version_ui/resources/about_version.html
similarity index 97%
rename from chrome/browser/resources/about_version.html
rename to components/version_ui/resources/about_version.html
index 1973db19329939b002ce1669cd85b33fbcca3cd5..e5f02cb58584c3f0afe0b9d8f61acda3c0e933a8 100644
--- a/chrome/browser/resources/about_version.html
+++ b/components/version_ui/resources/about_version.html
@@ -31,7 +31,7 @@ about:version template page
<img src="chrome://theme/IDR_PRODUCT_LOGO">
</if>
<if expr="not enable_themes">
- <img src="../../app/theme/default_100_percent/%DISTRIBUTION%/product_logo.png">
+ <img src="../../../chrome/app/theme/default_100_percent/%DISTRIBUTION%/product_logo.png">
droger 2015/09/14 15:31:19 dbeam: Even though it works as is, this dependenc
Dan Beam 2015/09/16 01:19:19 why are you not sure we'd want to do that?
droger 2015/09/16 15:07:16 Because it involves setting up an infrastructure t
Dan Beam 2015/09/16 17:13:56 it's possible, but not simpler. it'd probably als
droger 2015/10/13 16:30:17 Done. The resource has been moved to components.
</if>
<div id="company" i18n-content="company"></div>
<div id="copyright" i18n-content="copyright"></div>
« no previous file with comments | « components/version_ui/resources/about_version.css ('k') | components/version_ui/resources/about_version.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698