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

Unified Diff: libadblockplus.gyp

Issue 10296001: Implement File API (Closed)
Patch Set: Addressed the new issues Created April 16, 2013, 1:37 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 | « lib/io.js ('k') | shell/src/Main.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
===================================================================
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -18,12 +18,14 @@
'dependencies': ['third_party/v8/tools/gyp/v8.gyp:v8'],
'sources': [
'src/ConsoleJsObject.cpp',
+ 'src/DefaultFileSystem.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/WebRequestJsObject.cpp',
'<(INTERMEDIATE_DIR)/adblockplus.js.cc'
],
@@ -100,6 +102,8 @@
],
'sources': [
'test/ConsoleJsObject.cpp',
+ 'test/DefaultFileSystem.cpp',
+ 'test/FileSystemJsObject.cpp',
'test/FilterEngineStubs.cpp',
'test/GlobalJsObject.cpp',
'test/JsEngine.cpp',
« no previous file with comments | « lib/io.js ('k') | shell/src/Main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld