From d1c6eb0887e83fb03e00aa9c35be59a26e4735a0 Mon Sep 17 00:00:00 2001 From: Frank Barchard Date: Thu, 14 Jan 2016 11:39:13 -0800 Subject: [PATCH] Roll chromium to fix java_cpp_enum.py Remove assumption on absolute paths in java_cpp_enum.py. In java_cpp_enum.py there were assumptions on 'build' being a component of the absolute path of the script invoking the script. This leads to problems when other projects are using the Chromium build toolchain (in this case libyuv), where the script invoking GYP is located in the root of the project dir (https://chromium.googlesource.com/libyuv/libyuv/+/master/gyp_libyuv). TBR=harryjin@google.com, jkellander@chromium.org BUG=libyuv:536 Review URL: https://codereview.chromium.org/1581773003 . --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 0f84b106d..4d7a5a74b 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': 'dad6346948dde45a6e86c614692256c746d9bfb1', + 'chromium_revision': '70ee602b6c186707286f9b5836a28311fe92e91e', } # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than