diff options
author | yolandyan <yolandyan@google.com> | 2015-11-06 17:29:54 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-07 01:31:20 +0000 |
commit | 321bee98593435e1b55a9583622c9e08de65cb0b (patch) | |
tree | 37d5c1c7a1f63f796d79be7159e16defd87781ec /android_webview | |
parent | 3ac1fb5fc21a8df5f4740e765f0fb3bdef376c2a (diff) | |
download | chromium_src-321bee98593435e1b55a9583622c9e08de65cb0b.zip chromium_src-321bee98593435e1b55a9583622c9e08de65cb0b.tar.gz chromium_src-321bee98593435e1b55a9583622c9e08de65cb0b.tar.bz2 |
Change isolate file name
BUG=
Review URL: https://codereview.chromium.org/1407423005
Cr-Commit-Position: refs/heads/master@{#358487}
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/android_webview_shell.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/android_webview_shell.gyp b/android_webview/android_webview_shell.gyp index 89b7785..c9bf96e 100644 --- a/android_webview/android_webview_shell.gyp +++ b/android_webview/android_webview_shell.gyp @@ -63,7 +63,7 @@ 'java_in_dir': '../android_webview/tools/WebViewShellTest', 'is_test_apk': 1, 'test_type': 'instrumentation', - 'isolate_file': 'android_webview_shell_test_apk.isolate', + 'isolate_file': 'system_webview_shell_test_apk.isolate', 'android_manifest_path': '../android_webview/tools/WebViewShellTest/AndroidManifest.xml', }, 'includes': [ |