diff --git a/.gitignore b/.gitignore index 9cb9b6d6d2..72cfb55ec2 100644 --- a/.gitignore +++ b/.gitignore @@ -84,6 +84,7 @@ /third_party/boringssl /third_party/bouncycastle /third_party/catapult +/third_party/ced /third_party/clang_format /third_party/class-dump /third_party/closure_compiler diff --git a/DEPS b/DEPS index c980da229f..4e8e41bd92 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': 'db8d32de073d6b06ad851f8735661d844f2bf4aa', + 'chromium_revision': '941118827f5240dedb40082cffb1ead6c6d621cc', } # NOTE: Use http rather than https; the latter can cause problems for users diff --git a/setup_links.py b/setup_links.py index 94d9ee9188..612778aea6 100755 --- a/setup_links.py +++ b/setup_links.py @@ -94,6 +94,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',