summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorivankr@chromium.org <ivankr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-28 13:09:53 +0000
committerivankr@chromium.org <ivankr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-28 13:09:53 +0000
commitb98285582ba5cc49ad4f91ea5895d7354dad5218 (patch)
tree5026d80671de3d5c21fcde063a6761191852a597 /chrome/app
parent6cfccd12651f37b2e91c54e16caaac10eb442840 (diff)
downloadchromium_src-b98285582ba5cc49ad4f91ea5895d7354dad5218.zip
chromium_src-b98285582ba5cc49ad4f91ea5895d7354dad5218.tar.gz
chromium_src-b98285582ba5cc49ad4f91ea5895d7354dad5218.tar.bz2
[cros] Add camera mirror flip icon.
BUG=122764 TEST=None Review URL: https://chromiumcodereview.appspot.com/10692007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144706 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/theme/default_100_percent/mirror_flip.pngbin0 -> 845 bytes
-rw-r--r--chrome/app/theme/default_200_percent/mirror_flip.pngbin0 -> 1558 bytes
-rw-r--r--chrome/app/theme/theme_resources_standard.grd3
-rw-r--r--chrome/app/theme/touch_100_percent/mirror_flip.pngbin0 -> 845 bytes
-rw-r--r--chrome/app/theme/touch_200_percent/mirror_flip.pngbin0 -> 1558 bytes
5 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/theme/default_100_percent/mirror_flip.png b/chrome/app/theme/default_100_percent/mirror_flip.png
new file mode 100644
index 0000000..9cc08d0
--- /dev/null
+++ b/chrome/app/theme/default_100_percent/mirror_flip.png
Binary files differ
diff --git a/chrome/app/theme/default_200_percent/mirror_flip.png b/chrome/app/theme/default_200_percent/mirror_flip.png
new file mode 100644
index 0000000..69b0942
--- /dev/null
+++ b/chrome/app/theme/default_200_percent/mirror_flip.png
Binary files differ
diff --git a/chrome/app/theme/theme_resources_standard.grd b/chrome/app/theme/theme_resources_standard.grd
index ef58104..f4ca6d8 100644
--- a/chrome/app/theme/theme_resources_standard.grd
+++ b/chrome/app/theme/theme_resources_standard.grd
@@ -202,6 +202,9 @@
<structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_SELECTED_KEYWORD_BACKGROUND_C" file="keyword_search_bubble_c.png" />
<structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_SELECTED_KEYWORD_BACKGROUND_L" file="keyword_search_bubble_l.png" />
<structure type="chrome_scaled_image" name="IDR_LOCATION_BAR_SELECTED_KEYWORD_BACKGROUND_R" file="keyword_search_bubble_r.png" />
+ <if expr="pp_ifdef('chromeos')">
+ <structure type="chrome_scaled_image" name="IDR_MIRROR_FLIP" file="mirror_flip.png" />
+ </if>
<structure type="chrome_scaled_image" name="IDR_MOBILE" file="mobile.png" />
<structure type="chrome_scaled_image" name="IDR_MOBILE_LIT" file="mobile_lit.png" />
<if expr="pp_ifdef('toolkit_views')">
diff --git a/chrome/app/theme/touch_100_percent/mirror_flip.png b/chrome/app/theme/touch_100_percent/mirror_flip.png
new file mode 100644
index 0000000..9cc08d0
--- /dev/null
+++ b/chrome/app/theme/touch_100_percent/mirror_flip.png
Binary files differ
diff --git a/chrome/app/theme/touch_200_percent/mirror_flip.png b/chrome/app/theme/touch_200_percent/mirror_flip.png
new file mode 100644
index 0000000..69b0942
--- /dev/null
+++ b/chrome/app/theme/touch_200_percent/mirror_flip.png
Binary files differ