Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1429)

Unified Diff: build/mac_toolchain.py

Issue 2507093002: [Do not commit] Test public link removal for hermetic builds.
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/mac_toolchain.py
diff --git a/build/mac_toolchain.py b/build/mac_toolchain.py
index 30c417324d75960a8b98de6a53715b81ea05864e..5cd6cb55661df0c1ab0fa97ece24dfe80d5c6956 100755
--- a/build/mac_toolchain.py
+++ b/build/mac_toolchain.py
@@ -24,8 +24,8 @@ import tempfile
import urllib2
# This can be changed after running /build/package_mac_toolchain.py.
-TOOLCHAIN_REVISION = '5B1008'
-TOOLCHAIN_SUB_REVISION = 3
+TOOLCHAIN_REVISION = '5B1008cqtest'
+TOOLCHAIN_SUB_REVISION = 1
TOOLCHAIN_VERSION = '%s-%s' % (TOOLCHAIN_REVISION, TOOLCHAIN_SUB_REVISION)
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698