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

Side by Side Diff: mojo/embedder/embedder_unittest.cc

Issue 213393002: Mojo: Move public C system header files to mojo/public/c/system/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « mojo/bindings/js/waiting_callback.h ('k') | mojo/environment/default_async_waiter_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "mojo/embedder/embedder.h" 5 #include "mojo/embedder/embedder.h"
6 6
7 #include <string.h> 7 #include <string.h>
8 8
9 #include "base/bind.h" 9 #include "base/bind.h"
10 #include "base/location.h" 10 #include "base/location.h"
11 #include "base/logging.h" 11 #include "base/logging.h"
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "base/message_loop/message_loop.h" 13 #include "base/message_loop/message_loop.h"
14 #include "base/synchronization/waitable_event.h" 14 #include "base/synchronization/waitable_event.h"
15 #include "mojo/common/test/multiprocess_test_helper.h" 15 #include "mojo/common/test/multiprocess_test_helper.h"
16 #include "mojo/embedder/platform_channel_pair.h" 16 #include "mojo/embedder/platform_channel_pair.h"
17 #include "mojo/embedder/test_embedder.h" 17 #include "mojo/embedder/test_embedder.h"
18 #include "mojo/public/system/core.h" 18 #include "mojo/public/c/system/core.h"
19 #include "mojo/system/test_utils.h" 19 #include "mojo/system/test_utils.h"
20 #include "testing/gtest/include/gtest/gtest.h" 20 #include "testing/gtest/include/gtest/gtest.h"
21 21
22 namespace mojo { 22 namespace mojo {
23 namespace embedder { 23 namespace embedder {
24 namespace { 24 namespace {
25 25
26 class ScopedTestChannel { 26 class ScopedTestChannel {
27 public: 27 public:
28 // Creates a channel that lives on a given I/O thread (determined by the given 28 // Creates a channel that lives on a given I/O thread (determined by the given
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 501
502 EXPECT_TRUE(test::Shutdown()); 502 EXPECT_TRUE(test::Shutdown());
503 } 503 }
504 504
505 // TODO(vtl): Test immediate write & close. 505 // TODO(vtl): Test immediate write & close.
506 // TODO(vtl): Test broken-connection cases. 506 // TODO(vtl): Test broken-connection cases.
507 507
508 } // namespace 508 } // namespace
509 } // namespace embedder 509 } // namespace embedder
510 } // namespace mojo 510 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/bindings/js/waiting_callback.h ('k') | mojo/environment/default_async_waiter_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698