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

Unified Diff: adblockplus.gyp

Issue 5316782940225536: Issue 1557 - Update to the recent libadblockplus to reduce additional updates in the logic later. (Closed)
Patch Set: remove debugging code Created Nov. 24, 2014, 11:09 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
Index: adblockplus.gyp
===================================================================
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -38,7 +38,12 @@
'src/shared/Communication.cpp',
'src/shared/Dictionary.cpp',
'src/shared/Utils.cpp',
- ]
+ 'src/shared/ContentType.h',
+ 'src/shared/ContentType.cpp',
+ ],
+ 'include_dirs': [
+ 'libadblockplus/include',
+ ],
},
{
@@ -142,6 +147,7 @@
'src/plugin/SinkPolicy.inl',
],
'include_dirs': [
+ 'libadblockplus/include',
Oleksandr 2015/01/11 09:22:46 This feels wrong, IMHO. Conceptually, I think in A
sergei 2015/01/11 23:34:05 Yes, see the discussion about declaration in a sep
'$(WindowsSDK_IncludePath)',
'$(VCInstallDir)atlmfc/include',
'$(WINDDKDIR)/inc/atl71',
« no previous file with comments | « .hgsubstate ('k') | src/engine/Main.cpp » ('j') | src/plugin/AdblockPlusDomTraverser.cpp » ('J')

Powered by Google App Engine
This is Rietveld