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

Unified Diff: libadblockplus.gyp

Issue 29369479: Issue #4694 - Add mutex protection to JS event handling
Patch Set: Created Dec. 21, 2016, 7:35 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 | « include/AdblockPlus/JsEngine.h ('k') | src/Event.h » ('j') | src/Event.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
===================================================================
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -56,6 +56,8 @@
'src/DefaultLogSystem.cpp',
'src/DefaultFileSystem.cpp',
'src/DefaultWebRequestWinInet.h',
+ 'src/Event.cpp',
+ 'src/Event.h',
'src/FileSystemJsObject.cpp',
'src/FileSystemJsObject.h',
'src/FilterEngine.cpp',
« no previous file with comments | « include/AdblockPlus/JsEngine.h ('k') | src/Event.h » ('j') | src/Event.h » ('J')

Powered by Google App Engine
This is Rietveld