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

Unified Diff: libadblockplus.gyp

Issue 10259001: XMLHttpRequest API (Closed)
Patch Set: Created April 10, 2013, 3:19 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
@@ -13,16 +13,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',
@@ -72,12 +74,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'
]
}]
}

Powered by Google App Engine
This is Rietveld