|
117 | 117 | 'tools/msvs/genfiles', |
118 | 118 | 'deps/uv/src/ares', |
119 | 119 | '<(SHARED_INTERMEDIATE_DIR)', # for node_natives.h |
120 | | - 'deps/v8' # include/v8_platform.h |
| 120 | + 'deps/v8', # include/v8_platform.h |
121 | 121 | ], |
122 | 122 |
|
123 | 123 | 'sources': [ |
|
250 | 250 | 'deps/v8/src/third_party/vtune/v8vtune.gyp:v8_vtune' |
251 | 251 | ], |
252 | 252 | }], |
| 253 | + [ 'v8_inspector=="true"', { |
| 254 | + 'defines': [ |
| 255 | + 'HAVE_INSPECTOR=1', |
| 256 | + 'V8_INSPECTOR_USE_STL=1', |
| 257 | + ], |
| 258 | + 'sources': [ |
| 259 | + 'src/inspector_agent.cc', |
| 260 | + 'src/inspector_socket.cc', |
| 261 | + 'src/inspector_socket.h', |
| 262 | + 'src/inspector-agent.h', |
| 263 | + ], |
| 264 | + 'dependencies': [ |
| 265 | + 'deps/v8_inspector/v8_inspector.gyp:v8_inspector', |
| 266 | + ], |
| 267 | + 'include_dirs': [ |
| 268 | + 'deps/v8_inspector', |
| 269 | + 'deps/v8_inspector/deps/wtf', # temporary |
| 270 | + '<(SHARED_INTERMEDIATE_DIR)/blink', # for inspector |
| 271 | + ], |
| 272 | + }], |
253 | 273 | [ 'node_use_openssl=="true"', { |
254 | 274 | 'defines': [ 'HAVE_OPENSSL=1' ], |
255 | 275 | 'sources': [ |
|
690 | 710 | 'target_name': 'cctest', |
691 | 711 | 'type': 'executable', |
692 | 712 | 'dependencies': [ |
| 713 | + 'deps/openssl/openssl.gyp:openssl', |
| 714 | + 'deps/http_parser/http_parser.gyp:http_parser', |
693 | 715 | 'deps/gtest/gtest.gyp:gtest', |
| 716 | + 'deps/uv/uv.gyp:libuv', |
694 | 717 | 'deps/v8/tools/gyp/v8.gyp:v8', |
695 | 718 | 'deps/v8/tools/gyp/v8.gyp:v8_libplatform' |
696 | 719 | ], |
|
708 | 731 | 'GTEST_DONT_DEFINE_ASSERT_NE=1', |
709 | 732 | ], |
710 | 733 | 'sources': [ |
| 734 | + 'src/inspector_socket.cc', |
711 | 735 | 'test/cctest/util.cc', |
| 736 | + 'test/cctest/inspector_socket.cc', |
712 | 737 | ], |
713 | 738 | } |
714 | 739 | ], # end targets |
|
0 commit comments