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

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

Issue 663683007: Moves WindowManagerInternal* into own .mojom (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: merge Created 6 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 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 <string> 5 #include <string>
6 #include <vector> 6 #include <vector>
7 7
8 #include "base/at_exit.h" 8 #include "base/at_exit.h"
9 #include "base/auto_reset.h" 9 #include "base/auto_reset.h"
10 #include "base/bind.h" 10 #include "base/bind.h"
(...skipping 10 matching lines...) Expand all
21 #include "mojo/public/cpp/application/application_impl.h" 21 #include "mojo/public/cpp/application/application_impl.h"
22 #include "mojo/public/cpp/application/connect.h" 22 #include "mojo/public/cpp/application/connect.h"
23 #include "mojo/public/cpp/application/interface_factory_impl.h" 23 #include "mojo/public/cpp/application/interface_factory_impl.h"
24 #include "mojo/public/cpp/bindings/lib/router.h" 24 #include "mojo/public/cpp/bindings/lib/router.h"
25 #include "mojo/public/interfaces/application/service_provider.mojom.h" 25 #include "mojo/public/interfaces/application/service_provider.mojom.h"
26 #include "mojo/services/public/cpp/native_viewport/args.h" 26 #include "mojo/services/public/cpp/native_viewport/args.h"
27 #include "mojo/services/public/cpp/view_manager/types.h" 27 #include "mojo/services/public/cpp/view_manager/types.h"
28 #include "mojo/services/public/cpp/view_manager/util.h" 28 #include "mojo/services/public/cpp/view_manager/util.h"
29 #include "mojo/services/public/interfaces/view_manager/view_manager.mojom.h" 29 #include "mojo/services/public/interfaces/view_manager/view_manager.mojom.h"
30 #include "mojo/services/public/interfaces/window_manager/window_manager.mojom.h" 30 #include "mojo/services/public/interfaces/window_manager/window_manager.mojom.h"
31 #include "mojo/services/public/interfaces/window_manager/window_manager_internal .mojom.h"
31 #include "mojo/services/view_manager/ids.h" 32 #include "mojo/services/view_manager/ids.h"
32 #include "mojo/services/view_manager/test_change_tracker.h" 33 #include "mojo/services/view_manager/test_change_tracker.h"
33 #include "mojo/shell/shell_test_helper.h" 34 #include "mojo/shell/shell_test_helper.h"
34 #include "testing/gtest/include/gtest/gtest.h" 35 #include "testing/gtest/include/gtest/gtest.h"
35 #include "ui/gfx/geometry/rect.h" 36 #include "ui/gfx/geometry/rect.h"
36 37
37 #if defined(OS_WIN) 38 #if defined(OS_WIN)
38 #include "ui/gfx/win/window_impl.h" 39 #include "ui/gfx/win/window_impl.h"
39 #endif 40 #endif
40 41
(...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after
1634 1635
1635 // TODO(sky): add coverage of test that destroys connections and ensures other 1636 // TODO(sky): add coverage of test that destroys connections and ensures other
1636 // connections get deletion notification. 1637 // connections get deletion notification.
1637 1638
1638 // TODO(sky): need to better track changes to initial connection. For example, 1639 // TODO(sky): need to better track changes to initial connection. For example,
1639 // that SetBounsdViews/AddView and the like don't result in messages to the 1640 // that SetBounsdViews/AddView and the like don't result in messages to the
1640 // originating connection. 1641 // originating connection.
1641 1642
1642 } // namespace service 1643 } // namespace service
1643 } // namespace mojo 1644 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/services/view_manager/connection_manager.h ('k') | mojo/services/window_manager/window_manager_internal_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698