| Index: DEPS
 | 
| ===================================================================
 | 
| --- DEPS	(revision 242050)
 | 
| +++ DEPS	(working copy)
 | 
| @@ -17,6 +17,9 @@
 | 
|    # If you do not know, use the full path while defining your new deps entry.
 | 
|    "googlecode_url": "http://%s.googlecode.com/svn",
 | 
|    "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code",
 | 
| +  "llvm_git": "https://llvm.googlesource.com",
 | 
| +  "libcxx_revision": "8f48c23568a122de6088455700e9d197b79bd8f8",
 | 
| +  "libcxxabi_revision": "753a30dd68ae008948d48f16bc942d5963fe65a1",
 | 
|    "webkit_trunk": "http://src.chromium.org/blink/trunk",
 | 
|    "nacl_trunk": "http://src.chromium.org/native_client/trunk",
 | 
|    "webkit_revision": "164196",
 | 
| @@ -108,6 +111,12 @@
 | 
|    "src/third_party/leveldatabase/src":
 | 
|      (Var("googlecode_url") % "leveldb") + "/trunk@78",
 | 
|  
 | 
| +  "src/third_party/libc++/trunk":
 | 
| +    Var("llvm_git") + "/libcxx.git@" + Var("libcxx_revision"),
 | 
| +
 | 
| +  "src/third_party/libc++abi/trunk":
 | 
| +    Var("llvm_git") + "/libcxxabi.git@" + Var("libcxxabi_revision"),
 | 
| +  
 | 
|    "src/third_party/snappy/src":
 | 
|      (Var("googlecode_url") % "snappy") + "/trunk@80",
 | 
|  
 | 
| 
 |