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, 9:05 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: 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'

Powered by Google App Engine
This is Rietveld