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

Side by Side Diff: DEPS

Issue 8477003: NaCl: Update revision in DEPS, r6965 -> r7108 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 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": "99271", 8 "webkit_revision": "99271",
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": "6965", 11 "nacl_revision": "7108",
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 # TODO(brettw) We should use the "From" syntax to avoid hardcoding the 14 # TODO(brettw) We should use the "From" syntax to avoid hardcoding the
15 # revisions here, but it makes checkdeps confused. We should fix checkdeps. 15 # revisions here, but it makes checkdeps confused. We should fix checkdeps.
16 "nacl_tools_revision": "6504", # native_client/DEPS: tools_rev 16 "nacl_tools_revision": "7088", # native_client/DEPS: tools_rev
17 17
18 # These hashes need to be updated when nacl_toolchain_revision is changed. 18 # These hashes need to be updated when nacl_toolchain_revision is changed.
19 # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the 19 # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the
20 # new values. 20 # new values.
21 "nacl_toolchain_mac_x86_newlib_hash": 21 "nacl_toolchain_mac_x86_newlib_hash":
22 "280ecee659ff804d5eeca8964c31545b0d68d9c8", 22 "74612a65dd6bae1d85af1f7277cc6af6e5d86b46",
23 "nacl_toolchain_win_x86_newlib_hash": 23 "nacl_toolchain_win_x86_newlib_hash":
24 "7730f4515c745c0c012df4a1080be9a46ffcda47", 24 "3672e7b20848beec886badc46909cf24fb1c574f",
25 "nacl_toolchain_linux_x86_newlib_hash": 25 "nacl_toolchain_linux_x86_newlib_hash":
26 "596aa5b812ec4b24160ed7ce55b3fd141f929fbf", 26 "528b9b85d087ffb5a0f6348f5219a33cd0ff725f",
27 "nacl_toolchain_revision": "6757", 27 "nacl_toolchain_revision": "7098",
28 28
29 "libjingle_revision": "92", 29 "libjingle_revision": "92",
30 "libvpx_revision": "107145", 30 "libvpx_revision": "107145",
31 "ffmpeg_revision": "108357", 31 "ffmpeg_revision": "108357",
32 "sfntly_revision": "98", 32 "sfntly_revision": "98",
33 "skia_revision": "2600", 33 "skia_revision": "2600",
34 "v8_revision": "9637", 34 "v8_revision": "9637",
35 "webrtc_revision": "883", 35 "webrtc_revision": "883",
36 "jsoncpp_revision": "246", 36 "jsoncpp_revision": "246",
37 37
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 (Var("googlecode_url") % "pefile") + "/trunk@63", 328 (Var("googlecode_url") % "pefile") + "/trunk@63",
329 329
330 # NSS, for SSLClientSocketNSS. 330 # NSS, for SSLClientSocketNSS.
331 "src/third_party/nss": 331 "src/third_party/nss":
332 "/trunk/deps/third_party/nss@107275", 332 "/trunk/deps/third_party/nss@107275",
333 333
334 "src/third_party/swig/win": 334 "src/third_party/swig/win":
335 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), 335 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
336 336
337 "src/third_party/mingw-w64/mingw/bin": 337 "src/third_party/mingw-w64/mingw/bin":
338 (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" + 338 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
339 Var("nacl_tools_revision")), 339 Var("nacl_tools_revision")),
340 340
341 "src/rlz": 341 "src/rlz":
342 (Var("googlecode_url") % "rlz") + "/trunk@49", 342 (Var("googlecode_url") % "rlz") + "/trunk@49",
343 343
344 # Dependencies used by libjpeg-turbo 344 # Dependencies used by libjpeg-turbo
345 "src/third_party/yasm/binaries": 345 "src/third_party/yasm/binaries":
346 "/trunk/deps/third_party/yasm/binaries@74228", 346 "/trunk/deps/third_party/yasm/binaries@74228",
347 347
348 # Binary level profile guided optimizations. This points to the 348 # Binary level profile guided optimizations. This points to the
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 # which takes ~20s, but clang speeds up builds by more than 20s. 449 # which takes ~20s, but clang speeds up builds by more than 20s.
450 "pattern": ".", 450 "pattern": ".",
451 "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"], 451 "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
452 }, 452 },
453 { 453 {
454 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 454 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
455 "pattern": ".", 455 "pattern": ".",
456 "action": ["python", "src/build/gyp_chromium"], 456 "action": ["python", "src/build/gyp_chromium"],
457 }, 457 },
458 ] 458 ]
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