summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rwxr-xr-xchrome/app/theme/new_browser_window.pngbin0 -> 4583 bytes
-rwxr-xr-xchrome/app/theme/tab_overview.pngbin0 -> 4404 bytes
-rw-r--r--chrome/app/theme/theme_resources.grd5
-rw-r--r--chrome/chrome.gyp5
4 files changed, 10 insertions, 0 deletions
diff --git a/chrome/app/theme/new_browser_window.png b/chrome/app/theme/new_browser_window.png
new file mode 100755
index 0000000..6ed666b
--- /dev/null
+++ b/chrome/app/theme/new_browser_window.png
Binary files differ
diff --git a/chrome/app/theme/tab_overview.png b/chrome/app/theme/tab_overview.png
new file mode 100755
index 0000000..a6afc03
--- /dev/null
+++ b/chrome/app/theme/tab_overview.png
Binary files differ
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index e31dcd6..e970f46 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -299,6 +299,11 @@
<include name="IDR_WIZARD_ICON_RTL" file="chromium/wizard_icon_rtl.png" type="BINDATA" />
<include name="IDR_PRODUCT_ICON_32" file="chromium/chromium_icon_32.png" type="BINDATA" />
</if>
+
+ <if expr="pp_ifdef('linux2')">
+ <include name="IDR_NEW_BROWSER_WINDOW_ICON" file="new_browser_window.png" type="BINDATA" />
+ <include name="IDR_TAB_OVERVIEW_BUTTON_ICON" file="tab_overview.png" type="BINDATA" />
+ </if>
</includes>
</release>
</grit>
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index c5184bb..ef48b56 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -234,6 +234,11 @@
],
}]
],
+ 'conditions': [
+ ['linux2==1', {
+ 'action': ['-D', 'linux2'],
+ }],
+ ],
'message': 'Generating resources from <(input_path)',
},
],