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

Side by Side Diff: DEPS

Issue 9969111: Adds qcms to third_party for use in handling ICC color profiles. (Closed) Base URL: http://git.chromium.org/chromium/src.git@bug143
Patch Set: Update license file location Created 8 years, 8 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 | « .gitignore ('k') | third_party/qcms/README.chromium » ('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 # 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 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", 5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", 6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
7 "nacl_trunk": "http://src.chromium.org/native_client/trunk", 7 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
8 "webkit_revision": "112724", 8 "webkit_revision": "112724",
9 "chromium_git": "http://git.chromium.org/git", 9 "chromium_git": "http://git.chromium.org/git",
10 "swig_revision": "69281", 10 "swig_revision": "69281",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "src/third_party/pyftpdlib/src": 287 "src/third_party/pyftpdlib/src":
288 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977", 288 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
289 289
290 # Needed to support nacl browser test jig. 290 # Needed to support nacl browser test jig.
291 "src/third_party/pylib": 291 "src/third_party/pylib":
292 Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"), 292 Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"),
293 "src/third_party/scons-2.0.1": 293 "src/third_party/scons-2.0.1":
294 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + 294 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
295 Var("nacl_tools_revision"), 295 Var("nacl_tools_revision"),
296 296
297 "src/third_party/qcms/src":
298 "https://github.com/jrmuizel/qcms.git@7ee04f093a",
Evan Stade 2012/04/03 19:19:36 since this is the first github repo in this file,
299
297 "src/third_party/webrtc": 300 "src/third_party/webrtc":
298 (Var("googlecode_url") % "webrtc") + "/stable/src@" + Var("webrtc_revision") , 301 (Var("googlecode_url") % "webrtc") + "/stable/src@" + Var("webrtc_revision") ,
299 302
300 "src/third_party/jsoncpp/source/include": 303 "src/third_party/jsoncpp/source/include":
301 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + 304 (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
302 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"), 305 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
303 306
304 "src/third_party/jsoncpp/source/src/lib_json": 307 "src/third_party/jsoncpp/source/src/lib_json":
305 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + 308 (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
306 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), 309 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 "pattern": ".", 526 "pattern": ".",
524 "action": ["python", "src/build/util/lastchange.py", 527 "action": ["python", "src/build/util/lastchange.py",
525 "-o", "src/build/util/LASTCHANGE"], 528 "-o", "src/build/util/LASTCHANGE"],
526 }, 529 },
527 { 530 {
528 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 531 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
529 "pattern": ".", 532 "pattern": ".",
530 "action": ["python", "src/build/gyp_chromium"], 533 "action": ["python", "src/build/gyp_chromium"],
531 }, 534 },
532 ] 535 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | third_party/qcms/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698