From b332e5d3bdc51058b8ead952f524ef04f5fe224f Mon Sep 17 00:00:00 2001 From: primiano Date: Mon, 25 Jan 2016 08:13:05 -0800 Subject: [PATCH] Roll chromium_revision 6a04368..717238e (370362:370438) + tcmalloc Change log: https://chromium.googlesource.com/chromium/src/+log/6a04368..717238e Full diff: https://chromium.googlesource.com/chromium/src/+/6a04368..717238e Also add third_party/tcmalloc to the symlink list. As per crrev.com/1611633003 host tools require tcmalloc. No update to Clang. BUG=chromium:580777 Review URL: https://codereview.webrtc.org/1629373002 Cr-Commit-Position: refs/heads/master@{#11369} --- .gitignore | 1 + DEPS | 2 +- setup_links.py | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4811f15c2b..41d4d15784 100644 --- a/.gitignore +++ b/.gitignore @@ -132,6 +132,7 @@ /third_party/robolectric /third_party/sqlite /third_party/syzygy +/third_party/tcmalloc /third_party/usrsctp /third_party/valgrind /third_party/WebKit diff --git a/DEPS b/DEPS index 810e711483..d8c5780422 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': '4623ce800b2050be83f307f351fb5a8addf3e676', + 'chromium_revision': '717238e9faac7bdd5a7a63fffdcee77e93d48e1f', } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/setup_links.py b/setup_links.py index dc930644a9..450def9a20 100755 --- a/setup_links.py +++ b/setup_links.py @@ -99,6 +99,7 @@ if 'android' in target_os: 'third_party/modp_b64', 'third_party/requests', 'third_party/robolectric', + 'third_party/tcmalloc', 'tools/android', 'tools/grit', 'tools/telemetry',