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

Unified Diff: libadblockplus.gyp

Issue 10259001: XMLHttpRequest API (Closed)
Patch Set: Addressed review comments Created April 11, 2013, 4:30 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 | « include/AdblockPlus/WebRequest.h ('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
@@ -16,16 +16,18 @@
'sources': [
'src/ConsoleJsObject.cpp',
'src/ErrorCallback.cpp',
'src/FileReader.cpp',
'src/FilterEngine.cpp',
'src/GlobalJsObject.cpp',
'src/JsEngine.cpp',
'src/Thread.cpp',
+ 'src/WebRequest.cpp',
+ 'src/WebRequestJsObject.cpp',
'<(INTERMEDIATE_DIR)/adblockplus.js.cc'
],
'direct_dependent_settings': {
'include_dirs': ['include']
},
'export_dependent_settings': ['third_party/v8/tools/gyp/v8.gyp:v8'],
'actions': [{
'action_name': 'convert_js',
@@ -74,12 +76,13 @@
'third_party/googletest.gyp:googletest_main',
'libadblockplus'
],
'sources': [
'test/ConsoleJsObject.cpp',
'test/FilterEngineStubs.cpp',
'test/GlobalJsObject.cpp',
'test/JsEngine.cpp',
- 'test/Thread.cpp'
+ 'test/Thread.cpp',
+ 'test/WebRequest.cpp'
]
}]
}
« no previous file with comments | « include/AdblockPlus/WebRequest.h ('k') | shell/src/Main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld