summaryrefslogtreecommitdiff
path: root/Makefile.build
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2014-11-03 12:03:34 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2014-11-03 12:08:04 +0100
commit29d7fd6bb85faa3b82218f343adf2e9fd1ed6aa8 (patch)
treed58df925614401ceb76b5696738ee7c739a054ce /Makefile.build
parent59010135be9da6f90e7b4a3620f379bc170015a3 (diff)
downloadandroid-node-v8-29d7fd6bb85faa3b82218f343adf2e9fd1ed6aa8.tar.gz
android-node-v8-29d7fd6bb85faa3b82218f343adf2e9fd1ed6aa8.tar.bz2
android-node-v8-29d7fd6bb85faa3b82218f343adf2e9fd1ed6aa8.zip
src: move debug agent from deps/ to src/
There is not much point in keeping it a separate project because it doesn't build standalone, plus it makes applying changes to core more difficult because of the implicit dependency on header files in src/.
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index 1aa5f56515..dad86cb517 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -233,7 +233,6 @@ NACL_ARCHES = nacl_ia32 nacl_x64
GYPFILES = \
common.gypi \
deps/cares/cares.gyp \
- deps/debugger-agent/debugger-agent.gyp \
deps/http_parser/http_parser.gyp \
deps/openssl/openssl.gyp \
deps/uv/uv.gyp \