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

Side by Side Diff: mojo/services/view_manager/view_manager_service_apptest.cc

Issue 1057603003: Simplify mojo_shell since it's now only used for Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update scripts Created 5 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
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 "base/bind.h" 5 #include "base/bind.h"
6 #include "base/message_loop/message_loop.h" 6 #include "base/message_loop/message_loop.h"
7 #include "base/run_loop.h" 7 #include "base/run_loop.h"
8 #include "mojo/application/application_test_base_chromium.h"
8 #include "mojo/public/cpp/application/application_delegate.h" 9 #include "mojo/public/cpp/application/application_delegate.h"
9 #include "mojo/public/cpp/application/application_impl.h" 10 #include "mojo/public/cpp/application/application_impl.h"
10 #include "mojo/public/cpp/application/application_test_base.h"
11 #include "mojo/services/view_manager/ids.h" 11 #include "mojo/services/view_manager/ids.h"
12 #include "mojo/services/view_manager/test_change_tracker.h" 12 #include "mojo/services/view_manager/test_change_tracker.h"
13 #include "third_party/mojo_services/src/view_manager/public/interfaces/view_mana ger.mojom.h" 13 #include "third_party/mojo_services/src/view_manager/public/interfaces/view_mana ger.mojom.h"
14 #include "third_party/mojo_services/src/window_manager/public/interfaces/window_ manager.mojom.h" 14 #include "third_party/mojo_services/src/window_manager/public/interfaces/window_ manager.mojom.h"
15 #include "third_party/mojo_services/src/window_manager/public/interfaces/window_ manager_internal.mojom.h" 15 #include "third_party/mojo_services/src/window_manager/public/interfaces/window_ manager_internal.mojom.h"
16 16
17 using mojo::ApplicationConnection; 17 using mojo::ApplicationConnection;
18 using mojo::ApplicationDelegate; 18 using mojo::ApplicationDelegate;
19 using mojo::Array; 19 using mojo::Array;
20 using mojo::Callback; 20 using mojo::Callback;
(...skipping 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after
1490 // TODO(sky): need to better track changes to initial connection. For example, 1490 // TODO(sky): need to better track changes to initial connection. For example,
1491 // that SetBounsdViews/AddView and the like don't result in messages to the 1491 // that SetBounsdViews/AddView and the like don't result in messages to the
1492 // originating connection. 1492 // originating connection.
1493 1493
1494 // TODO(sky): make sure coverage of what was 1494 // TODO(sky): make sure coverage of what was
1495 // ViewManagerTest.SecondEmbedRoot_InitService and 1495 // ViewManagerTest.SecondEmbedRoot_InitService and
1496 // ViewManagerTest.MultipleEmbedRootsBeforeWTHReady gets added to window manager 1496 // ViewManagerTest.MultipleEmbedRootsBeforeWTHReady gets added to window manager
1497 // tests. 1497 // tests.
1498 1498
1499 } // namespace view_manager 1499 } // namespace view_manager
OLDNEW
« no previous file with comments | « mojo/services/view_manager/view_manager_client_apptest.cc ('k') | mojo/services/window_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698