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

Side by Side Diff: DEPS

Issue 10086013: NaCl: Update revision in DEPS, r8249 -> r8264 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Created 8 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 vars = { 1 vars = {
2 # Use this googlecode_url variable only if there is an internal mirror for it. 2 # Use this googlecode_url variable only if there is an internal mirror for it.
3 # If you do not know, use the full path while defining your new deps entry. 3 # If you do not know, use the full path while defining your new deps entry.
4 "googlecode_url": "http://%s.googlecode.com/svn", 4 "googlecode_url": "http://%s.googlecode.com/svn",
5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", 5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
7 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 7 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
8 "webkit_revision": "114131", 8 "webkit_revision": "114131",
9 "chromium_git": "http://git.chromium.org/git", 9 "chromium_git": "http://git.chromium.org/git",
10 "swig_revision": "69281", 10 "swig_revision": "69281",
11 "nacl_revision": "8249", 11 "nacl_revision": "8264",
12 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS 12 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
13 # to update other nacl_*_revision's. 13 # to update other nacl_*_revision's.
14 "nacl_tools_revision": "7955", # native_client/DEPS: tools_rev 14 "nacl_tools_revision": "8151", # native_client/DEPS: tools_rev
15 15
16 # These hashes need to be updated when nacl_toolchain_revision is changed. 16 # These hashes need to be updated when nacl_toolchain_revision is changed.
17 # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the 17 # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the
18 # new values. 18 # new values.
19 "nacl_toolchain_linux_x86_hash": 19 "nacl_toolchain_linux_x86_hash":
20 "73456ff5cce78ed15d41d269cbcdaabe3579e9ff", 20 "73456ff5cce78ed15d41d269cbcdaabe3579e9ff",
21 "nacl_toolchain_linux_x86_newlib_hash": 21 "nacl_toolchain_linux_x86_newlib_hash":
22 "84e66d5bd28119156e46dbd5eacbee7a912bdef5", 22 "84e66d5bd28119156e46dbd5eacbee7a912bdef5",
23 "nacl_toolchain_mac_x86_hash": 23 "nacl_toolchain_mac_x86_hash":
24 "6e08949e301f65dd77cf0458cc331da4d03424e6", 24 "6e08949e301f65dd77cf0458cc331da4d03424e6",
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "src/third_party/pefile": 364 "src/third_party/pefile":
365 (Var("googlecode_url") % "pefile") + "/trunk@63", 365 (Var("googlecode_url") % "pefile") + "/trunk@63",
366 366
367 # NSS, for SSLClientSocketNSS. 367 # NSS, for SSLClientSocketNSS.
368 "src/third_party/nss": 368 "src/third_party/nss":
369 "/trunk/deps/third_party/nss@" + Var("nss_revision"), 369 "/trunk/deps/third_party/nss@" + Var("nss_revision"),
370 370
371 "src/third_party/swig/win": 371 "src/third_party/swig/win":
372 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), 372 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
373 373
374 # GNU binutils assembler for x86-32.
375 "src/third_party/gnu_binutils":
376 (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
377 Var("nacl_tools_revision")),
378 # GNU binutils assembler for x86-64.
374 "src/third_party/mingw-w64/mingw/bin": 379 "src/third_party/mingw-w64/mingw/bin":
375 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" + 380 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
376 Var("nacl_tools_revision")), 381 Var("nacl_tools_revision")),
377 382
378 "src/rlz": 383 "src/rlz":
379 (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"), 384 (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"),
380 385
381 # Dependencies used by libjpeg-turbo 386 # Dependencies used by libjpeg-turbo
382 "src/third_party/yasm/binaries": 387 "src/third_party/yasm/binaries":
383 "/trunk/deps/third_party/yasm/binaries@74228", 388 "/trunk/deps/third_party/yasm/binaries@74228",
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 "pattern": ".", 532 "pattern": ".",
528 "action": ["python", "src/build/util/lastchange.py", 533 "action": ["python", "src/build/util/lastchange.py",
529 "-o", "src/build/util/LASTCHANGE"], 534 "-o", "src/build/util/LASTCHANGE"],
530 }, 535 },
531 { 536 {
532 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 537 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
533 "pattern": ".", 538 "pattern": ".",
534 "action": ["python", "src/build/gyp_chromium"], 539 "action": ["python", "src/build/gyp_chromium"],
535 }, 540 },
536 ] 541 ]
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