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

Side by Side Diff: DEPS

Issue 252633008: Roll DEPS to bring in Syzygy 0.7.11.1 binaries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git 7 # python tools/deps2git/deps2git.py -o .DEPS.git
8 # gclient runhooks 8 # gclient runhooks
9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by
10 # a bot when you modify this one. 10 # a bot when you modify this one.
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" + 355 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
356 Var("nacl_tools_revision")), 356 Var("nacl_tools_revision")),
357 357
358 # Dependencies used by libjpeg-turbo 358 # Dependencies used by libjpeg-turbo
359 "src/third_party/yasm/binaries": 359 "src/third_party/yasm/binaries":
360 "/trunk/deps/third_party/yasm/binaries@154708", 360 "/trunk/deps/third_party/yasm/binaries@154708",
361 361
362 # Binary level profile guided optimizations. This points to the 362 # Binary level profile guided optimizations. This points to the
363 # latest release binaries for the toolchain. 363 # latest release binaries for the toolchain.
364 "src/third_party/syzygy/binaries": 364 "src/third_party/syzygy/binaries":
365 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@2058", 365 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@2134",
366 366
367 # Binaries for nacl sdk. 367 # Binaries for nacl sdk.
368 "src/third_party/nacl_sdk_binaries": 368 "src/third_party/nacl_sdk_binaries":
369 "/trunk/deps/third_party/nacl_sdk_binaries@111576", 369 "/trunk/deps/third_party/nacl_sdk_binaries@111576",
370 }, 370 },
371 "ios": { 371 "ios": {
372 "src/third_party/google_toolbox_for_mac/src": 372 "src/third_party/google_toolbox_for_mac/src":
373 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + 373 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
374 Var("google_toolbox_for_mac_revision"), 374 Var("google_toolbox_for_mac_revision"),
375 375
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 "-s", "src/build/linux/bin/eu-strip.sha1", 756 "-s", "src/build/linux/bin/eu-strip.sha1",
757 ], 757 ],
758 }, 758 },
759 { 759 {
760 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 760 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
761 "name": "gyp", 761 "name": "gyp",
762 "pattern": ".", 762 "pattern": ".",
763 "action": ["python", "src/build/gyp_chromium"], 763 "action": ["python", "src/build/gyp_chromium"],
764 }, 764 },
765 ] 765 ]
OLDNEW
« 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