Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: content/test/gpu/gpu_tests/webgl_conformance_integration_test.py

Issue 2884643003: Rename android-webview-shell to android-webview-instrumentation (Closed)
Patch Set: format change Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py b/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
index 1946d6c63a6ed323b36933c596c1f07784d22202..81baa386803f199ea2886765702cbd5fd39df054 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
@@ -288,7 +288,7 @@ class WebGLConformanceIntegrationTest(gpu_integration_test.GpuIntegrationTest):
])
browser = browser_finder.FindBrowser(browser_options.finder_options)
if (browser.target_os.startswith('android') and
- browser.browser_type == 'android-webview-shell'):
+ browser.browser_type == 'android-webview-instrumentation'):
# TODO(kbr): this is overly broad. We'd like to do this only on
# Nexus 9. It'll go away shortly anyway. crbug.com/499928
#

Powered by Google App Engine
This is Rietveld 408576698