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

Side by Side Diff: DEPS

Issue 492028: Merge 33863 - Roll DEPS for Skia 450:451. Enable USE_NEW_BUILDER in Skia. M... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: Created 11 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 | skia/config/SkUserConfig.h » ('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 "webkit_trunk": 2 "webkit_trunk":
3 "http://svn.webkit.org/repository/webkit/trunk", 3 "http://svn.webkit.org/repository/webkit/trunk",
4 "webkit_revision": "50972", 4 "webkit_revision": "50972",
5 "ffmpeg_revision": "30374", 5 "ffmpeg_revision": "30374",
6 } 6 }
7 7
8 deps = { 8 deps = {
9 "src/breakpad/src": 9 "src/breakpad/src":
10 "http://google-breakpad.googlecode.com/svn/trunk/src@429", 10 "http://google-breakpad.googlecode.com/svn/trunk/src@429",
(...skipping 28 matching lines...) Expand all
39 "src/tools/gyp": 39 "src/tools/gyp":
40 "http://gyp.googlecode.com/svn/trunk@754", 40 "http://gyp.googlecode.com/svn/trunk@754",
41 41
42 "src/v8": 42 "src/v8":
43 "http://v8.googlecode.com/svn/branches/1.3@3365", 43 "http://v8.googlecode.com/svn/branches/1.3@3365",
44 44
45 "src/native_client": 45 "src/native_client":
46 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@952", 46 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@952",
47 47
48 "src/third_party/skia/src": 48 "src/third_party/skia/src":
49 "http://skia.googlecode.com/svn/trunk/src@424", 49 "http://skia.googlecode.com/svn/trunk/src@451",
50 50
51 "src/third_party/skia/include": 51 "src/third_party/skia/include":
52 "http://skia.googlecode.com/svn/trunk/include@424", 52 "http://skia.googlecode.com/svn/trunk/include@451",
53 53
54 "src/third_party/WebKit/LayoutTests": 54 "src/third_party/WebKit/LayoutTests":
55 Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"), 55 Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
56 56
57 "src/third_party/WebKit/JavaScriptCore": 57 "src/third_party/WebKit/JavaScriptCore":
58 Var("webkit_trunk") + "/JavaScriptCore@" + Var("webkit_revision"), 58 Var("webkit_trunk") + "/JavaScriptCore@" + Var("webkit_revision"),
59 59
60 "src/third_party/WebKit/WebCore": 60 "src/third_party/WebKit/WebCore":
61 Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"), 61 Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"),
62 62
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "$matching_files"], 221 "$matching_files"],
222 }, 222 },
223 { 223 {
224 # Workaround XCode dependecies problem. 224 # Workaround XCode dependecies problem.
225 # TODO(bradnelson): remove this when fixed. 225 # TODO(bradnelson): remove this when fixed.
226 "pattern": ".", 226 "pattern": ".",
227 "action": ["python", 227 "action": ["python",
228 "src/build/mac/clobber_generated_headers.py"], 228 "src/build/mac/clobber_generated_headers.py"],
229 }, 229 },
230 ] 230 ]
OLDNEW
« no previous file with comments | « no previous file | skia/config/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698