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

Side by Side Diff: DEPS

Issue 26592003: Switch CdmWrapper to use uint32_t for size types per style guide. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase over audio. Created 7 years, 2 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 | media/cdm/ppapi/cdm_adapter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # When adding a new dependency, please update the top-level .gitignore file 1 # When adding a new dependency, please update the top-level .gitignore file
2 # to list the dependency's destination directory. 2 # to list the dependency's destination directory.
3 3
4 vars = { 4 vars = {
5 # Use this googlecode_url variable only if there is an internal mirror for it. 5 # Use this googlecode_url variable only if there is an internal mirror for it.
6 # If you do not know, use the full path while defining your new deps entry. 6 # If you do not know, use the full path while defining your new deps entry.
7 "googlecode_url": "http://%s.googlecode.com/svn", 7 "googlecode_url": "http://%s.googlecode.com/svn",
8 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", 8 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code",
9 "webkit_trunk": "http://src.chromium.org/blink/trunk", 9 "webkit_trunk": "http://src.chromium.org/blink/trunk",
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "src/third_party/webpagereplay": 234 "src/third_party/webpagereplay":
235 (Var("googlecode_url") % "web-page-replay") + "/trunk@522", 235 (Var("googlecode_url") % "web-page-replay") + "/trunk@522",
236 236
237 "src/third_party/pywebsocket/src": 237 "src/third_party/pywebsocket/src":
238 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662", 238 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662",
239 239
240 "src/third_party/opus/src": 240 "src/third_party/opus/src":
241 "/trunk/deps/third_party/opus@185324", 241 "/trunk/deps/third_party/opus@185324",
242 242
243 "src/media/cdm/ppapi/api": 243 "src/media/cdm/ppapi/api":
244 "/trunk/deps/cdm@229868", 244 "/trunk/deps/cdm@230180",
245 245
246 "src/third_party/mesa/src": 246 "src/third_party/mesa/src":
247 "/trunk/deps/third_party/mesa@229994", 247 "/trunk/deps/third_party/mesa@229994",
248 248
249 "src/third_party/cld_2/src": 249 "src/third_party/cld_2/src":
250 (Var("googlecode_url") % "cld2") + "/trunk@84", 250 (Var("googlecode_url") % "cld2") + "/trunk@84",
251 } 251 }
252 252
253 253
254 deps_os = { 254 deps_os = {
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 "pattern": ".", 612 "pattern": ".",
613 "action": ["python", "src/build/gyp_chromium"], 613 "action": ["python", "src/build/gyp_chromium"],
614 }, 614 },
615 { 615 {
616 # Check for landmines (reasons to clobber the build). 616 # Check for landmines (reasons to clobber the build).
617 "name": "landmines", 617 "name": "landmines",
618 "pattern": ".", 618 "pattern": ".",
619 "action": ["python", "src/build/landmines.py"], 619 "action": ["python", "src/build/landmines.py"],
620 }, 620 },
621 ] 621 ]
OLDNEW
« no previous file with comments | « no previous file | media/cdm/ppapi/cdm_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698