From 3a053f261e62a184a545d16067615c18274989e4 Mon Sep 17 00:00:00 2001 From: "alokp@chromium.org" Date: Wed, 17 Nov 2010 21:39:54 +0000 Subject: 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 --- DEPS | 8 -------- 1 file changed, 8 deletions(-) (limited to 'DEPS') 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. -- cgit v1.2.3