| Index: libadblockplus.gyp | 
| =================================================================== | 
| --- a/libadblockplus.gyp | 
| +++ b/libadblockplus.gyp | 
| @@ -54,8 +54,14 @@ | 
| }, | 
| 'standalone_static_library': 1, # disable thin archives | 
| }, { | 
| - 'dependencies': ['third_party/v8/tools/gyp/v8.gyp:v8'], | 
| - 'export_dependent_settings': ['third_party/v8/tools/gyp/v8.gyp:v8'], | 
| + 'dependencies': [ | 
| + 'third_party/v8/tools/gyp/v8.gyp:v8', | 
| + 'third_party/v8/tools/gyp/v8.gyp:v8_libplatform', | 
| + ], | 
| + 'export_dependent_settings': [ | 
| + 'third_party/v8/tools/gyp/v8.gyp:v8', | 
| + 'third_party/v8/tools/gyp/v8.gyp:v8_libplatform', | 
| + ], | 
| }], | 
| ['have_curl==1', | 
| { | 
| @@ -145,7 +151,7 @@ | 
| 'type': 'executable', | 
| 'dependencies': [ | 
| 'third_party/googletest.gyp:googletest_main', | 
| - 'libadblockplus' | 
| + 'libadblockplus', | 
| ], | 
| 'sources': [ | 
| 'test/AppInfoJsObject.cpp', |