 Issue 29451722:
  Issue 4907 - Update v8 to 5.7.278 in libadblockplus  (Closed) 
  Base URL: https://github.com/adblockplus/libadblockplus.git
    
  
    Issue 29451722:
  Issue 4907 - Update v8 to 5.7.278 in libadblockplus  (Closed) 
  Base URL: https://github.com/adblockplus/libadblockplus.git
| Index: shell/shell.gyp | 
| diff --git a/shell/shell.gyp b/shell/shell.gyp | 
| index 7f47492efc6203018700a49f10719c3a24780eb9..093d7e835f582962941bf92edce59f2c9d454015 100644 | 
| --- a/shell/shell.gyp | 
| +++ b/shell/shell.gyp | 
| @@ -15,6 +15,11 @@ | 
| 'src/PrefsCommand.cpp', | 
| 'src/SubscriptionsCommand.cpp' | 
| ], | 
| + 'msvs_settings': { | 
| + 'VCLinkerTool': { | 
| + 'SubSystem': '1', # Console | 
| + } | 
| + }, | 
| 'xcode_settings': { | 
| 'OTHER_LDFLAGS': ['-stdlib=libstdc++'], | 
| }, |