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

Side by Side Diff: DEPS

Issue 2072010: Update Chrome to use the new int64-typedefed module, instance, and resources ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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 | webkit/glue/plugins/pepper_device_context_2d.cc » ('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": "59656", 4 "webkit_revision": "59656",
5 "ffmpeg_revision": "46128", 5 "ffmpeg_revision": "46128",
6 "skia_revision": "562", 6 "skia_revision": "562",
7 "chromium_git": "http://src.chromium.org/git", 7 "chromium_git": "http://src.chromium.org/git",
8 "swig_revision": "40423", 8 "swig_revision": "40423",
9 "nacl_revision": "2235", 9 "nacl_revision": "2235",
10 } 10 }
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 Var("webkit_revision"), 136 Var("webkit_revision"),
137 137
138 "src/third_party/swig/Lib": 138 "src/third_party/swig/Lib":
139 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), 139 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
140 140
141 "src/third_party/ffmpeg/source/patched-ffmpeg-mt": 141 "src/third_party/ffmpeg/source/patched-ffmpeg-mt":
142 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + 142 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" +
143 Var("ffmpeg_revision"), 143 Var("ffmpeg_revision"),
144 144
145 "src/third_party/ppapi": 145 "src/third_party/ppapi":
146 "http://ppapi.googlecode.com/svn/trunk@42", 146 "http://ppapi.googlecode.com/svn/trunk@43",
147 } 147 }
148 148
149 149
150 deps_os = { 150 deps_os = {
151 "win": { 151 "win": {
152 "src/chrome/tools/test/reference_build/chrome": 152 "src/chrome/tools/test/reference_build/chrome":
153 "/trunk/deps/reference_builds/chrome@41984", 153 "/trunk/deps/reference_builds/chrome@41984",
154 154
155 "src/third_party/cygwin": 155 "src/third_party/cygwin":
156 "/trunk/deps/third_party/cygwin@11984", 156 "/trunk/deps/third_party/cygwin@11984",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "action": ["python", "src/build/gyp_chromium"], 261 "action": ["python", "src/build/gyp_chromium"],
262 }, 262 },
263 { 263 {
264 # Workaround XCode dependecies problem. 264 # Workaround XCode dependecies problem.
265 # TODO(bradnelson): remove this when fixed. 265 # TODO(bradnelson): remove this when fixed.
266 "pattern": ".", 266 "pattern": ".",
267 "action": ["python", 267 "action": ["python",
268 "src/build/mac/clobber_generated_headers.py"], 268 "src/build/mac/clobber_generated_headers.py"],
269 }, 269 },
270 ] 270 ]
OLDNEW
« no previous file with comments | « no previous file | webkit/glue/plugins/pepper_device_context_2d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698