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

Side by Side Diff: DEPS

Issue 6721022: OTS roll (to r60) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: ots roll (to r60) Created 9 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 | 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": "81676", 7 "webkit_revision": "81676",
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "src/third_party/WebKit/Source": 97 "src/third_party/WebKit/Source":
98 Var("webkit_trunk") + "/Source@" + Var("webkit_revision"), 98 Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
99 99
100 "src/third_party/WebKit/Tools/DumpRenderTree": 100 "src/third_party/WebKit/Tools/DumpRenderTree":
101 Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"), 101 Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
102 102
103 "src/third_party/WebKit/Tools/Scripts": 103 "src/third_party/WebKit/Tools/Scripts":
104 Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"), 104 Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
105 105
106 "src/third_party/ots": 106 "src/third_party/ots":
107 (Var("googlecode_url") % "ots") + "/trunk@50", 107 (Var("googlecode_url") % "ots") + "/trunk@60",
108 108
109 "src/tools/page_cycler/acid3": 109 "src/tools/page_cycler/acid3":
110 "/trunk/deps/page_cycler/acid3@19546", 110 "/trunk/deps/page_cycler/acid3@19546",
111 111
112 # We run these layout tests as UI tests. Since many of the buildbots that 112 # We run these layout tests as UI tests. Since many of the buildbots that
113 # run layout tests do NOT have access to the LayoutTest directory, we need 113 # run layout tests do NOT have access to the LayoutTest directory, we need
114 # to map them here. In practice, these do not take up much space. 114 # to map them here. In practice, these do not take up much space.
115 "src/chrome/test/data/layout_tests/LayoutTests/fast/events": 115 "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
116 Var("webkit_trunk") + "/LayoutTests/fast/events@" + 116 Var("webkit_trunk") + "/LayoutTests/fast/events@" +
117 Var("webkit_revision"), 117 Var("webkit_revision"),
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 ] 339 ]
340 340
341 341
342 hooks = [ 342 hooks = [
343 { 343 {
344 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 344 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
345 "pattern": ".", 345 "pattern": ".",
346 "action": ["python", "src/build/gyp_chromium"], 346 "action": ["python", "src/build/gyp_chromium"],
347 }, 347 },
348 ] 348 ]
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