From ba2f320b6776d31bec6893b50f458a24ef8a90ea Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Tue, 7 Jun 2016 12:25:27 -0400 Subject: gyp: remove extra files --- example/example.gyp | 26 -------------------------- example/options.gypi | 1 - 2 files changed, 27 deletions(-) delete mode 100644 example/example.gyp delete mode 120000 example/options.gypi (limited to 'example') diff --git a/example/example.gyp b/example/example.gyp deleted file mode 100644 index ebe1d48..0000000 --- a/example/example.gyp +++ /dev/null @@ -1,26 +0,0 @@ -{ - "targets": [{ - "target_name": "uv_link_t-example", - "type": "executable", - - "include_dirs": [ - "src" - ], - - "variables": { - "gypkg_deps": [ - "git://github.com/libuv/libuv.git@^1.9.0 => uv.gyp:libuv", - ], - }, - - "dependencies": [ - "