aboutsummaryrefslogtreecommitdiff
path: root/setup_links.py
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org>2014-09-30 08:44:00 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org>2014-09-30 08:44:00 +0000
commit8cad9432d554f9117faf147dcbaeabd6f7968e63 (patch)
tree9e9d5f6d0e3173b9c021445ed26127c24b3e16a7 /setup_links.py
parent02cd3067d2338239052d98a193b4fe13be5bbdfd (diff)
downloadwebrtc-8cad9432d554f9117faf147dcbaeabd6f7968e63.tar.gz
Revert 7327 "Update isolate.gypi files + link to isolate_driver.py"
Breaks debug compilation (didn't run all trybots when testing this). > 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 TBR=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/31509004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7328 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'setup_links.py')
-rwxr-xr-xsetup_links.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup_links.py b/setup_links.py
index 6682975fb7..c403ca8249 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -85,7 +85,6 @@ if 'android' in get_target_os_list():
FILES = {
'.gn': None,
'tools/find_depot_tools.py': None,
- 'tools/isolate_driver.py': None,
'third_party/BUILD.gn': None,
}