summaryrefslogtreecommitdiffstats
path: root/sync/sync_tests.gypi
diff options
context:
space:
mode:
authormikecase <mikecase@chromium.org>2015-06-02 17:57:26 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-03 00:57:52 +0000
commit56d80d7a4c1ff50bf21112486cc9b2308c7e7bf0 (patch)
treeb19a067f455f69dcf4e05e7a15380637f6c29392 /sync/sync_tests.gypi
parent96194133f54c1b396995022d82b55d289b468ea5 (diff)
downloadchromium_src-56d80d7a4c1ff50bf21112486cc9b2308c7e7bf0.zip
chromium_src-56d80d7a4c1ff50bf21112486cc9b2308c7e7bf0.tar.gz
chromium_src-56d80d7a4c1ff50bf21112486cc9b2308c7e7bf0.tar.bz2
[Android] Generate scripts at build time to run android tests.
Making changes so that at build time scripts will be generated that can be used to easily run tests. BUG=490781 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1120883002 Cr-Commit-Position: refs/heads/master@{#332518}
Diffstat (limited to 'sync/sync_tests.gypi')
-rw-r--r--sync/sync_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index eba5872..2b52e61b 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -499,6 +499,7 @@
],
'variables': {
'test_suite_name': 'sync_unit_tests',
+ 'isolate_file': 'sync_unit_tests.isolate',
},
'includes': [ '../build/apk_test.gypi' ],
},