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

Side by Side Diff: DEPS

Issue 10597002: Check-in rlz code to src\rlz from http://code.google.com/p/rlz/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: update license and try clobber build Created 8 years, 6 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 | rlz/DEPS » ('j') | 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",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 56
57 "sfntly_revision": "128", 57 "sfntly_revision": "128",
58 "skia_revision": "4282", 58 "skia_revision": "4282",
59 # Three lines of non-changing comments so that 59 # Three lines of non-changing comments so that
60 # the commit queue can handle CLs rolling Skia 60 # the commit queue can handle CLs rolling Skia
61 # and V8 without interference from each other. 61 # and V8 without interference from each other.
62 "v8_revision": "11844", 62 "v8_revision": "11844",
63 "webrtc_revision": "2406", 63 "webrtc_revision": "2406",
64 "jsoncpp_revision": "248", 64 "jsoncpp_revision": "248",
65 "nss_revision": "142261", 65 "nss_revision": "142261",
66 "rlz_revision": "132",
67 } 66 }
68 67
69 deps = { 68 deps = {
70 "src/breakpad/src": 69 "src/breakpad/src":
71 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@970", 70 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@970",
72 71
73 "src/googleurl": 72 "src/googleurl":
74 (Var("googlecode_url") % "google-url") + "/trunk@175", 73 (Var("googlecode_url") % "google-url") + "/trunk@175",
75 74
76 "src/seccompsandbox": 75 "src/seccompsandbox":
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 378
380 # GNU binutils assembler for x86-32. 379 # GNU binutils assembler for x86-32.
381 "src/third_party/gnu_binutils": 380 "src/third_party/gnu_binutils":
382 (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" + 381 (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
383 Var("nacl_tools_revision")), 382 Var("nacl_tools_revision")),
384 # GNU binutils assembler for x86-64. 383 # GNU binutils assembler for x86-64.
385 "src/third_party/mingw-w64/mingw/bin": 384 "src/third_party/mingw-w64/mingw/bin":
386 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" + 385 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
387 Var("nacl_tools_revision")), 386 Var("nacl_tools_revision")),
388 387
389 "src/rlz":
390 (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"),
391
392 # Dependencies used by libjpeg-turbo 388 # Dependencies used by libjpeg-turbo
393 "src/third_party/yasm/binaries": 389 "src/third_party/yasm/binaries":
394 "/trunk/deps/third_party/yasm/binaries@74228", 390 "/trunk/deps/third_party/yasm/binaries@74228",
395 391
396 # Binary level profile guided optimizations. This points to the 392 # Binary level profile guided optimizations. This points to the
397 # latest release binaries for the toolchain. 393 # latest release binaries for the toolchain.
398 "src/third_party/syzygy/binaries": 394 "src/third_party/syzygy/binaries":
399 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@782", 395 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@782",
400 396
401 # Binaries for nacl sdk. 397 # Binaries for nacl sdk.
402 "src/third_party/nacl_sdk_binaries": 398 "src/third_party/nacl_sdk_binaries":
403 "/trunk/deps/third_party/nacl_sdk_binaries@111576", 399 "/trunk/deps/third_party/nacl_sdk_binaries@111576",
404 }, 400 },
405 "mac": { 401 "mac": {
406 "src/chrome/tools/test/reference_build/chrome_mac": 402 "src/chrome/tools/test/reference_build/chrome_mac":
407 "/trunk/deps/reference_builds/chrome_mac@137727", 403 "/trunk/deps/reference_builds/chrome_mac@137727",
408 404
409 "src/third_party/GTM": 405 "src/third_party/GTM":
410 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@516", 406 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@516",
411 "src/third_party/pdfsqueeze": 407 "src/third_party/pdfsqueeze":
412 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4", 408 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
413 "src/third_party/lighttpd": 409 "src/third_party/lighttpd":
414 "/trunk/deps/third_party/lighttpd@33737", 410 "/trunk/deps/third_party/lighttpd@33737",
415 411
416 "src/third_party/swig/mac": 412 "src/third_party/swig/mac":
417 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), 413 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
418 414
419 "src/rlz":
420 (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"),
421
422 # NSS, for SSLClientSocketNSS. 415 # NSS, for SSLClientSocketNSS.
423 "src/third_party/nss": 416 "src/third_party/nss":
424 "/trunk/deps/third_party/nss@" + Var("nss_revision"), 417 "/trunk/deps/third_party/nss@" + Var("nss_revision"),
425 418
426 "src/chrome/installer/mac/third_party/xz/xz": 419 "src/chrome/installer/mac/third_party/xz/xz":
427 "/trunk/deps/third_party/xz@87706", 420 "/trunk/deps/third_party/xz@87706",
428 }, 421 },
429 "unix": { 422 "unix": {
430 # Linux, really. 423 # Linux, really.
431 "src/chrome/tools/test/reference_build/chrome_linux": 424 "src/chrome/tools/test/reference_build/chrome_linux":
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 "pattern": ".", 543 "pattern": ".",
551 "action": ["python", "src/build/util/lastchange.py", 544 "action": ["python", "src/build/util/lastchange.py",
552 "-o", "src/build/util/LASTCHANGE"], 545 "-o", "src/build/util/LASTCHANGE"],
553 }, 546 },
554 { 547 {
555 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 548 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
556 "pattern": ".", 549 "pattern": ".",
557 "action": ["python", "src/build/gyp_chromium"], 550 "action": ["python", "src/build/gyp_chromium"],
558 }, 551 },
559 ] 552 ]
OLDNEW
« no previous file with comments | « no previous file | rlz/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698