summaryrefslogtreecommitdiffstats
path: root/android_webview/android_webview_tests.gypi
diff options
context:
space:
mode:
authorigsolla <igsolla@chromium.org>2015-02-19 10:14:04 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-19 18:14:40 +0000
commit09dd483ed39867502d9e036e511d118da36b13eb (patch)
treeab5fd6336b4d160c49fccac866777545cc1b300d /android_webview/android_webview_tests.gypi
parent2df221e4be8e76b2c0b9ba4db79eb358605430ff (diff)
downloadchromium_src-09dd483ed39867502d9e036e511d118da36b13eb.zip
chromium_src-09dd483ed39867502d9e036e511d118da36b13eb.tar.gz
chromium_src-09dd483ed39867502d9e036e511d118da36b13eb.tar.bz2
[WebView] Tests for visual state during fullscreen transitions.
We add tests that verify that VisualStateCallbacks are delivered correctly during fullscreen transitions. BUG=459044 Review URL: https://codereview.chromium.org/941713002 Cr-Commit-Position: refs/heads/master@{#317077}
Diffstat (limited to 'android_webview/android_webview_tests.gypi')
-rw-r--r--android_webview/android_webview_tests.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index 845aedf..e242a6e 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -32,6 +32,7 @@
'<(asset_location)/full_screen_video_inside_div_test.html',
'<(asset_location)/multiple_videos_test.html',
'<(asset_location)/video.mp4',
+ '<(asset_location)/visual_state_during_fullscreen_test.html',
'<(asset_location)/visual_state_waits_for_js_test.html',
'<@(snapshot_additional_input_paths)',
],
@@ -58,6 +59,7 @@
'<(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/visual_state_during_fullscreen_test.html',
'<(java_in_dir)/assets/visual_state_waits_for_js_test.html',
'<@(snapshot_copy_files)',
],