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

Unified Diff: DEPS

Issue 7464040: Integrate syzygy (optionally) into the chrome build process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: always use intermediate chome_dll target on windows and pull syzygy from public repo Created 9 years, 5 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 | chrome/chrome.gyp » ('j') | chrome/chrome_dll.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 95033)
+++ DEPS (working copy)
@@ -310,6 +310,11 @@
# Dependencies used by libjpeg-turbo
"src/third_party/yasm/binaries":
"/trunk/deps/third_party/yasm/binaries@74228",
+
+ # Binary level profile guided optimizations. This points to the
+ # latest release binaries for the toolchain.
+ "src/third_party/syzygy/binaries":
+ "https://sawbuck.googlecode.com/svn/trunk/syzygy/binaries",
Roger McFarlane (Google) 2011/08/03 16:22:28 Pull this from our repo or commit our releases dir
Roger McFarlane (Google) 2011/08/03 17:06:55 nsylvain@ further suggests that everything should
M-A Ruel 2011/08/03 17:32:59 Yes please.
},
"mac": {
"src/chrome/tools/test/reference_build/chrome_mac":
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | chrome/chrome_dll.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698