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

Unified Diff: chrome/browser/browser_resources.grd

Issue 10693002: HiDPI gear icon for about:memory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reland r144395 (was reverted in r144396) Created 8 years, 6 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 | « no previous file | chrome/browser/resources/shared/images/2x/gear.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_resources.grd
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index b24eee1e2205f73b6b4e5fff13db601e04796c1c..e778c21f74daf2fdeb815d7868b63233d51f5392 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -8,6 +8,17 @@
<output filename="browser_resources.rc" type="rc_all" />
</outputs>
<release seq="1">
+ <structures>
+ <if expr="is_posix and not is_macosx">
+ <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_linux.html" flattenhtml="true" type="chrome_html" />
+ </if>
+ <if expr="is_macosx">
+ <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac.html" flattenhtml="true" type="chrome_html" />
+ </if>
+ <if expr="is_win">
+ <structure name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="chrome_html" />
+ </if>
+ </structures>
<includes>
<if expr="is_win">
<include name="IDR_ABOUT_CONFLICTS_HTML" file="resources\about_conflicts.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
@@ -15,15 +26,6 @@
</if>
<include name="IDR_ABOUT_FLASH_HTML" file="resources\about_flash.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_ABOUT_FLASH_JS" file="resources\about_flash.js" type="BINDATA" />
- <if expr="is_posix and not is_macosx">
- <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_linux.html" flattenhtml="true" type="BINDATA" />
- </if>
- <if expr="is_macosx">
- <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac.html" flattenhtml="true" type="BINDATA" />
- </if>
- <if expr="is_win">
- <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="BINDATA" />
- </if>
<include name="IDR_ABOUT_MEMORY_JS" file="resources\about_memory.js" type="BINDATA" />
<include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_ABOUT_STATS_JS" file="resources\about_stats.js" type="BINDATA" />
« no previous file with comments | « no previous file | chrome/browser/resources/shared/images/2x/gear.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698