summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-06 20:00:05 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-06 20:00:05 +0000
commit91c3c300069d27c6ec8749636fec1c4c9018b29f (patch)
tree2bb27e2885499a3305fc58eda9f25233f2366782 /DEPS
parentbff09683af717b4480bf34daf0ee63a9d3bea8ae (diff)
downloadchromium_src-91c3c300069d27c6ec8749636fec1c4c9018b29f.zip
chromium_src-91c3c300069d27c6ec8749636fec1c4c9018b29f.tar.gz
chromium_src-91c3c300069d27c6ec8749636fec1c4c9018b29f.tar.bz2
Revert 84470 (we want DEPS files to stay simple as discussed in irc. Also, this broke tools/sync-webkit-git.py) - Remove nacl_tools_revision and get the appropriate folders/revisions from native client's DEPS file
BUG=none TEST=trybots,gclient sync Review URL: http://codereview.chromium.org/6933043 TBR=elijahtaylor@google.com Review URL: http://codereview.chromium.org/6952009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84485 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS12
1 files changed, 6 insertions, 6 deletions
diff --git a/DEPS b/DEPS
index 7cb895f..8f615e5 100644
--- a/DEPS
+++ b/DEPS
@@ -11,6 +11,7 @@ vars = {
"nacl_irt_hash_x86_32": "22aa515c504417708751f081f4b4325c0cebb1c7",
"nacl_irt_hash_x86_64": "3f345b96ba52220f404140d73f75d5443818774a",
"nacl_revision": "5062",
+ "nacl_tools_revision": "5025",
"libjingle_revision": "55",
"libvpx_revision": "81610",
"ffmpeg_revision": "83815",
@@ -19,9 +20,6 @@ vars = {
}
deps = {
- "src/native_client/nacl_deps":
- File(Var("nacl_trunk") + "/src/native_client/DEPS@" + Var("nacl_revision")),
-
"src/breakpad/src":
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@786",
@@ -225,9 +223,10 @@ deps = {
# Needed to support nacl browser test jig.
"src/third_party/pylib":
- From("src/native_client/nacl_deps", "third_party/pylib"),
+ Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"),
"src/third_party/scons-2.0.1":
- From("src/native_client/nacl_deps", "third_party/scons-2.0.1"),
+ Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
+ Var("nacl_tools_revision"),
}
@@ -269,7 +268,8 @@ deps_os = {
"/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
"src/third_party/mingw-w64/mingw/bin":
- From("src/native_client/nacl_deps", "third_party/mingw-w64/mingw/bin"),
+ (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" +
+ Var("nacl_tools_revision")),
"src/rlz":
(Var("googlecode_url") % "rlz") + "/trunk@35",