summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-25 00:34:00 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-25 00:34:00 +0000
commitf94eda9af8415977b45b23f3598afe97f76d249f (patch)
treefc4c88150614d4c939d1f611728ef2250dc0a54a /DEPS
parent1a5c6271cbbd38a51a231e6073c67f6e579ef865 (diff)
downloadchromium_src-f94eda9af8415977b45b23f3598afe97f76d249f.zip
chromium_src-f94eda9af8415977b45b23f3598afe97f76d249f.tar.gz
chromium_src-f94eda9af8415977b45b23f3598afe97f76d249f.tar.bz2
Reintroducing scons :-( + pylib.
Required for nacl integration testing. Sorry Evan.... BUG=nacl1295 TEST=None Review URL: http://codereview.chromium.org/6581050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75999 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS6
1 files changed, 6 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 95e4c97..b7f5c8b 100644
--- a/DEPS
+++ b/DEPS
@@ -197,6 +197,12 @@ deps = {
"src/third_party/flac":
"/trunk/deps/third_party/flac@71053",
+
+ # Needed to support nacl browser test jig.
+ "src/third_party/pylib":
+ Var("nacl_trunk") + "/src/third_party/pylib@4214",
+ "src/third_party/scons":
+ Var("nacl_trunk") + "/src/third_party/scons@4214",
}