diff --git a/.gitignore b/.gitignore index 7c4c69f67..c93bf2e25 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ pin-log.txt /third_party/bouncycastle /third_party/BUILD.gn /third_party/catapult +/third_party/ced /third_party/closure_compiler /third_party/drmemory /third_party/gflags/src diff --git a/DEPS b/DEPS index aa00687f2..fd713185d 100644 --- a/DEPS +++ b/DEPS @@ -7,7 +7,7 @@ vars = { # Roll the Chromium Git hash to pick up newer versions of all the # dependencies and tools linked to in setup_links.py. - 'chromium_revision': '33f87688e4d164cf8f2ada5b4d01a04468807a11', + 'chromium_revision': '941118827f5240dedb40082cffb1ead6c6d621cc', } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/setup_links.py b/setup_links.py index 81d74be85..dd9a57e2a 100755 --- a/setup_links.py +++ b/setup_links.py @@ -71,6 +71,7 @@ if 'android' in target_os: 'third_party/ashmem', 'third_party/bouncycastle', 'third_party/catapult', + 'third_party/ced', 'third_party/closure_compiler', 'third_party/guava', 'third_party/hamcrest',