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

Side by Side Diff: components/mus/ws/window_tree_client_unittest.cc

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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
« no previous file with comments | « components/mus/ws/window_server.cc ('k') | components/mus/ws/window_tree_unittest.cc » ('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 <stddef.h> 5 #include <stddef.h>
6 #include <stdint.h> 6 #include <stdint.h>
7 7
8 #include "base/bind.h" 8 #include "base/bind.h"
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "base/message_loop/message_loop.h" 10 #include "base/message_loop/message_loop.h"
11 #include "base/run_loop.h" 11 #include "base/run_loop.h"
12 #include "base/strings/stringprintf.h" 12 #include "base/strings/stringprintf.h"
13 #include "components/mus/public/cpp/tests/window_server_shelltest_base.h" 13 #include "components/mus/public/cpp/tests/window_server_shelltest_base.h"
14 #include "components/mus/public/interfaces/window_tree.mojom.h" 14 #include "components/mus/public/interfaces/window_tree.mojom.h"
15 #include "components/mus/public/interfaces/window_tree_host.mojom.h" 15 #include "components/mus/public/interfaces/window_tree_host.mojom.h"
16 #include "components/mus/ws/ids.h" 16 #include "components/mus/ws/ids.h"
17 #include "components/mus/ws/test_change_tracker.h" 17 #include "components/mus/ws/test_change_tracker.h"
18 #include "mojo/converters/geometry/geometry_type_converters.h" 18 #include "mojo/converters/geometry/geometry_type_converters.h"
19 #include "mojo/public/cpp/bindings/associated_binding.h" 19 #include "mojo/public/cpp/bindings/associated_binding.h"
20 #include "mojo/shell/public/cpp/shell_test.h" 20 #include "services/shell/public/cpp/shell_test.h"
21 21
22 using mojo::Array; 22 using mojo::Array;
23 using mojo::Callback; 23 using mojo::Callback;
24 using mojo::Connection; 24 using mojo::Connection;
25 using mojo::InterfaceRequest; 25 using mojo::InterfaceRequest;
26 using mojo::RectPtr; 26 using mojo::RectPtr;
27 using mojo::ShellClient; 27 using mojo::ShellClient;
28 using mojo::String; 28 using mojo::String;
29 using mus::mojom::ErrorCode; 29 using mus::mojom::ErrorCode;
30 using mus::mojom::EventPtr; 30 using mus::mojom::EventPtr;
(...skipping 1999 matching lines...) Expand 10 before | Expand all | Expand 10 after
2030 2030
2031 // TODO(sky): make sure coverage of what was 2031 // TODO(sky): make sure coverage of what was
2032 // WindowManagerTest.SecondEmbedRoot_InitService and 2032 // WindowManagerTest.SecondEmbedRoot_InitService and
2033 // WindowManagerTest.MultipleEmbedRootsBeforeWTHReady gets added to window 2033 // WindowManagerTest.MultipleEmbedRootsBeforeWTHReady gets added to window
2034 // manager 2034 // manager
2035 // tests. 2035 // tests.
2036 2036
2037 } // namespace test 2037 } // namespace test
2038 } // namespace ws 2038 } // namespace ws
2039 } // namespace mus 2039 } // namespace mus
OLDNEW
« no previous file with comments | « components/mus/ws/window_server.cc ('k') | components/mus/ws/window_tree_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698