aboutsummaryrefslogtreecommitdiff
path: root/setup_links.py
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org>2014-08-25 14:16:32 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org>2014-08-25 14:16:32 +0000
commitc23923447c1a2b2a01a0796778281ee739956c48 (patch)
tree49a533bd28bf837547a8ec3164169a8754ec0829 /setup_links.py
parent42ee5b54b59d766066bac540c3e8ddf7d49b649f (diff)
downloadwebrtc-c23923447c1a2b2a01a0796778281ee739956c48.tar.gz
Roll chromium_revision 289723:291647
To pick up recent fixes after the Chromium Git switch. Relevant changes pulled in by this roll: * r291168 refactor sanitizer_options (we can now remove some hacks) * r291647 roll of nss.gyp (its paths work with how we build for iOS). BUG=2863,3731 R=iannucci@chromium.org, tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/22489004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6967 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'setup_links.py')
-rwxr-xr-xsetup_links.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/setup_links.py b/setup_links.py
index 2fea2c352a..81da2f7857 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -78,11 +78,6 @@ FILES = {
'.gn': None,
'tools/find_depot_tools.py': None,
'third_party/BUILD.gn': None,
-
- # This can be removed after https://codereview.chromium.org/357623003/ is
- # landed and WebRTC is refactored+rolled past that Chromium revision.
- 'base/debug/sanitizer_options.cc': (
- 'tools/sanitizer_options/sanitizer_options.cc'),
}
CHROMIUM_CHECKOUT = os.path.join('chromium', 'src')