From e3ee55b28d0b230d054c9718f79a1f6d685cd62b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Wed, 1 Jun 2016 21:01:55 +0200 Subject: [build] remove gyp --- deps/gyp/test/toplevel-dir/src/sub2/prog2.gyp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 deps/gyp/test/toplevel-dir/src/sub2/prog2.gyp (limited to 'deps/gyp/test/toplevel-dir/src/sub2/prog2.gyp') diff --git a/deps/gyp/test/toplevel-dir/src/sub2/prog2.gyp b/deps/gyp/test/toplevel-dir/src/sub2/prog2.gyp deleted file mode 100644 index 5934548369..0000000000 --- a/deps/gyp/test/toplevel-dir/src/sub2/prog2.gyp +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright (c) 2009 Google Inc. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -{ - 'targets': [ - { - 'target_name': 'prog2', - 'type': 'executable', - 'sources': [ - 'prog2.c', - ], - }, - ], -} -- cgit v1.2.1