| Index: chrome/browser/browser_resources.grd
|
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
|
| index 134adae244982f0c4eea2b7e2de215334d8da0dc..3a5ce14b45b54c535cc03e3c8a7a116f8e427145 100644
|
| --- a/chrome/browser/browser_resources.grd
|
| +++ b/chrome/browser/browser_resources.grd
|
| @@ -17,8 +17,10 @@ without changes to the corresponding grd file. ek -->
|
| <if expr="os == 'linux2'">
|
| <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_linux.html" flattenhtml="true" type="BINDATA" />
|
| </if>
|
| -
|
| - <if expr="os != 'linux2'">
|
| + <if expr="os == 'darwin'">
|
| + <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_mac.html" flattenhtml="true" type="BINDATA" />
|
| + </if>
|
| + <if expr="os != 'linux2' and os != 'darwin'">
|
| <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="BINDATA" />
|
| </if>
|
|
|
|
|