| Index: chrome/browser/browser_resources.grd
|
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
|
| index 7b20ac9b652130b3be2716dfe452bffe2b2053f2..2ff4cf6f16fa597ff4b0929fe5a1e9d17502b1e9 100644
|
| --- a/chrome/browser/browser_resources.grd
|
| +++ b/chrome/browser/browser_resources.grd
|
| @@ -12,13 +12,13 @@
|
| <if expr="os.find('win') != -1">
|
| <include name="IDR_ABOUT_CONFLICTS_HTML" file="resources\about_conflicts.html" flattenhtml="true" type="BINDATA" />
|
| </if>
|
| - <if expr="os == 'linux2' or os.find('bsd') != -1">
|
| + <if expr="os == 'linux2' or os.find('bsd') != -1 or os == 'sunos5'">
|
| <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory_linux.html" flattenhtml="true" type="BINDATA" />
|
| </if>
|
| <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' and os.find('bsd') == -1">
|
| + <if expr="os != 'linux2' and os != 'darwin' and os.find('bsd') == -1 and os != 'sunos5'">
|
| <include name="IDR_ABOUT_MEMORY_HTML" file="resources\about_memory.html" flattenhtml="true" type="BINDATA" />
|
| </if>
|
| <include name="IDR_ABOUT_STATS_HTML" file="resources\about_stats.html" flattenhtml="true" type="BINDATA" />
|
|
|