Commit 6126968d authored by Frank Barchard's avatar Frank Barchard

Revert "Roll chromium_revision 7fa6701bc5..1a73d11e65 (398458:399420)"

This reverts commit 81d6597d.
Breaks android builds.
ninja: error: '../../testing/android/native_test/java/AndroidManifest.xml', needed by 'libyuv_unittest_apk/libyuv_unittest_apk.resources.zip', missing and no known rule to make it

R=kjellander@chromium.org
BUG=libyuv:626

Review URL: https://codereview.chromium.org/2159053002 .
parent 81d6597d
...@@ -7,7 +7,7 @@ vars = { ...@@ -7,7 +7,7 @@ vars = {
# Roll the Chromium Git hash to pick up newer versions of all the # Roll the Chromium Git hash to pick up newer versions of all the
# dependencies and tools linked to in setup_links.py. # dependencies and tools linked to in setup_links.py.
'chromium_revision': '1a73d11e65f5af4fc946a00ed1a2b7022ed28c64', 'chromium_revision': '7fa6701bc5183bd5a73203d4fe1309f75ccfd5b4',
} }
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than # NOTE: Prefer revision numbers to tags for svn deps. Use http rather than
......
...@@ -13,10 +13,3 @@ ...@@ -13,10 +13,3 @@
# remove this when Chromium drops 10.6 support and also requires 10.7. # remove this when Chromium drops 10.6 support and also requires 10.7.
mac_sdk_min_build_override = "10.11" mac_sdk_min_build_override = "10.11"
mac_deployment_target_build_override = "10.7" mac_deployment_target_build_override = "10.7"
# Some non-Chromium builds don't support building java targets.
enable_java_templates = true
# Variable that can be used to support multiple build scenarios, like having
# Chromium specific targets in a client project's GN file etc.
build_with_chromium = false
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