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

Side by Side Diff: DEPS

Issue 170733003: Update OpenMAX DL FFT routines to fix crash on non-NEON devices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | 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 # This file is automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git 7 # python tools/deps2git/deps2git.py -o .DEPS.git
8 # gclient runhooks 8 # gclient runhooks
9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by
10 # a bot when you modify this one. 10 # a bot when you modify this one.
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", 233 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
234 234
235 "src/third_party/scons-2.0.1": 235 "src/third_party/scons-2.0.1":
236 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + 236 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
237 Var("nacl_tools_revision"), 237 Var("nacl_tools_revision"),
238 238
239 "src/third_party/webrtc": 239 "src/third_party/webrtc":
240 (Var("googlecode_url") % "webrtc") + "/trunk/webrtc@" + Var("webrtc_revision "), 240 (Var("googlecode_url") % "webrtc") + "/trunk/webrtc@" + Var("webrtc_revision "),
241 241
242 "src/third_party/openmax_dl": 242 "src/third_party/openmax_dl":
243 (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@5205", 243 (Var("googlecode_url") % "webrtc") + "/deps/third_party/openmax@5569",
244 244
245 "src/third_party/jsoncpp/source/include": 245 "src/third_party/jsoncpp/source/include":
246 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + 246 (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
247 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"), 247 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
248 248
249 "src/third_party/jsoncpp/source/src/lib_json": 249 "src/third_party/jsoncpp/source/src/lib_json":
250 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + 250 (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
251 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), 251 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
252 252
253 "src/third_party/libyuv": 253 "src/third_party/libyuv":
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 "-s", "src/build/linux/bin/eu-strip.sha1", 754 "-s", "src/build/linux/bin/eu-strip.sha1",
755 ], 755 ],
756 }, 756 },
757 { 757 {
758 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 758 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
759 "name": "gyp", 759 "name": "gyp",
760 "pattern": ".", 760 "pattern": ".",
761 "action": ["python", "src/build/gyp_chromium"], 761 "action": ["python", "src/build/gyp_chromium"],
762 }, 762 },
763 ] 763 ]
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