Commit b0ab5b8b authored by Ben Joyce's avatar Ben Joyce Committed by Commit Bot

Update build.gn to be in sync after patches.

We've been using a manually modified build.gn file because of the
androidx migration. If you just run fetch_all.py, it should generally
do nothing. When updating a library, users have to manually patch
in the differences to not override the manual changes. These are
changes that are not part of the manual modifications that haven't
been incorporated into the build.gn

It looks like the manual modifications may be in for longer than we'd
like as weblayer/public can't update and a few third_party code won't
migrate soon, so will look into making the local modifications
not need a manual patch.

Additionally, build.gradle was downloading espresso 3.2, but the DEPS
is pointing to 3.1, so sync up those numbers.

Change-Id: I3cbad618e9db2a46d06624287510963756c0d622
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133266Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Commit-Queue: benjamin joyce <bjoyce@chromium.org>
Auto-Submit: benjamin joyce <bjoyce@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755896}
parent 2a549fe5
This diff is collapsed.
...@@ -154,7 +154,7 @@ dependencies { ...@@ -154,7 +154,7 @@ dependencies {
testCompile "androidx.test:monitor:1.2.0" testCompile "androidx.test:monitor:1.2.0"
testCompile "androidx.test:rules:1.2.0" testCompile "androidx.test:rules:1.2.0"
testCompile "androidx.test:runner:1.2.0" testCompile "androidx.test:runner:1.2.0"
testCompile "androidx.test.espresso:espresso-core:3.2.0" testCompile "androidx.test.espresso:espresso-core:3.1.0"
testCompile "androidx.test.ext:junit:1.1.1" testCompile "androidx.test.ext:junit:1.1.1"
testCompile "androidx.test.uiautomator:uiautomator:2.2.0" testCompile "androidx.test.uiautomator:uiautomator:2.2.0"
testCompile "com.googlecode.java-diff-utils:diffutils:1.3.0" testCompile "com.googlecode.java-diff-utils:diffutils:1.3.0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment