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

Unified Diff: android_webview/android_webview_tests.gypi

Issue 1918733002: Make android_webview_test fit isolate naming convention. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « android_webview/android_webview_test_data.isolate ('k') | android_webview/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview_tests.gypi
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index d903882b5ccec317a31f4102af960dbe9736edfe..35877b5a8caa4c879ebc88c0bb90836ffbe493b4 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -116,7 +116,7 @@
'java_in_dir': '../android_webview/javatests',
'is_test_apk': 1,
'test_type': 'instrumentation',
- 'isolate_file': 'android_webview_test_apk.isolate',
+ 'isolate_file': 'android_webview_test_data.isolate',
},
'includes': [
'../build/java_apk.gypi',
@@ -256,7 +256,7 @@
'../build/isolate.gypi',
],
'sources': [
- 'android_webview_test_apk_run.isolate',
+ 'android_webview_test_apk.isolate',
],
},
{
« no previous file with comments | « android_webview/android_webview_test_data.isolate ('k') | android_webview/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698