summaryrefslogtreecommitdiffstats
path: root/android_webview/android_webview_tests.gypi
diff options
context:
space:
mode:
authordalecurtis <dalecurtis@chromium.org>2016-03-11 08:32:26 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-11 16:34:02 +0000
commit43631fe1435e3c79467550b2cf797383d4cba8e6 (patch)
tree4ff5f7aa5038cce391e760eff220f0c46554e695 /android_webview/android_webview_tests.gypi
parentb09acb30bb05049938812b2600a57fd57f9b2fdc (diff)
downloadchromium_src-43631fe1435e3c79467550b2cf797383d4cba8e6.zip
chromium_src-43631fe1435e3c79467550b2cf797383d4cba8e6.tar.gz
chromium_src-43631fe1435e3c79467550b2cf797383d4cba8e6.tar.bz2
Flip proprietary codecs to false for Android chromium builds.
Official builds still using branding=Chrome so they will continue to support codecs and containers like h264, mp3, aac, and mp4. Adds support for video/webm videos using vp8,vorbis to the webview tests so they will continue to work w/o proprietary codecs. We have approval to do this now. Summary will be posted to the src= launch bug: http://crbug.com/533190#c17 This will require some changes to the build flags for the official WebView AOSP builders, which I'll land shortly after this. BUG=570762 TEST=webview tests pass. Review URL: https://codereview.chromium.org/1577433004 Cr-Commit-Position: refs/heads/master@{#380649}
Diffstat (limited to 'android_webview/android_webview_tests.gypi')
-rw-r--r--android_webview/android_webview_tests.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index ab92ffc..c87b792 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -34,7 +34,7 @@
'<(asset_location)/full_screen_video_test.html',
'<(asset_location)/full_screen_video_inside_div_test.html',
'<(asset_location)/multiple_videos_test.html',
- '<(asset_location)/video.mp4',
+ '<(asset_location)/video.webm',
'<(asset_location)/visual_state_during_fullscreen_test.html',
'<(asset_location)/visual_state_waits_for_js_test.html',
'<(asset_location)/visual_state_waits_for_js_detached_test.html',
@@ -62,7 +62,7 @@
'<(java_in_dir)/assets/full_screen_video_test.html',
'<(java_in_dir)/assets/full_screen_video_inside_div_test.html',
'<(java_in_dir)/assets/multiple_videos_test.html',
- '<(java_in_dir)/assets/video.mp4',
+ '<(java_in_dir)/assets/video.webm',
'<(java_in_dir)/assets/visual_state_during_fullscreen_test.html',
'<(java_in_dir)/assets/visual_state_waits_for_js_test.html',
'<(java_in_dir)/assets/visual_state_waits_for_js_detached_test.html',