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

Unified Diff: DEPS

Issue 1784004: Removed angle from deps file to clear the trybots/buildbots. I will add it ag... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 45593)
+++ DEPS (working copy)
@@ -7,8 +7,6 @@
"chromium_git": "http://src.chromium.org/git",
"swig_revision": "40423",
"nacl_revision": "2072",
- "angleproject_trunk": "http://angleproject.googlecode.com/svn/trunk",
- "angleproject_revision": "146",
}
deps = {
@@ -27,11 +25,6 @@
"src/testing/gtest":
"http://googletest.googlecode.com/svn/trunk@408",
- "src/third_party/angleproject/include":
- Var("angleproject_trunk") + "/include@" + Var("angleproject_revision"),
- "src/third_party/angleproject/src":
- Var("angleproject_trunk") + "/src@" + Var("angleproject_revision"),
-
"src/third_party/WebKit":
"/trunk/deps/third_party/WebKit@33467",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698