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
diff --git a/DEPS b/DEPS
index 95e4c977..b7f5c8b 100644
--- a/DEPS
+++ b/DEPS
@@ -197,6 +197,12 @@
 
   "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",
 }