Commit c00fe466 authored by Michael Thiessen's avatar Michael Thiessen Committed by Commit Bot

Remove ".dd" extension from VR icons

Bug: 834499
Change-Id: I673de864b05a6e6e30a848631d15dce3743ca946
Reviewed-on: https://chromium-review.googlesource.com/1023049Reviewed-by: default avatarRichard Coles <torne@chromium.org>
Reviewed-by: default avataragrieve <agrieve@chromium.org>
Commit-Queue: Michael Thiessen <mthiesse@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552773}
parent 50b548d2
...@@ -55,8 +55,8 @@ _PNG_WEBP_BLACKLIST_PATTERN = re.compile('|'.join([ ...@@ -55,8 +55,8 @@ _PNG_WEBP_BLACKLIST_PATTERN = re.compile('|'.join([
r'.*star_gray\.png', r'.*star_gray\.png',
# Android requires pngs for 9-patch images. # Android requires pngs for 9-patch images.
r'.*\.9\.png', r'.*\.9\.png',
# Daydream (*.dd) requires pngs for icon files. # Daydream requires pngs for icon files.
r'.*\.dd\.png'])) r'daydream_icon_.*\.png']))
# Regular expression for package declaration in 'aapt dump resources' output. # Regular expression for package declaration in 'aapt dump resources' output.
_RE_PACKAGE_DECLARATION = re.compile( _RE_PACKAGE_DECLARATION = re.compile(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment