| Index: libadblockplus.gyp |
| =================================================================== |
| --- a/libadblockplus.gyp |
| +++ b/libadblockplus.gyp |
| @@ -18,16 +18,17 @@ |
| 'dependencies': ['third_party/v8/tools/gyp/v8.gyp:v8'], |
| 'sources': [ |
| 'src/ConsoleJsObject.cpp', |
| 'src/ErrorCallback.cpp', |
| 'src/FileReader.cpp', |
| 'src/FilterEngine.cpp', |
| 'src/GlobalJsObject.cpp', |
| 'src/JsEngine.cpp', |
| + 'src/JsValue.cpp', |
| 'src/Thread.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'], |