Index: libadblockplus.gyp |
=================================================================== |
--- a/libadblockplus.gyp |
+++ b/libadblockplus.gyp |
@@ -13,16 +13,18 @@ |
'sources': [ |
'src/ConsoleJsObject.cpp', |
'src/ErrorCallback.cpp', |
'src/FileReader.cpp', |
'src/FilterEngine.cpp', |
'src/GlobalJsObject.cpp', |
'src/JsEngine.cpp', |
'src/Thread.cpp', |
+ 'src/WebRequest.cpp', |
+ 'src/WebRequestJsObject.cpp', |
'<(INTERMEDIATE_DIR)/adblockplus.js.cc' |
], |
'direct_dependent_settings': { |
'include_dirs': ['include'] |
}, |
'export_dependent_settings': ['third_party/v8/tools/gyp/v8.gyp:v8'], |
'actions': [{ |
'action_name': 'convert_js', |
@@ -72,12 +74,13 @@ |
'third_party/googletest.gyp:googletest_main', |
'libadblockplus' |
], |
'sources': [ |
'test/ConsoleJsObject.cpp', |
'test/FilterEngineStubs.cpp', |
'test/GlobalJsObject.cpp', |
'test/JsEngine.cpp', |
- 'test/Thread.cpp' |
+ 'test/Thread.cpp', |
+ 'test/WebRequest.cpp' |
] |
}] |
} |