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

Unified Diff: libadblockplus.gyp

Issue 10296001: Implement File API (Closed)
Patch Set: Don't pass a blog to _fileSystem.write Created April 12, 2013, 12:10 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
@@ -19,11 +19,12 @@
'sources': [
'src/ConsoleJsObject.cpp',
'src/ErrorCallback.cpp',
- 'src/FileReader.cpp',
+ 'src/FileSystemJsObject.cpp',
'src/FilterEngine.cpp',
'src/GlobalJsObject.cpp',
'src/JsEngine.cpp',
'src/Thread.cpp',
+ 'src/Utils.cpp',
'src/WebRequest.cpp',
'src/WebRequestJsObject.cpp',
'<(INTERMEDIATE_DIR)/adblockplus.js.cc'
@@ -92,6 +93,7 @@
],
'sources': [
'test/ConsoleJsObject.cpp',
+ 'test/FileSystemJsObject.cpp',
'test/FilterEngineStubs.cpp',
'test/GlobalJsObject.cpp',
'test/JsEngine.cpp',

Powered by Google App Engine
This is Rietveld