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

Side by Side Diff: DEPS

Issue 6332003: Use libjpeg-turbo by default.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | build/common.gypi » ('j') | chrome/app/framework.order » ('J')
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": "76122", 7 "webkit_revision": "76122",
8 "chromium_git": "http://git.chromium.org/git", 8 "chromium_git": "http://git.chromium.org/git",
9 "swig_revision": "69281", 9 "swig_revision": "69281",
10 "nacl_revision": "4174", 10 "nacl_revision": "4174",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "src/third_party/speex": 172 "src/third_party/speex":
173 "/trunk/deps/third_party/speex@70427", 173 "/trunk/deps/third_party/speex@70427",
174 174
175 "src/third_party/libsrtp/src": 175 "src/third_party/libsrtp/src":
176 "/trunk/deps/third_party/libsrtp@60080", 176 "/trunk/deps/third_party/libsrtp@60080",
177 177
178 "src/third_party/yasm/source/patched-yasm": 178 "src/third_party/yasm/source/patched-yasm":
179 "/trunk/deps/third_party/yasm/patched-yasm@71296", 179 "/trunk/deps/third_party/yasm/patched-yasm@71296",
180 180
181 "src/third_party/libjpeg_turbo": 181 "src/third_party/libjpeg_turbo":
182 "/trunk/deps/third_party/libjpeg_turbo@66929", 182 "/trunk/deps/third_party/libjpeg_turbo@71642",
Craig 2011/02/03 17:56:59 Can you change this to 73588 please to pick up the
183 183
184 "src/third_party/flac": 184 "src/third_party/flac":
185 "/trunk/deps/third_party/flac@71053", 185 "/trunk/deps/third_party/flac@71053",
186 } 186 }
187 187
188 188
189 deps_os = { 189 deps_os = {
190 "win": { 190 "win": {
191 "src/chrome/tools/test/reference_build/chrome": 191 "src/chrome/tools/test/reference_build/chrome":
192 "/trunk/deps/reference_builds/chrome@70122", 192 "/trunk/deps/reference_builds/chrome@70122",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 ] 303 ]
304 304
305 305
306 hooks = [ 306 hooks = [
307 { 307 {
308 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 308 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
309 "pattern": ".", 309 "pattern": ".",
310 "action": ["python", "src/build/gyp_chromium"], 310 "action": ["python", "src/build/gyp_chromium"],
311 }, 311 },
312 ] 312 ]
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | chrome/app/framework.order » ('J')

Powered by Google App Engine
This is Rietveld 408576698