diff --git a/DEPS b/DEPS index f58459ef73..2bf4da1ec3 100644 --- a/DEPS +++ b/DEPS @@ -6,7 +6,7 @@ vars = { 'extra_gyp_flag': '-Dextra_gyp_flag=0', 'chromium_git': 'https://chromium.googlesource.com', - 'chromium_revision': 'ba603a096944e16f5ac757c2a513b01a080cb3db', + 'chromium_revision': '029c2f4532cae3def6455b83942820fe9e9c0622', } # NOTE: Use http rather than https; the latter can cause problems for users diff --git a/setup_links.py b/setup_links.py index 8df6171692..681f9cc524 100755 --- a/setup_links.py +++ b/setup_links.py @@ -64,6 +64,7 @@ DIRECTORIES = [ 'third_party/usrsctp', 'third_party/yasm', 'third_party/zlib', + 'third_party/WebKit', # TODO(kjellander): Remove, see webrtc:5629. 'tools/clang', 'tools/generate_library_loader', 'tools/generate_stubs',