summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
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 /components/components_tests.gyp
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 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 5cb9069..81460bd 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1234,6 +1234,7 @@
],
'variables': {
'test_suite_name': 'components_browsertests',
+ 'isolate_file': 'components_browsertests.isolate',
'java_in_dir': 'test/android/browsertests_apk',
'android_manifest_path': '<(SHARED_INTERMEDIATE_DIR)/components_browsertests_manifest/AndroidManifest.xml',
'resource_dir': 'test/android/browsertests_apk/res',
@@ -1451,6 +1452,7 @@
'targets': [
{
'target_name': 'components_unittests_apk',
+ 'isolate_file': 'components_unittests.isolate',
'type': 'none',
'dependencies': [
'components_unittests',