Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: gin/test/gtest.h

Issue 59153005: Begin implementing V8 bindings for Mojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix skipped comment Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« gin/arguments.cc ('K') | « gin/runner.cc ('k') | gin/test/gtest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/test/gtest.h
diff --git a/gin/initialize.h b/gin/test/gtest.h
similarity index 53%
copy from gin/initialize.h
copy to gin/test/gtest.h
index 4ebcf8da48e1983fd1bf98290af45ed96af2991b..e4ad534c146cca369057c00232828d6c74113f1c 100644
--- a/gin/initialize.h
+++ b/gin/test/gtest.h
@@ -2,13 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef GIN_INITIALIZE_H_
-#define GIN_INITIALIZE_H_
+#ifndef GIN_TEST_GTEST_H_
+#define GIN_TEST_GTEST_H_
+
+#include "v8/include/v8.h"
namespace gin {
-void Initialize();
+v8::Local<v8::ObjectTemplate> GetGTestTemplate(v8::Isolate* isolate);
} // namespace gin
-#endif // GIN_INITIALIZE_H_
+#endif // GIN_TEST_GTEST_H_
« gin/arguments.cc ('K') | « gin/runner.cc ('k') | gin/test/gtest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698