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

Side by Side Diff: DEPS

Issue 25512003: Roll breakpad DEPS r1213 - r1219. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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://svn.code.sf.net/p/%(repo)s/code", 8 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code",
9 "webkit_trunk": "http://src.chromium.org/blink/trunk", 9 "webkit_trunk": "http://src.chromium.org/blink/trunk",
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 # and whatever else without interference from each other. 47 # and whatever else without interference from each other.
48 "swarm_revision": "224429", 48 "swarm_revision": "224429",
49 # Three lines of non-changing comments so that 49 # Three lines of non-changing comments so that
50 # the commit queue can handle CLs rolling openssl 50 # the commit queue can handle CLs rolling openssl
51 # and whatever else without interference from each other. 51 # and whatever else without interference from each other.
52 "openssl_revision": "207965", 52 "openssl_revision": "207965",
53 } 53 }
54 54
55 deps = { 55 deps = {
56 "src/breakpad/src": 56 "src/breakpad/src":
57 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1213", 57 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1219",
58 58
59 "src/sdch/open-vcdiff": 59 "src/sdch/open-vcdiff":
60 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42", 60 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
61 61
62 "src/testing/gtest": 62 "src/testing/gtest":
63 (Var("googlecode_url") % "googletest") + "/trunk@629", 63 (Var("googlecode_url") % "googletest") + "/trunk@629",
64 64
65 "src/testing/gmock": 65 "src/testing/gmock":
66 (Var("googlecode_url") % "googlemock") + "/trunk@410", 66 (Var("googlecode_url") % "googlemock") + "/trunk@410",
67 67
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 "pattern": ".", 615 "pattern": ".",
616 "action": ["python", "src/build/gyp_chromium"], 616 "action": ["python", "src/build/gyp_chromium"],
617 }, 617 },
618 { 618 {
619 # Check for landmines (reasons to clobber the build). 619 # Check for landmines (reasons to clobber the build).
620 "name": "landmines", 620 "name": "landmines",
621 "pattern": ".", 621 "pattern": ".",
622 "action": ["python", "src/build/landmines.py"], 622 "action": ["python", "src/build/landmines.py"],
623 }, 623 },
624 ] 624 ]
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