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

Side by Side Diff: DEPS

Issue 6865035: Roll ANGLE r609:r625 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 8 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 vars = { 1 vars = {
2 # Use this googlecode_url variable only if there is an internal mirror for it. 2 # Use this googlecode_url variable only if there is an internal mirror for it.
3 # If you do not know, use the full path while defining your new deps entry. 3 # If you do not know, use the full path while defining your new deps entry.
4 "googlecode_url": "http://%s.googlecode.com/svn", 4 "googlecode_url": "http://%s.googlecode.com/svn",
5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
6 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 6 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
7 "webkit_revision": "84046", 7 "webkit_revision": "84046",
8 "chromium_git": "http://git.chromium.org/git", 8 "chromium_git": "http://git.chromium.org/git",
9 "swig_revision": "69281", 9 "swig_revision": "69281",
10 "nacl_revision": "4559", 10 "nacl_revision": "4559",
(...skipping 21 matching lines...) Expand all
32 "src/sdch/open-vcdiff": 32 "src/sdch/open-vcdiff":
33 (Var("googlecode_url") % "open-vcdiff") + "/trunk@28", 33 (Var("googlecode_url") % "open-vcdiff") + "/trunk@28",
34 34
35 "src/testing/gtest": 35 "src/testing/gtest":
36 (Var("googlecode_url") % "googletest") + "/trunk@560", 36 (Var("googlecode_url") % "googletest") + "/trunk@560",
37 37
38 "src/testing/gmock": 38 "src/testing/gmock":
39 (Var("googlecode_url") % "googlemock") + "/trunk@374", 39 (Var("googlecode_url") % "googlemock") + "/trunk@374",
40 40
41 "src/third_party/angle": 41 "src/third_party/angle":
42 (Var("googlecode_url") % "angleproject") + "/trunk@609", 42 (Var("googlecode_url") % "angleproject") + "/trunk@615",
43 43
44 # Note that this is *not* where we check out WebKit -- this just 44 # Note that this is *not* where we check out WebKit -- this just
45 # puts some extra files into place for the real WebKit checkout to 45 # puts some extra files into place for the real WebKit checkout to
46 # happen. See lines mentioning "webkit_revision" for the real 46 # happen. See lines mentioning "webkit_revision" for the real
47 # WebKit checkout. 47 # WebKit checkout.
48 "src/third_party/WebKit": 48 "src/third_party/WebKit":
49 "/trunk/deps/third_party/WebKit@76115", 49 "/trunk/deps/third_party/WebKit@76115",
50 50
51 "src/third_party/icu": 51 "src/third_party/icu":
52 "/trunk/deps/third_party/icu46@80478", 52 "/trunk/deps/third_party/icu46@80478",
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 ] 350 ]
351 351
352 352
353 hooks = [ 353 hooks = [
354 { 354 {
355 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 355 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
356 "pattern": ".", 356 "pattern": ".",
357 "action": ["python", "src/build/gyp_chromium"], 357 "action": ["python", "src/build/gyp_chromium"],
358 }, 358 },
359 ] 359 ]
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