| Index: chrome/browser/browser_resources.grd
|
| diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
|
| index d97e5904a9a82b3f8ac24fd80ae8096b5275df7f..d553dd5232c815df1cc751144727b1c3c4718cb9 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" />
|
|
|