Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: shell/shell.gyp

Issue 29451722: Issue 4907 - Update v8 to 5.7.278 in libadblockplus (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: independence from file mode of make_gyp_wrapper.py Created July 4, 2017, 11:11 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « msvs_gyp_wrapper.py ('k') | src/ConsoleJsObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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++'],
},
« no previous file with comments | « msvs_gyp_wrapper.py ('k') | src/ConsoleJsObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld