summaryrefslogtreecommitdiff
path: root/deps/v8/DEPS
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-06-07 11:45:30 -0700
committerisaacs <i@izs.me>2012-06-07 17:54:21 -0700
commit46b09e419039d2fbfde4029606de3d3aaef7af25 (patch)
treeeeb80d063bef102429991d9cf1ca21bbe8768d09 /deps/v8/DEPS
parent3116522e7c33c579bbb8ac0ee12c27ff3ff9825c (diff)
downloadandroid-node-v8-46b09e419039d2fbfde4029606de3d3aaef7af25.tar.gz
android-node-v8-46b09e419039d2fbfde4029606de3d3aaef7af25.tar.bz2
android-node-v8-46b09e419039d2fbfde4029606de3d3aaef7af25.zip
Roll V8 back to 3.10.8.13
Diffstat (limited to 'deps/v8/DEPS')
-rw-r--r--deps/v8/DEPS27
1 files changed, 0 insertions, 27 deletions
diff --git a/deps/v8/DEPS b/deps/v8/DEPS
deleted file mode 100644
index e50d1d20f6..0000000000
--- a/deps/v8/DEPS
+++ /dev/null
@@ -1,27 +0,0 @@
-# Note: The buildbots evaluate this file with CWD set to the parent
-# directory and assume that the root of the checkout is in ./v8/, so
-# all paths in here must match this assumption.
-
-deps = {
- # Remember to keep the revision in sync with the Makefile.
- "v8/build/gyp":
- "http://gyp.googlecode.com/svn/trunk@1282",
-}
-
-deps_os = {
- "win": {
- "v8/third_party/cygwin":
- "http://src.chromium.org/svn/trunk/deps/third_party/cygwin@66844",
-
- "v8/third_party/python_26":
- "http://src.chromium.org/svn/trunk/tools/third_party/python_26@89111",
- }
-}
-
-hooks = [
- {
- # A change to a .gyp, .gypi, or to GYP itself should run the generator.
- "pattern": ".",
- "action": ["python", "v8/build/gyp_v8"],
- },
-]