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

Side by Side Diff: DEPS

Issue 460015: Update V8 to version 2.0.2.2 (Closed) Base URL: http://src.chromium.org/svn/trunk/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 | 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 "webkit_trunk": 2 "webkit_trunk":
3 "http://svn.webkit.org/repository/webkit/trunk", 3 "http://svn.webkit.org/repository/webkit/trunk",
4 "webkit_revision": "51584", 4 "webkit_revision": "51584",
5 "ffmpeg_revision": "30374", 5 "ffmpeg_revision": "30374",
6 "chromium_git": "http://src.chromium.org/git", 6 "chromium_git": "http://src.chromium.org/git",
7 } 7 }
8 8
9 deps = { 9 deps = {
10 "src/breakpad/src": 10 "src/breakpad/src":
(...skipping 20 matching lines...) Expand all
31 "src/third_party/hunspell": 31 "src/third_party/hunspell":
32 "/trunk/deps/third_party/hunspell128@30191", 32 "/trunk/deps/third_party/hunspell128@30191",
33 33
34 "src/third_party/protobuf2/src": 34 "src/third_party/protobuf2/src":
35 "http://protobuf.googlecode.com/svn/trunk@219", 35 "http://protobuf.googlecode.com/svn/trunk@219",
36 36
37 "src/tools/gyp": 37 "src/tools/gyp":
38 "http://gyp.googlecode.com/svn/trunk@766", 38 "http://gyp.googlecode.com/svn/trunk@766",
39 39
40 "src/v8": 40 "src/v8":
41 "http://v8.googlecode.com/svn/trunk@3376", 41 "http://v8.googlecode.com/svn/trunk@3395",
42 42
43 "src/native_client": 43 "src/native_client":
44 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@1052", 44 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@1052",
45 45
46 "src/third_party/skia/src": 46 "src/third_party/skia/src":
47 "http://skia.googlecode.com/svn/trunk/src@449", 47 "http://skia.googlecode.com/svn/trunk/src@449",
48 48
49 "src/third_party/skia/include": 49 "src/third_party/skia/include":
50 "http://skia.googlecode.com/svn/trunk/include@449", 50 "http://skia.googlecode.com/svn/trunk/include@449",
51 51
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "$matching_files"], 227 "$matching_files"],
228 }, 228 },
229 { 229 {
230 # Workaround XCode dependecies problem. 230 # Workaround XCode dependecies problem.
231 # TODO(bradnelson): remove this when fixed. 231 # TODO(bradnelson): remove this when fixed.
232 "pattern": ".", 232 "pattern": ".",
233 "action": ["python", 233 "action": ["python",
234 "src/build/mac/clobber_generated_headers.py"], 234 "src/build/mac/clobber_generated_headers.py"],
235 }, 235 },
236 ] 236 ]
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