diff --git a/.gitignore b/.gitignore index 9c328ecdab..4472ae3d04 100644 --- a/.gitignore +++ b/.gitignore @@ -78,6 +78,7 @@ /talk/app/webrtc/androidtests/libs /testing /third_party/WebKit/Tools/Scripts +/third_party/android_platform /third_party/android_testrunner /third_party/android_tools /third_party/appurify-python @@ -87,6 +88,7 @@ /third_party/boringssl /third_party/BUILD.gn /third_party/clang_format +/third_party/class-dump /third_party/colorama /third_party/cygwin /third_party/directxsdk diff --git a/DEPS b/DEPS index 5dadb92e6a..00ca5cc0d5 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': 'b2c6a8612f762f45671fb87331e89552e561833a', + 'chromium_revision': 'e937e5fb5e6136ef27280fc7aad5502aa5a3cce2', } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than diff --git a/setup_links.py b/setup_links.py index 1edb7c238e..cca14d1df6 100755 --- a/setup_links.py +++ b/setup_links.py @@ -80,6 +80,7 @@ target_os = get_target_os_list() if 'android' in target_os: DIRECTORIES += [ 'base', + 'third_party/android_platform', 'third_party/android_testrunner', 'third_party/android_tools', 'third_party/appurify-python',