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

Unified Diff: libadblockplus.gyp

Issue 6233220328718336: Issue #3593, #1197- fix isolate management (Closed)
Patch Set: make ScopedV8Isolate uncopyable Created Jan. 22, 2016, 10:39 a.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
diff --git a/libadblockplus.gyp b/libadblockplus.gyp
index e187d7d77e4226de646c184d39d1e6a54ea7604f..3cab326f875ba43bb20d76a18e761f2eab6b2f66 100644
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -162,6 +162,8 @@
'libadblockplus'
],
'sources': [
+ 'test/BaseJsTest.h',
+ 'test/BaseJsTest.cpp',
'test/AppInfoJsObject.cpp',
'test/ConsoleJsObject.cpp',
'test/DefaultFileSystem.cpp',

Powered by Google App Engine
This is Rietveld