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

Side by Side Diff: DEPS

Issue 20079002: Roll ICU to r213354. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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://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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 Var("chromium_git") + 70 Var("chromium_git") +
71 "/external/angle.git@9b344317b2ced9123da6e0e55aeb75e8abca84c5", 71 "/external/angle.git@9b344317b2ced9123da6e0e55aeb75e8abca84c5",
72 72
73 "src/third_party/trace-viewer": 73 "src/third_party/trace-viewer":
74 (Var("googlecode_url") % "trace-viewer") + "/trunk@784", 74 (Var("googlecode_url") % "trace-viewer") + "/trunk@784",
75 75
76 "src/third_party/WebKit": 76 "src/third_party/WebKit":
77 Var("webkit_trunk") + "@" + Var("webkit_revision"), 77 Var("webkit_trunk") + "@" + Var("webkit_revision"),
78 78
79 "src/third_party/icu": 79 "src/third_party/icu":
80 "/trunk/deps/third_party/icu46@213076", 80 "/trunk/deps/third_party/icu46@213354",
81 81
82 "src/third_party/libexif/sources": 82 "src/third_party/libexif/sources":
83 "/trunk/deps/third_party/libexif/sources@146817", 83 "/trunk/deps/third_party/libexif/sources@146817",
84 84
85 "src/third_party/hunspell": 85 "src/third_party/hunspell":
86 "/trunk/deps/third_party/hunspell@206172", 86 "/trunk/deps/third_party/hunspell@206172",
87 87
88 "src/third_party/hunspell_dictionaries": 88 "src/third_party/hunspell_dictionaries":
89 "/trunk/deps/third_party/hunspell_dictionaries@193701", 89 "/trunk/deps/third_party/hunspell_dictionaries@193701",
90 90
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 "pattern": ".", 622 "pattern": ".",
623 "action": ["python", "src/build/gyp_chromium"], 623 "action": ["python", "src/build/gyp_chromium"],
624 }, 624 },
625 { 625 {
626 # Check for landmines (reasons to clobber the build). 626 # Check for landmines (reasons to clobber the build).
627 "name": "landmines", 627 "name": "landmines",
628 "pattern": ".", 628 "pattern": ".",
629 "action": ["python", "src/build/landmines.py"], 629 "action": ["python", "src/build/landmines.py"],
630 }, 630 },
631 ] 631 ]
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