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: fix according to the comments Created Jan. 28, 2015, 1:22 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/engine/Main.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
diff --git a/adblockplus.gyp b/adblockplus.gyp
index 0abb2cfd075781020fa9cd2313d5e0e4dbf05f6f..db11d6d3d0bfb961188ada3bbac3fe320f3048e3 100644
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -42,7 +42,18 @@
'src/shared/Registry.cpp',
'src/shared/IE_version.h',
'src/shared/IE_version.cpp',
- ]
+ 'src/shared/ContentType.h',
+ 'src/shared/ContentType.cpp',
+ ],
+ 'include_dirs': [
+ 'libadblockplus/include',
+ ],
+ 'direct_dependent_settings':
+ {
+ 'include_dirs': [
+ 'libadblockplus/include',
+ ],
+ },
},
{
« no previous file with comments | « no previous file | src/engine/Main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld