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

Side by Side Diff: DEPS

Issue 3382013: Add libsrtp in DEPS, gyp file for libsrtp. (Closed)
Patch Set: - Created 10 years, 3 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
« no previous file with comments | « no previous file | remoting/remoting.gyp » ('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 "googlecode_url": "http://%s.googlecode.com/svn", 2 "googlecode_url": "http://%s.googlecode.com/svn",
3 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 3 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
4 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 4 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
5 "webkit_revision": "67973", 5 "webkit_revision": "67973",
6 "ffmpeg_revision": "58574", 6 "ffmpeg_revision": "58574",
7 "skia_revision": "593", 7 "skia_revision": "593",
8 "chromium_git": "http://src.chromium.org/git", 8 "chromium_git": "http://src.chromium.org/git",
9 "swig_revision": "40423", 9 "swig_revision": "40423",
10 "nacl_revision": "3186", 10 "nacl_revision": "3186",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 168
169 "src/third_party/ppapi": 169 "src/third_party/ppapi":
170 (Var("googlecode_url") % "ppapi") + "/trunk@256", 170 (Var("googlecode_url") % "ppapi") + "/trunk@256",
171 171
172 "src/third_party/libjingle/source": 172 "src/third_party/libjingle/source":
173 (Var("googlecode_url") % "libjingle") + "/branches/nextsnap@" + 173 (Var("googlecode_url") % "libjingle") + "/branches/nextsnap@" +
174 Var("libjingle_revision"), 174 Var("libjingle_revision"),
175 175
176 "src/third_party/speex": 176 "src/third_party/speex":
177 "/trunk/deps/third_party/speex@56515", 177 "/trunk/deps/third_party/speex@56515",
178
179 "src/third_party/libsrtp/src":
180 "/trunk/deps/third_party/libsrtp@60080",
178 } 181 }
179 182
180 183
181 deps_os = { 184 deps_os = {
182 "win": { 185 "win": {
183 "src/chrome/tools/test/reference_build/chrome": 186 "src/chrome/tools/test/reference_build/chrome":
184 "/trunk/deps/reference_builds/chrome@41984", 187 "/trunk/deps/reference_builds/chrome@41984",
185 188
186 "src/third_party/cygwin": 189 "src/third_party/cygwin":
187 "/trunk/deps/third_party/cygwin@11984", 190 "/trunk/deps/third_party/cygwin@11984",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 ] 299 ]
297 300
298 301
299 hooks = [ 302 hooks = [
300 { 303 {
301 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 304 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
302 "pattern": ".", 305 "pattern": ".",
303 "action": ["python", "src/build/gyp_chromium"], 306 "action": ["python", "src/build/gyp_chromium"],
304 }, 307 },
305 ] 308 ]
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698