summaryrefslogtreecommitdiffstats
path: root/build/isolate.gypi
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-11 19:44:31 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-11 19:44:31 +0000
commit4be66601be392d43c84c4daeaa7d9a7eea97ddc8 (patch)
tree0f6dfa2929dfc3dcd99128f8b24621e632bc18f9 /build/isolate.gypi
parent695af7f53d8e321200c3370934b5a1b29a051df9 (diff)
downloadchromium_src-4be66601be392d43c84c4daeaa7d9a7eea97ddc8.zip
chromium_src-4be66601be392d43c84c4daeaa7d9a7eea97ddc8.tar.gz
chromium_src-4be66601be392d43c84c4daeaa7d9a7eea97ddc8.tar.bz2
Roll swarming_client @ 9cc42c3d4d.
This requires small changes in build/isolate.gypi, the isolate.py --variable flag was split in three. $ git log aab3a62beb..9cc42c3d4d --date=short --format="%ad %ae %s" | sed 's/@chromium\.org//' 2013-12-11 maruel Ensure variables are decoded to unicode. 2013-12-06 maruel Rename --command-variable to --extra-variables. 2013-12-06 maruel Add real variable support and split --variable in 3 different flags. 2013-12-05 vadimsh Add 'offset' parameter to StorageApi.fetch(...) method. 2013-12-05 maruel Change log message to be clearer. 2013-12-05 vadimsh Support custom HTTP headers in net.url_open. 2013-12-03 vadimsh Remove urllib2 support. 2013-12-03 vadimsh Wait for Storage's internal threads to finish before exiting. 2013-12-03 vadimsh Fix swarming_smoke_test.py and isolateserver_test.py. R=vadimsh@chromium.org BUG=324911 Review URL: https://codereview.chromium.org/105933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240155 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/isolate.gypi')
-rw-r--r--build/isolate.gypi12
1 files changed, 8 insertions, 4 deletions
diff --git a/build/isolate.gypi b/build/isolate.gypi
index d1dd1a7..2c667de 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -33,6 +33,9 @@
#
# The generated .isolated file will be:
# <(PRODUCT_DIR)/foo_test.isolated
+#
+# See http://dev.chromium.org/developers/testing/isolated-testing/for-swes
+# for more information.
{
'rules': [
@@ -43,7 +46,6 @@
# Files that are known to be involved in this step.
'<(DEPTH)/tools/swarming_client/isolate.py',
'<(DEPTH)/tools/swarming_client/run_isolated.py',
- '<(DEPTH)/tools/swarming_client/googletest/run_test_cases.py',
# Disable file tracking by the build driver for now. This means the
# project must have the proper build-time dependency for their runtime
@@ -66,8 +68,8 @@
'<(test_isolation_mode)',
# Variables should use the -V FOO=<(FOO) form so frequent values,
# like '0' or '1', aren't stripped out by GYP.
- '--variable', 'PRODUCT_DIR', '<(PRODUCT_DIR) ',
- '--variable', 'OS=<(OS)',
+ '--path-variable', 'PRODUCT_DIR', '<(PRODUCT_DIR) ',
+ '--config-variable', 'OS=<(OS)',
'--result', '<@(_outputs)',
'--isolate', '<(RULE_INPUT_PATH)',
],
@@ -76,7 +78,9 @@
['OS=="mac"', {
# <(mac_product_name) can contain a space, so don't use FOO=<(FOO)
# form.
- 'action': [ '--variable', 'mac_product_name', '<(mac_product_name)' ],
+ 'action': [
+ '--extra-variable', 'mac_product_name', '<(mac_product_name)',
+ ],
}],
["test_isolation_outdir==''", {
# GYP will eliminate duplicate arguments so '<(PRODUCT_DIR)' cannot