| Index: chrome/browser/browser_resources.grd
|
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
|
| index bb0241c839be6667ed0c3ba5180595c92c584516..8c0fa2791a8c9adca567611eb37d830b4bbc30ad 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>
|
|
|
|
|