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

Side by Side Diff: DEPS

Issue 10837042: Roll several third-party libraries to pick up fix to license metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 4 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 # When adding a new dependency, please update the top-level .gitignore file 1 # When adding a new dependency, please update the top-level .gitignore file
2 # to list the dependency's destination directory. 2 # to list the dependency's destination directory.
3 3
4 vars = { 4 vars = {
5 # Use this googlecode_url variable only if there is an internal mirror for it. 5 # Use this googlecode_url variable only if there is an internal mirror for it.
6 # If you do not know, use the full path while defining your new deps entry. 6 # If you do not know, use the full path while defining your new deps entry.
7 "googlecode_url": "http://%s.googlecode.com/svn", 7 "googlecode_url": "http://%s.googlecode.com/svn",
8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", 8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
11 "webkit_revision": "124305", 11 "webkit_revision": "124305",
12 "chromium_git": "http://git.chromium.org/git", 12 "chromium_git": "http://git.chromium.org/git",
13 "chromiumos_git": "http://git.chromium.org/chromiumos", 13 "chromiumos_git": "http://git.chromium.org/chromiumos",
14 "swig_revision": "69281", 14 "swig_revision": "69281",
15 "nacl_revision": "9336", 15 "nacl_revision": "9336",
16 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS 16 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
17 # to update other nacl_*_revision's. 17 # to update other nacl_*_revision's.
18 "nacl_tools_revision": "9286", # native_client/DEPS: tools_rev 18 "nacl_tools_revision": "9286", # native_client/DEPS: tools_rev
19 "gtm_revision": "534", 19 "gtm_revision": "534",
20 20
21 "libjingle_revision": "163", 21 "libjingle_revision": "163",
22 "libphonenumber_revision": "456", 22 "libphonenumber_revision": "456",
23 "libvpx_revision": "149032", 23 "libvpx_revision": "149334",
24 "lss_revision": "11", 24 "lss_revision": "11",
25 25
26 # These two FFmpeg variables must be updated together. One is used for SVN 26 # These two FFmpeg variables must be updated together. One is used for SVN
27 # checkouts and the other for Git checkouts. 27 # checkouts and the other for Git checkouts.
28 "ffmpeg_revision": "148611", 28 "ffmpeg_revision": "148611",
29 "ffmpeg_hash": "4287c0271f399b98eb6851e6e650098f26b8c3c2", 29 "ffmpeg_hash": "4287c0271f399b98eb6851e6e650098f26b8c3c2",
30 30
31 "sfntly_revision": "134", 31 "sfntly_revision": "134",
32 "skia_revision": "4834", 32 "skia_revision": "4834",
33 # Three lines of non-changing comments so that 33 # Three lines of non-changing comments so that
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 (Var("googlecode_url") % "trace-viewer") + "/trunk@103", 65 (Var("googlecode_url") % "trace-viewer") + "/trunk@103",
66 66
67 # Note that this is *not* where we check out WebKit -- this just 67 # Note that this is *not* where we check out WebKit -- this just
68 # puts some extra files into place for the real WebKit checkout to 68 # puts some extra files into place for the real WebKit checkout to
69 # happen. See lines mentioning "webkit_revision" for the real 69 # happen. See lines mentioning "webkit_revision" for the real
70 # WebKit checkout. 70 # WebKit checkout.
71 "src/third_party/WebKit": 71 "src/third_party/WebKit":
72 "/trunk/deps/third_party/WebKit@76115", 72 "/trunk/deps/third_party/WebKit@76115",
73 73
74 "src/third_party/icu": 74 "src/third_party/icu":
75 "/trunk/deps/third_party/icu46@146527", 75 "/trunk/deps/third_party/icu46@149334",
76 76
77 "src/third_party/libexif/sources": 77 "src/third_party/libexif/sources":
78 "/trunk/deps/third_party/libexif/sources@146817", 78 "/trunk/deps/third_party/libexif/sources@146817",
79 79
80 "src/third_party/hunspell": 80 "src/third_party/hunspell":
81 "/trunk/deps/third_party/hunspell@147911", 81 "/trunk/deps/third_party/hunspell@149334",
82 82
83 "src/third_party/hunspell_dictionaries": 83 "src/third_party/hunspell_dictionaries":
84 "/trunk/deps/third_party/hunspell_dictionaries@138928", 84 "/trunk/deps/third_party/hunspell_dictionaries@149334",
85 85
86 "src/third_party/safe_browsing/testing": 86 "src/third_party/safe_browsing/testing":
87 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@110", 87 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@110",
88 88
89 "src/third_party/cacheinvalidation/files/src/google": 89 "src/third_party/cacheinvalidation/files/src/google":
90 (Var("googlecode_url") % "google-cache-invalidation-api") + 90 (Var("googlecode_url") % "google-cache-invalidation-api") +
91 "/trunk/src/google@219", 91 "/trunk/src/google@219",
92 92
93 "src/third_party/leveldatabase/src": 93 "src/third_party/leveldatabase/src":
94 (Var("googlecode_url") % "leveldb") + "/trunk@67", 94 (Var("googlecode_url") % "leveldb") + "/trunk@67",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 Var("ffmpeg_revision"), 240 Var("ffmpeg_revision"),
241 241
242 "src/third_party/libjingle/source": 242 "src/third_party/libjingle/source":
243 (Var("googlecode_url") % "libjingle") + "/trunk@" + 243 (Var("googlecode_url") % "libjingle") + "/trunk@" +
244 Var("libjingle_revision"), 244 Var("libjingle_revision"),
245 245
246 "src/third_party/libsrtp": 246 "src/third_party/libsrtp":
247 "/trunk/deps/third_party/libsrtp@123853", 247 "/trunk/deps/third_party/libsrtp@123853",
248 248
249 "src/third_party/speex": 249 "src/third_party/speex":
250 "/trunk/deps/third_party/speex@111570", 250 "/trunk/deps/third_party/speex@149334",
251 251
252 "src/third_party/yasm/source/patched-yasm": 252 "src/third_party/yasm/source/patched-yasm":
253 "/trunk/deps/third_party/yasm/patched-yasm@134927", 253 "/trunk/deps/third_party/yasm/patched-yasm@134927",
254 254
255 "src/third_party/libjpeg_turbo": 255 "src/third_party/libjpeg_turbo":
256 "/trunk/deps/third_party/libjpeg_turbo@147428", 256 "/trunk/deps/third_party/libjpeg_turbo@149334",
257 257
258 "src/third_party/flac": 258 "src/third_party/flac":
259 "/trunk/deps/third_party/flac@120197", 259 "/trunk/deps/third_party/flac@149334",
260 260
261 "src/third_party/pyftpdlib/src": 261 "src/third_party/pyftpdlib/src":
262 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", 262 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
263 263
264 "src/third_party/scons-2.0.1": 264 "src/third_party/scons-2.0.1":
265 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + 265 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
266 Var("nacl_tools_revision"), 266 Var("nacl_tools_revision"),
267 267
268 "src/third_party/webrtc": 268 "src/third_party/webrtc":
269 (Var("googlecode_url") % "webrtc") + "/stable/src@" + Var("webrtc_revision") , 269 (Var("googlecode_url") % "webrtc") + "/stable/src@" + Var("webrtc_revision") ,
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 479
480 "src/chrome/installer/mac/third_party/xz/xz": 480 "src/chrome/installer/mac/third_party/xz/xz":
481 "/trunk/deps/third_party/xz@87706", 481 "/trunk/deps/third_party/xz@87706",
482 }, 482 },
483 "unix": { 483 "unix": {
484 # Linux, really. 484 # Linux, really.
485 "src/chrome/tools/test/reference_build/chrome_linux": 485 "src/chrome/tools/test/reference_build/chrome_linux":
486 "/trunk/deps/reference_builds/chrome_linux@137712", 486 "/trunk/deps/reference_builds/chrome_linux@137712",
487 487
488 "src/third_party/xdg-utils": 488 "src/third_party/xdg-utils":
489 "/trunk/deps/third_party/xdg-utils@93299", 489 "/trunk/deps/third_party/xdg-utils@149334",
490 490
491 "src/third_party/swig/linux": 491 "src/third_party/swig/linux":
492 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), 492 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
493 493
494 "src/third_party/lss": 494 "src/third_party/lss":
495 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + 495 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
496 Var("lss_revision")), 496 Var("lss_revision")),
497 497
498 "src/third_party/openssl": 498 "src/third_party/openssl":
499 "/trunk/deps/third_party/openssl@130472", 499 "/trunk/deps/third_party/openssl@130472",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 "pattern": ".", 588 "pattern": ".",
589 "action": ["python", "src/build/util/lastchange.py", 589 "action": ["python", "src/build/util/lastchange.py",
590 "-o", "src/build/util/LASTCHANGE"], 590 "-o", "src/build/util/LASTCHANGE"],
591 }, 591 },
592 { 592 {
593 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 593 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
594 "pattern": ".", 594 "pattern": ".",
595 "action": ["python", "src/build/gyp_chromium"], 595 "action": ["python", "src/build/gyp_chromium"],
596 }, 596 },
597 ] 597 ]
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