Commit 43e6a6d0 authored by dpranke's avatar dpranke Committed by Commit bot

Fix typo in gn_isolate_map.pyl.

This fixes a typo introduced r419404, where the GN label for
webapk_shell_apk_junit_tests had one too many leading slashes.

TBR=brettw@chromium.org
NOTRY=true
BUG=555273

Review-Url: https://codereview.chromium.org/2349993002
Cr-Commit-Position: refs/heads/master@{#419409}
parent 4d122dd4
...@@ -909,7 +909,7 @@ ...@@ -909,7 +909,7 @@
"type": "junit_test", "type": "junit_test",
}, },
"webapk_shell_apk_junit_tests": { "webapk_shell_apk_junit_tests": {
"label": "///chrome/android/webapk/shell_apk:webapk_shell_apk_junit_tests", "label": "//chrome/android/webapk/shell_apk:webapk_shell_apk_junit_tests",
"type": "junit_test", "type": "junit_test",
}, },
"webkit_unit_tests": { "webkit_unit_tests": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment