diff --git a/.gn b/.gn index 7edbc59567..460eae677e 100644 --- a/.gn +++ b/.gn @@ -41,6 +41,7 @@ exec_script_whitelist = [ "//build/config/win/visual_studio_version.gni", "//build/gn_helpers.py", "//build/gypi_to_gn.py", + "//build/toolchain/concurrent_links.gni", "//build/toolchain/gcc_toolchain.gni", "//build/toolchain/mac/BUILD.gn", "//build/toolchain/win/BUILD.gn", diff --git a/DEPS b/DEPS index c0ea65f373..5708c39bd6 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': '086802955ffbe67f0a2de987822ae8d18dd5353d', + 'chromium_revision': '7fa6701bc5183bd5a73203d4fe1309f75ccfd5b4', } # NOTE: Use http rather than https; the latter can cause problems for users diff --git a/webrtc/supplement.gypi b/webrtc/supplement.gypi index f1974d73d8..1915205c46 100644 --- a/webrtc/supplement.gypi +++ b/webrtc/supplement.gypi @@ -29,6 +29,10 @@ # libjingle_peerconnection_so file size. 'libyuv_disable_jpeg%': 1, }], + ['OS=="android" and target_arch=="mipsel"', { + # Linking fails with the gold linker: bugs.webrtc.org/5977. + 'linux_use_bundled_gold%': 0, + }], ], }, 'target_defaults': {