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

Unified Diff: libadblockplus.gyp

Issue 10310030: Convert references to FileSystem & Co. into shared pointers (avoid use after free) (Closed)
Patch Set: Created April 18, 2013, 11:59 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
@@ -14,16 +14,17 @@
'defines': ['FILTER_ENGINE_STUBS=1'],
'all_dependent_settings': {
'defines': ['FILTER_ENGINE_STUBS=1']
},
'dependencies': ['third_party/v8/tools/gyp/v8.gyp:v8'],
'sources': [
'src/AppInfoJsObject.cpp',
'src/ConsoleJsObject.cpp',
+ 'src/DefaultErrorCallback.cpp',
'src/DefaultFileSystem.cpp',
'src/ErrorCallback.cpp',
'src/FileSystemJsObject.cpp',
'src/FilterEngine.cpp',
'src/GlobalJsObject.cpp',
'src/JsEngine.cpp',
'src/JsValue.cpp',
'src/Thread.cpp',
« no previous file with comments | « include/AdblockPlus/WebRequest.h ('k') | shell/src/Main.cpp » ('j') | src/JsEngine.cpp » ('J')

Powered by Google App Engine
This is Rietveld