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

Unified Diff: adblockplus.gyp

Issue 29331055: Issue #1234 - Remove 'CString' from PluginFilter.* (Closed)
Patch Set: Created Nov. 29, 2015, 3:49 p.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 | « no previous file | src/plugin/PluginFilter.h » ('j') | src/plugin/PluginFilter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
===================================================================
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -220,7 +220,7 @@
],
'defines': ['WINVER=0x0501'],
'link_settings': {
- 'libraries': ['-ladvapi32', '-lshell32', '-lole32'],
+ 'libraries': ['-ladvapi32', '-lshell32', '-lole32', '-loleaut32'],
sergei 2015/11/30 12:37:51 Why do we need it?
Eric 2015/11/30 15:54:05 SysStringLen, used in ToWstring(BSTR) Apparently
},
'msvs_settings': {
'VCLinkerTool': {
@@ -244,6 +244,8 @@
'test/plugin/UserSettingsTest.cpp',
'src/plugin/PluginUtil.h',
'test/plugin/UtilTest.cpp',
+ 'src/plugin/TokenSequence.h',
+ 'test/plugin/TokenSequenceTest.cpp',
#
# required only for linking
#
« no previous file with comments | « no previous file | src/plugin/PluginFilter.h » ('j') | src/plugin/PluginFilter.h » ('J')

Powered by Google App Engine
This is Rietveld