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

Side by Side Diff: DEPS

Issue 11421224: Add Apache HTTP libraries to DEPS for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « .gitignore ('k') | 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",
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 "src/third_party/cros_dbus_cplusplus/source": 529 "src/third_party/cros_dbus_cplusplus/source":
530 Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" + 530 Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" +
531 "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900", 531 "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900",
532 532
533 # For Linux and Chromium OS. 533 # For Linux and Chromium OS.
534 "src/third_party/cros_system_api": 534 "src/third_party/cros_system_api":
535 Var("chromiumos_git") + "/platform/system_api.git" + 535 Var("chromiumos_git") + "/platform/system_api.git" +
536 "@59dafd34a6eb3b6eee63b59f7cc6cd01e4fda770", 536 "@59dafd34a6eb3b6eee63b59f7cc6cd01e4fda770",
537 }, 537 },
538 "android": { 538 "android": {
539 "src/third_party/android_tools":
540 Var("chromium_git") + "/android_tools.git" +
541 "@1cef853f682461dbb27a4992d3d8b5bc1f69232b",
542
543 "src/third_party/aosp":
544 "/trunk/deps/third_party/aosp@148330",
545
546 "src/third_party/apache-mime4j":
547 "/trunk/deps/third_party/apache-mime4j@170888",
548
549 "src/third_party/findbugs":
550 "/trunk/deps/third_party/findbugs@163586",
551
539 "src/third_party/freetype": 552 "src/third_party/freetype":
540 Var("chromium_git") + "/chromium/src/third_party/freetype.git" + 553 Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
541 "@96551feab72aac26836e9aaf4fae0962d39d5ab0", 554 "@96551feab72aac26836e9aaf4fae0962d39d5ab0",
542 555
543 "src/third_party/aosp": 556 "src/third_party/guava/src":
544 "/trunk/deps/third_party/aosp@148330", 557 Var("chromium_git") + "/external/guava-libraries.git" +
558 "@c523556ab7d0f05afadebd20e7768d4c16af8771",
545 559
546 "src/third_party/android_tools": 560 "src/third_party/httpcomponents-client":
547 Var("chromium_git") + "/android_tools.git" + 561 "/trunk/deps/third_party/httpcomponents-client@170888",
548 "@1cef853f682461dbb27a4992d3d8b5bc1f69232b",
549 562
550 "src/third_party/findbugs": 563 "src/third_party/httpcomponents-core":
551 "/trunk/deps/third_party/findbugs@163586", 564 "/trunk/deps/third_party/httpcomponents-core@170888",
552 565
553 "src/third_party/guava/src": 566 "src/third_party/jarjar":
554 Var("chromium_git") + '/external/guava-libraries.git@c523556ab7d0f05afadeb d20e7768d4c16af8771', 567 "/trunk/deps/third_party/jarjar@170888",
555 568
556 "src/third_party/jsr-305/src": 569 "src/third_party/jsr-305/src":
557 (Var("googlecode_url") % "jsr-305") + "/trunk@51", 570 (Var("googlecode_url") % "jsr-305") + "/trunk@51",
558 }, 571 },
559 } 572 }
560 573
561 574
562 include_rules = [ 575 include_rules = [
563 # Everybody can use some things. 576 # Everybody can use some things.
564 "+base", 577 "+base",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 642 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
630 "pattern": ".", 643 "pattern": ".",
631 "action": ["python", "src/build/gyp_chromium"], 644 "action": ["python", "src/build/gyp_chromium"],
632 }, 645 },
633 { 646 {
634 # Check for landmines (reasons to clobber the build). 647 # Check for landmines (reasons to clobber the build).
635 "pattern": ".", 648 "pattern": ".",
636 "action": ["python", "src/build/landmines.py"], 649 "action": ["python", "src/build/landmines.py"],
637 }, 650 },
638 ] 651 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698