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

Side by Side Diff: DEPS

Issue 9584048: Update ots to r83. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", 5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
7 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 7 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
8 "webkit_revision": "109636", 8 "webkit_revision": "109636",
9 "chromium_git": "http://git.chromium.org/git", 9 "chromium_git": "http://git.chromium.org/git",
10 "swig_revision": "69281", 10 "swig_revision": "69281",
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "src/third_party/WebKit/Tools/DumpRenderTree": 157 "src/third_party/WebKit/Tools/DumpRenderTree":
158 Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"), 158 Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
159 159
160 "src/third_party/WebKit/Tools/Scripts": 160 "src/third_party/WebKit/Tools/Scripts":
161 Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"), 161 Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
162 162
163 "src/third_party/WebKit/Tools/TestWebKitAPI": 163 "src/third_party/WebKit/Tools/TestWebKitAPI":
164 Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"), 164 Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
165 165
166 "src/third_party/ots": 166 "src/third_party/ots":
167 (Var("googlecode_url") % "ots") + "/trunk@82", 167 (Var("googlecode_url") % "ots") + "/trunk@83",
168 168
169 "src/tools/page_cycler/acid3": 169 "src/tools/page_cycler/acid3":
170 "/trunk/deps/page_cycler/acid3@102714", 170 "/trunk/deps/page_cycler/acid3@102714",
171 171
172 "src/chrome/test/data/perf/canvas_bench": 172 "src/chrome/test/data/perf/canvas_bench":
173 "/trunk/deps/canvas_bench@122605", 173 "/trunk/deps/canvas_bench@122605",
174 174
175 "src/chrome/test/data/perf/frame_rate/content": 175 "src/chrome/test/data/perf/frame_rate/content":
176 "/trunk/deps/frame_rate/content@93671", 176 "/trunk/deps/frame_rate/content@93671",
177 177
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "pattern": ".", 513 "pattern": ".",
514 "action": ["python", "src/build/util/lastchange.py", 514 "action": ["python", "src/build/util/lastchange.py",
515 "-o", "src/build/util/LASTCHANGE"], 515 "-o", "src/build/util/LASTCHANGE"],
516 }, 516 },
517 { 517 {
518 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 518 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
519 "pattern": ".", 519 "pattern": ".",
520 "action": ["python", "src/build/gyp_chromium"], 520 "action": ["python", "src/build/gyp_chromium"],
521 }, 521 },
522 ] 522 ]
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