Roll build/ 01569374d..371b6c310 (103 commits) https://chromium.googlesource.com/chromium/src/build.git/+log/01569374d46a..371b6c310428 Created with: roll-dep build Bug: pdfium:1921 Change-Id: Idf6038edbefabe3ec4e8a1fd48ca0abb1243f829 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/99510 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> Auto-Submit: K. Moon <kmoon@chromium.org>
diff --git a/DEPS b/DEPS index a84af49..994e6c8 100644 --- a/DEPS +++ b/DEPS
@@ -40,7 +40,7 @@ # Three lines of non-changing comments so that # the commit queue can handle CLs rolling build # and whatever else without interference from each other. - 'build_revision': '01569374d46a14b225586c564146a8e1749520b6', + 'build_revision': '371b6c31042818d7486208e2757f32f03ab4c476', # Three lines of non-changing comments so that # the commit queue can handle CLs rolling buildtools # and whatever else without interference from each other.
diff --git a/testing/test.gni b/testing/test.gni index 515add5..9d528da 100644 --- a/testing/test.gni +++ b/testing/test.gni
@@ -14,6 +14,7 @@ template("test") { if (is_android) { import("//build/config/android/config.gni") + import("//build/config/android/internal_rules.gni") import("//build/config/android/rules.gni") _use_raw_android_executable = defined(invoker.use_raw_android_executable) &&