diff --git a/DEPS b/DEPS index f5009e2233..fda29b83bd 100644 --- a/DEPS +++ b/DEPS @@ -10,7 +10,7 @@ vars = { # If you do not know, use the full path while defining your new deps entry. "googlecode_url": "http://%s.googlecode.com/svn", "chromium_trunk" : "http://src.chromium.org/svn/trunk", - "chromium_revision": "169394", + "chromium_revision": "176094", # External resources like video and audio files used for testing purposes. # Downloaded on demand when needed. diff --git a/third_party/libvpx/libvpx.gyp b/third_party/libvpx/libvpx.gyp index b63bef3550..a13e975204 100644 --- a/third_party/libvpx/libvpx.gyp +++ b/third_party/libvpx/libvpx.gyp @@ -347,11 +347,11 @@ ], 'conditions': [ ['asan==1', { - 'cflags!': [ '-faddress-sanitizer', ], + 'cflags!': [ '-fsanitize=address', ], 'xcode_settings': { - 'OTHER_CFLAGS!': [ '-faddress-sanitizer', ], + 'OTHER_CFLAGS!': [ '-fsanitize=address', ], }, - 'ldflags!': [ '-faddress-sanitizer', ], + 'ldflags!': [ '-fsanitize=address', ], }], ], 'sources': [