Commit 81d6597d authored by Frank Barchard's avatar Frank Barchard
parent a817c152
......@@ -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': '7fa6701bc5183bd5a73203d4fe1309f75ccfd5b4',
'chromium_revision': '1a73d11e65f5af4fc946a00ed1a2b7022ed28c64',
}
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than
......
......@@ -13,3 +13,10 @@
# remove this when Chromium drops 10.6 support and also requires 10.7.
mac_sdk_min_build_override = "10.11"
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