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
This commit is contained in:
kjellander@webrtc.org
2014-08-25 14:16:32 +00:00
parent 42ee5b54b5
commit c23923447c
6 changed files with 22 additions and 84 deletions

View File

@@ -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')