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

Side by Side Diff: libadblockplus.gyp

Issue 29369479: Issue #4694 - Add mutex protection to JS event handling
Patch Set: Created Dec. 21, 2016, 7:35 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 'conditions': [[ 2 'conditions': [[
3 # We don't want to use curl on Windows and Android, skip the check there 3 # We don't want to use curl on Windows and Android, skip the check there
4 'OS=="win" or OS=="android"', 4 'OS=="win" or OS=="android"',
5 { 5 {
6 'variables': { 6 'variables': {
7 'have_curl': 0 7 'have_curl': 0
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'include/AdblockPlus/ReferrerMapping.h', 49 'include/AdblockPlus/ReferrerMapping.h',
50 'include/AdblockPlus/WebRequest.h', 50 'include/AdblockPlus/WebRequest.h',
51 'src/AllocatedArray.h', 51 'src/AllocatedArray.h',
52 'src/AppInfoJsObject.cpp', 52 'src/AppInfoJsObject.cpp',
53 'src/AppInfoJsObject.h', 53 'src/AppInfoJsObject.h',
54 'src/ConsoleJsObject.cpp', 54 'src/ConsoleJsObject.cpp',
55 'src/ConsoleJsObject.h', 55 'src/ConsoleJsObject.h',
56 'src/DefaultLogSystem.cpp', 56 'src/DefaultLogSystem.cpp',
57 'src/DefaultFileSystem.cpp', 57 'src/DefaultFileSystem.cpp',
58 'src/DefaultWebRequestWinInet.h', 58 'src/DefaultWebRequestWinInet.h',
59 'src/Event.cpp',
60 'src/Event.h',
59 'src/FileSystemJsObject.cpp', 61 'src/FileSystemJsObject.cpp',
60 'src/FileSystemJsObject.h', 62 'src/FileSystemJsObject.h',
61 'src/FilterEngine.cpp', 63 'src/FilterEngine.cpp',
62 'src/GlobalJsObject.cpp', 64 'src/GlobalJsObject.cpp',
63 'src/GlobalJsObject.h', 65 'src/GlobalJsObject.h',
64 'src/JsContext.cpp', 66 'src/JsContext.cpp',
65 'src/JsContext.h', 67 'src/JsContext.h',
66 'src/JsEngine.cpp', 68 'src/JsEngine.cpp',
67 'src/JsEngineInternal.h', 69 'src/JsEngineInternal.h',
68 'src/JsEngineTransition.h', 70 'src/JsEngineTransition.h',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'test/WebRequest.cpp' 212 'test/WebRequest.cpp'
211 ], 213 ],
212 'msvs_settings': { 214 'msvs_settings': {
213 'VCLinkerTool': { 215 'VCLinkerTool': {
214 'SubSystem': '1', # Console 216 'SubSystem': '1', # Console
215 'EntryPointSymbol': 'mainCRTStartup', 217 'EntryPointSymbol': 'mainCRTStartup',
216 }, 218 },
217 }, 219 },
218 }] 220 }]
219 } 221 }
OLDNEW
« 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