summaryrefslogtreecommitdiffstats
path: root/android_webview/android_webview_tests.gypi
diff options
context:
space:
mode:
authorigsolla <igsolla@chromium.org>2014-10-17 08:11:25 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-17 15:11:45 +0000
commit2d50461c7f3a529c880bdab509d9d560a047890c (patch)
tree34a3b5788adee0df0bc0ea89179ec1e66d80be7d /android_webview/android_webview_tests.gypi
parent2ad71571d47dea2dfef40f9c8f2a16440012b142 (diff)
downloadchromium_src-2d50461c7f3a529c880bdab509d9d560a047890c.zip
chromium_src-2d50461c7f3a529c880bdab509d9d560a047890c.tar.gz
chromium_src-2d50461c7f3a529c880bdab509d9d560a047890c.tar.bz2
[aw] Fullscreen tests for non-media elements.
It is very common to go fullscreen on a div containing a video element with custom html controls, so we test that scenario. We also rename AwContentsClientFullScreenVideoTest to AwContentsClientFullScreenTest as this class is now testing the fullscreen API for all types of elements. This change depends on: https://codereview.chromium.org/618013003/ BUG=398485 Review URL: https://codereview.chromium.org/639923003 Cr-Commit-Position: refs/heads/master@{#300110}
Diffstat (limited to 'android_webview/android_webview_tests.gypi')
-rw-r--r--android_webview/android_webview_tests.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index ff7f2af..7feab4f 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -25,7 +25,9 @@
'<(PRODUCT_DIR)/android_webview_apk/assets/asset_file.html',
'<(PRODUCT_DIR)/android_webview_apk/assets/cookie_test.html',
'<(PRODUCT_DIR)/android_webview_apk/assets/asset_icon.png',
+ '<(PRODUCT_DIR)/android_webview_apk/assets/full_screen_video.js',
'<(PRODUCT_DIR)/android_webview_apk/assets/full_screen_video_test.html',
+ '<(PRODUCT_DIR)/android_webview_apk/assets/full_screen_video_inside_div_test.html',
],
'conditions': [
['icu_use_data_file_flag==1', {
@@ -44,7 +46,9 @@
'<(java_in_dir)/assets/asset_file.html',
'<(java_in_dir)/assets/asset_icon.png',
'<(java_in_dir)/assets/cookie_test.html',
+ '<(java_in_dir)/assets/full_screen_video.js',
'<(java_in_dir)/assets/full_screen_video_test.html',
+ '<(java_in_dir)/assets/full_screen_video_inside_div_test.html',
],
'conditions': [
['icu_use_data_file_flag==1', {