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

Side by Side Diff: DEPS

Issue 6015002: Rename WebKitTools->Tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | base/process_util_mac.mm » ('j') | 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": "74255", 7 "webkit_revision": "74308",
8 "skia_revision": "636", 8 "skia_revision": "636",
9 "chromium_git": "http://git.chromium.org/git", 9 "chromium_git": "http://git.chromium.org/git",
10 "swig_revision": "69281", 10 "swig_revision": "69281",
11 "nacl_revision": "4001", 11 "nacl_revision": "4001",
12 "libjingle_revision": "50", 12 "libjingle_revision": "50",
13 "libvpx_revision": "65287", 13 "libvpx_revision": "65287",
14 "ffmpeg_revision": "67548", 14 "ffmpeg_revision": "67548",
15 } 15 }
16 16
17 deps = { 17 deps = {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 77
78 "src/third_party/WebKit/JavaScriptCore": 78 "src/third_party/WebKit/JavaScriptCore":
79 Var("webkit_trunk") + "/JavaScriptCore@" + Var("webkit_revision"), 79 Var("webkit_trunk") + "/JavaScriptCore@" + Var("webkit_revision"),
80 80
81 "src/third_party/WebKit/WebCore": 81 "src/third_party/WebKit/WebCore":
82 Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"), 82 Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"),
83 83
84 "src/third_party/WebKit/WebKit/chromium": 84 "src/third_party/WebKit/WebKit/chromium":
85 Var("webkit_trunk") + "/WebKit/chromium@" + Var("webkit_revision"), 85 Var("webkit_trunk") + "/WebKit/chromium@" + Var("webkit_revision"),
86 86
87 "src/third_party/WebKit/WebKitTools/DumpRenderTree": 87 "src/third_party/WebKit/Tools/DumpRenderTree":
88 Var("webkit_trunk") + "/WebKitTools/DumpRenderTree@" + Var("webkit_revision" ), 88 Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
89 89
90 "src/third_party/WebKit/WebKitTools/Scripts": 90 "src/third_party/WebKit/Tools/Scripts":
91 Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"), 91 Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
92 92
93 "src/third_party/ots": 93 "src/third_party/ots":
94 (Var("googlecode_url") % "ots") + "/trunk@35", 94 (Var("googlecode_url") % "ots") + "/trunk@35",
95 95
96 "src/tools/page_cycler/acid3": 96 "src/tools/page_cycler/acid3":
97 "/trunk/deps/page_cycler/acid3@19546", 97 "/trunk/deps/page_cycler/acid3@19546",
98 98
99 # We run these layout tests as UI tests. Since many of the buildbots that 99 # We run these layout tests as UI tests. Since many of the buildbots that
100 # run layout tests do NOT have access to the LayoutTest directory, we need 100 # run layout tests do NOT have access to the LayoutTest directory, we need
101 # to map them here. In practice, these do not take up much space. 101 # to map them here. In practice, these do not take up much space.
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 ] 308 ]
309 309
310 310
311 hooks = [ 311 hooks = [
312 { 312 {
313 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 313 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
314 "pattern": ".", 314 "pattern": ".",
315 "action": ["python", "src/build/gyp_chromium"], 315 "action": ["python", "src/build/gyp_chromium"],
316 }, 316 },
317 ] 317 ]
OLDNEW
« no previous file with comments | « no previous file | base/process_util_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698