aboutsummaryrefslogtreecommitdiff
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org>2014-09-30 08:34:57 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org>2014-09-30 08:34:57 +0000
commit02cd3067d2338239052d98a193b4fe13be5bbdfd (patch)
treeea795a12c1a94ff973b25b2838c742e0137d28b9 /PRESUBMIT.py
parent359d72000483f4f44da864549eeebcfea70361f0 (diff)
downloadwebrtc-02cd3067d2338239052d98a193b4fe13be5bbdfd.tar.gz
Update isolate.gypi files + link to isolate_driver.py
This updates the isolate.gypi copies we're forced to maintain in our code repo to Chromium revision c264a05. Since isolated testing is now using a new launch script in tools: isolate_driver.py, that is added to our links script. BUG=395700 TESTED=Ran one of our tests with: ninja -C out/Release tools_unittests_run tools/isolate_driver.py run --isolated out/Release/tools_unittests.isolated --isolate webrtc/tools/tools_unittests.isolate R=henrika@webrtc.org, jam@chromium.org Review URL: https://webrtc-codereview.appspot.com/26649004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7327 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-xPRESUBMIT.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 1d823184f5..c315717185 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -186,6 +186,7 @@ def _CommonChecks(input_api, output_api):
r'^tools/clang/.*\.py$',
r'^tools/gn/.*\.py$',
r'^tools/gyp/.*\.py$',
+ r'^tools/isolate_driver.py$',
r'^tools/perf_expectations/.*\.py$',
r'^tools/protoc_wrapper/.*\.py$',
r'^tools/python/.*\.py$',