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

Unified Diff: libadblockplus.gyp

Issue 6307944991817728: Issue 984 - port referrer mapping from Android (Closed)
Patch Set: Created July 16, 2014, 10:32 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 | « include/AdblockPlus/ReferrerMapping.h ('k') | src/ReferrerMapping.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
===================================================================
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -34,6 +34,7 @@
'src/JsEngine.cpp',
'src/JsError.cpp',
'src/JsValue.cpp',
+ 'src/ReferrerMapping.cpp',
'src/Thread.cpp',
'src/Utils.cpp',
'src/WebRequestJsObject.cpp',
@@ -155,6 +156,7 @@
'test/JsEngine.cpp',
'test/JsValue.cpp',
'test/Prefs.cpp',
+ 'test/ReferrerMapping.cpp',
'test/Thread.cpp',
'test/UpdateCheck.cpp',
'test/WebRequest.cpp'
« no previous file with comments | « include/AdblockPlus/ReferrerMapping.h ('k') | src/ReferrerMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld