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

Unified Diff: mojo/edk/js/tests/js_to_cpp_tests.cc

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanup Created 5 years, 2 months 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
Index: mojo/edk/js/tests/js_to_cpp_tests.cc
diff --git a/third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc b/mojo/edk/js/tests/js_to_cpp_tests.cc
similarity index 98%
copy from third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc
copy to mojo/edk/js/tests/js_to_cpp_tests.cc
index 459e8a2b5d927760331a3c05ae7cc614e6e3cf0a..f9a9b92ed342ee07bc12770173b63c25cad86822 100644
--- a/third_party/mojo/src/mojo/edk/js/tests/js_to_cpp_tests.cc
+++ b/mojo/edk/js/tests/js_to_cpp_tests.cc
@@ -11,16 +11,16 @@
#include "base/strings/utf_string_conversions.h"
#include "gin/array_buffer.h"
#include "gin/public/isolate_holder.h"
+#include "mojo/edk/js/mojo_runner_delegate.h"
+#include "mojo/edk/js/tests/js_to_cpp.mojom.h"
+#include "mojo/edk/test/test_utils.h"
#include "mojo/public/cpp/bindings/binding.h"
#include "mojo/public/cpp/system/core.h"
#include "mojo/public/cpp/system/macros.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "third_party/mojo/src/mojo/edk/js/mojo_runner_delegate.h"
-#include "third_party/mojo/src/mojo/edk/js/tests/js_to_cpp.mojom.h"
-#include "third_party/mojo/src/mojo/edk/test/test_utils.h"
namespace mojo {
-namespace js {
+namespace edk {
// Global value updated by some checks to prevent compilers from optimizing
// reads out of existence.
@@ -423,5 +423,5 @@ TEST_F(JsToCppTest, BackPointer) {
EXPECT_TRUE(cpp_side_connection.DidSucceed());
}
-} // namespace js
+} // namespace edk
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698