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

Unified Diff: libadblockplus.gyp

Issue 10524054: Rename ErrorCallback into LogSystem, provide a proper console API (Closed)
Patch Set: Created May 10, 2013, 2:01 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
Index: libadblockplus.gyp
===================================================================
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -21,19 +21,18 @@
'include_dirs': [
'include',
'third_party/v8/include'
],
'dependencies': ['third_party/v8/tools/gyp/v8.gyp:v8'],
'sources': [
'src/AppInfoJsObject.cpp',
'src/ConsoleJsObject.cpp',
- 'src/DefaultErrorCallback.cpp',
+ 'src/DefaultLogSystem.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',
'src/Utils.cpp',
'src/WebRequestJsObject.cpp',

Powered by Google App Engine
This is Rietveld