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

Unified Diff: trunk/src/DEPS

Issue 110333004: Revert 240682 "Add libc++ and libc++abi to third-party." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | trunk/src/build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/DEPS
===================================================================
--- trunk/src/DEPS (revision 240705)
+++ trunk/src/DEPS (working copy)
@@ -17,8 +17,6 @@
# 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_url": "http://llvm.org/svn/llvm-project",
- "libcxx_revision": "196895",
"webkit_trunk": "http://src.chromium.org/blink/trunk",
"nacl_trunk": "http://src.chromium.org/native_client/trunk",
"webkit_revision": "163831",
@@ -114,18 +112,6 @@
"src/third_party/leveldatabase/src":
(Var("googlecode_url") % "leveldb") + "/trunk@78",
- "src/third_party/libc++/include":
- Var("llvm_url") + "/libcxx/trunk/include@" + Var("libcxx_revision"),
-
- "src/third_party/libc++/src":
- Var("llvm_url") + "/libcxx/trunk/src@" + Var("libcxx_revision"),
-
- "src/third_party/libc++abi/include":
- Var("llvm_url") + "/libcxxabi/trunk/include@" + Var("libcxx_revision"),
-
- "src/third_party/libc++abi/src":
- Var("llvm_url") + "/libcxxabi/trunk/src@" + Var("libcxx_revision"),
-
"src/third_party/snappy/src":
(Var("googlecode_url") % "snappy") + "/trunk@80",
« no previous file with comments | « no previous file | trunk/src/build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698