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

Side by Side Diff: DEPS

Issue 185233012: Build src/crypto for PNaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: \ Created 6 years, 9 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 | build/common.gypi » ('j') | 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "src/third_party/cld_2/src": 296 "src/third_party/cld_2/src":
297 (Var("googlecode_url") % "cld2") + "/trunk@84", 297 (Var("googlecode_url") % "cld2") + "/trunk@84",
298 298
299 "src/chrome/browser/resources/pdf/html_office": 299 "src/chrome/browser/resources/pdf/html_office":
300 Var("chromium_git") + 300 Var("chromium_git") +
301 "/chromium/html-office-public.git@9f76cc282c471ae4ff77415384db039fcab2f aa8", 301 "/chromium/html-office-public.git@9f76cc282c471ae4ff77415384db039fcab2f aa8",
302 302
303 "src/third_party/libwebm/source": 303 "src/third_party/libwebm/source":
304 Var("chromium_git") + 304 Var("chromium_git") +
305 "/webm/libwebm.git@0f7815b036651e242ec8c2fcfb59fe54f69be1a8", 305 "/webm/libwebm.git@0f7815b036651e242ec8c2fcfb59fe54f69be1a8",
306
307 "src/third_party/openssl":
308 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
306 } 309 }
307 310
308 311
309 deps_os = { 312 deps_os = {
310 "win": { 313 "win": {
311 "src/chrome/tools/test/reference_build/chrome_win": 314 "src/chrome/tools/test/reference_build/chrome_win":
312 "/trunk/deps/reference_builds/chrome_win@254637", 315 "/trunk/deps/reference_builds/chrome_win@254637",
313 316
314 "src/third_party/cygwin": 317 "src/third_party/cygwin":
315 "/trunk/deps/third_party/cygwin@231940", 318 "/trunk/deps/third_party/cygwin@231940",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 "src/third_party/xdg-utils": 456 "src/third_party/xdg-utils":
454 "/trunk/deps/third_party/xdg-utils@203785", 457 "/trunk/deps/third_party/xdg-utils@203785",
455 458
456 "src/third_party/swig/linux": 459 "src/third_party/swig/linux":
457 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), 460 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
458 461
459 "src/third_party/lss": 462 "src/third_party/lss":
460 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + 463 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
461 Var("lss_revision")), 464 Var("lss_revision")),
462 465
463 "src/third_party/openssl":
464 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
465
466 "src/third_party/gold": 466 "src/third_party/gold":
467 "/trunk/deps/third_party/gold@228995", 467 "/trunk/deps/third_party/gold@228995",
468 468
469 "src/third_party/libmtp": 469 "src/third_party/libmtp":
470 "/trunk/deps/third_party/libmtp@206535", 470 "/trunk/deps/third_party/libmtp@206535",
471 471
472 # Used on Linux only. CrOS already has a copy. 472 # Used on Linux only. CrOS already has a copy.
473 "src/third_party/mtpd/source": 473 "src/third_party/mtpd/source":
474 Var("chromiumos_git") + "/platform/mtpd.git" + 474 Var("chromiumos_git") + "/platform/mtpd.git" +
475 "@e4e4656e9aa710f0617dab8746ab6116c0506ceb", 475 "@e4e4656e9aa710f0617dab8746ab6116c0506ceb",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 "src/third_party/jarjar": 542 "src/third_party/jarjar":
543 "/trunk/deps/third_party/jarjar@170888", 543 "/trunk/deps/third_party/jarjar@170888",
544 544
545 "src/third_party/jsr-305/src": 545 "src/third_party/jsr-305/src":
546 (Var("googlecode_url") % "jsr-305") + "/trunk@51", 546 (Var("googlecode_url") % "jsr-305") + "/trunk@51",
547 547
548 "src/third_party/lss": 548 "src/third_party/lss":
549 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + 549 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
550 Var("lss_revision")), 550 Var("lss_revision")),
551 551
552 "src/third_party/openssl":
553 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
554
555 "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail le": 552 "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail le":
556 (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/goo glecode/eyesfree/braille@797", 553 (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/goo glecode/eyesfree/braille@797",
557 554
558 # Android shouldn't use this address validation library. 555 # Android shouldn't use this address validation library.
559 "src/third_party/libaddressinput/src/cpp": None, 556 "src/third_party/libaddressinput/src/cpp": None,
560 "src/third_party/libaddressinput/src/testdata": None, 557 "src/third_party/libaddressinput/src/testdata": None,
561 }, 558 },
562 } 559 }
563 560
564 561
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 "-s", "src/build/linux/bin/eu-strip.sha1", 709 "-s", "src/build/linux/bin/eu-strip.sha1",
713 ], 710 ],
714 }, 711 },
715 { 712 {
716 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 713 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
717 "name": "gyp", 714 "name": "gyp",
718 "pattern": ".", 715 "pattern": ".",
719 "action": ["python", "src/build/gyp_chromium"], 716 "action": ["python", "src/build/gyp_chromium"],
720 }, 717 },
721 ] 718 ]
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698