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',