summaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226>2010-11-17 21:39:54 +0000
committeralokp@chromium.org <alokp@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226>2010-11-17 21:39:54 +0000
commit3a053f261e62a184a545d16067615c18274989e4 (patch)
treee8000d80dee69f0e9673ebd50dcd7d225ee611e4 /DEPS
parentb3abc78b3754b9fc852f329d6c0087c66b163838 (diff)
downloadangle_dx11-3a053f261e62a184a545d16067615c18274989e4.tar.gz
Removed actions for generating parser-lexer now that they have been checked in. Also removed hooks to pull cygwin - it was only required for flex and bison that are not required anymore. If a developer needs to modify grammar files, he is expected to install cygwin.
Review URL: http://codereview.appspot.com/3177042 git-svn-id: https://angleproject.googlecode.com/svn/trunk@485 736b8ea6-26fd-11df-bfd4-992fa37f6226
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS8
1 files changed, 0 insertions, 8 deletions
diff --git a/DEPS b/DEPS
index 9df02130..072737b6 100644
--- a/DEPS
+++ b/DEPS
@@ -3,14 +3,6 @@ deps = {
"http://gyp.googlecode.com/svn/trunk@800",
}
-deps_os = {
- "win": {
- # Cygwin is required for gyp actions, flex, and bison.
- "trunk/third_party/cygwin":
- "http://src.chromium.org/svn/trunk/deps/third_party/cygwin@11984",
- }
-}
-
hooks = [
{
# A change to a .gyp, .gypi, or to GYP itself should run the generator.