diff options
author | stip <stip@chromium.org> | 2016-02-05 18:43:44 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-06 02:45:23 +0000 |
commit | 88a0e8327da099a5142fe3c19fc218ede727cac4 (patch) | |
tree | d1914e77a4672fd76b2ae954e3d9f5c350ea96cf /sandbox | |
parent | e66c37efc41260703512de5da3cff64037aca722 (diff) | |
download | chromium_src-88a0e8327da099a5142fe3c19fc218ede727cac4.zip chromium_src-88a0e8327da099a5142fe3c19fc218ede727cac4.tar.gz chromium_src-88a0e8327da099a5142fe3c19fc218ede727cac4.tar.bz2 |
Change sandbox android swarming target to fit convention.
Even though sandbox_linux_unittests isn't an apk on android, the gtest test generator expects _apk_run as the target. This changes the target to fit convention.
BUG=525873
Review URL: https://codereview.chromium.org/1673523002
Cr-Commit-Position: refs/heads/master@{#374000}
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/linux/sandbox_linux.gypi | 4 | ||||
-rw-r--r-- | sandbox/sandbox_linux_unittests_apk.isolate (renamed from sandbox/sandbox_linux_unittests_android.isolate) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/linux/sandbox_linux.gypi b/sandbox/linux/sandbox_linux.gypi index f5b3e0f..9576802 100644 --- a/sandbox/linux/sandbox_linux.gypi +++ b/sandbox/linux/sandbox_linux.gypi @@ -410,7 +410,7 @@ ['test_isolation_mode != "noop"', { 'targets': [ { - 'target_name': 'sandbox_linux_unittests_android_run', + 'target_name': 'sandbox_linux_unittests_apk_run', 'type': 'none', 'dependencies': [ 'sandbox_linux_unittests', @@ -419,7 +419,7 @@ '../../build/isolate.gypi', ], 'sources': [ - '../sandbox_linux_unittests_android.isolate', + '../sandbox_linux_unittests_apk.isolate', ], }, ], diff --git a/sandbox/sandbox_linux_unittests_android.isolate b/sandbox/sandbox_linux_unittests_apk.isolate index b9aaf51..b9aaf51 100644 --- a/sandbox/sandbox_linux_unittests_android.isolate +++ b/sandbox/sandbox_linux_unittests_apk.isolate |