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

Unified Diff: DEPS

Issue 306543006: Bring Syzygy binaries in using a script rather than as a dependency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix to script to handle read-only git files. Created 6 years, 7 months 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 | build/get_syzygy_binaries.py » ('j') | build/get_syzygy_binaries.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 185c74b00fd6cc6b88f1757edc0c0109fa43d3a6..31ba9ea220746032a915247bfc6b009b708e0d6a 100644
--- a/DEPS
+++ b/DEPS
@@ -368,11 +368,6 @@ deps_os = {
"src/third_party/yasm/binaries":
"/trunk/deps/third_party/yasm/binaries@154708",
- # Binary level profile guided optimizations. This points to the
- # latest release binaries for the toolchain.
- "src/third_party/syzygy/binaries":
- (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@2154",
-
# Binaries for nacl sdk.
"src/third_party/nacl_sdk_binaries":
"/trunk/deps/third_party/nacl_sdk_binaries@111576",
@@ -768,6 +763,17 @@ hooks = [
"-s", "src/build/linux/bin/eu-strip.sha1",
],
},
+ # Pull the Syzygy binaries, used for optimization and instrumentation.
+ {
+ "name": "syzygy-binaries",
+ "pattern": ".",
+ "action": ["python",
+ "src/build/get_syzygy_binaries.py",
+ "--output-dir=src/third_party/syzygy/binaries",
+ "--revision=b08fb72610963d31cc3eae33f746a04e263bd860",
Sigurður Ásgeirsson 2014/05/28 15:24:12 Sorry to be a ninny, but everything else above ind
chrisha 2014/05/28 15:40:50 There's no real advantage to one vs the other for
+ "--overwrite",
+ ],
+ },
{
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
"name": "gyp",
« no previous file with comments | « no previous file | build/get_syzygy_binaries.py » ('j') | build/get_syzygy_binaries.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698