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

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

Issue 640893003: Move mojo/services/public/cpp TypeConverters to mojo/converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore the directory and component structures and target names. Created 6 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 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"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/memory/scoped_vector.h" 12 #include "base/memory/scoped_vector.h"
13 #include "base/message_loop/message_loop.h" 13 #include "base/message_loop/message_loop.h"
14 #include "base/run_loop.h" 14 #include "base/run_loop.h"
15 #include "base/strings/stringprintf.h" 15 #include "base/strings/stringprintf.h"
16 #include "mojo/application_manager/application_manager.h" 16 #include "mojo/application_manager/application_manager.h"
17 #include "mojo/common/common_type_converters.h" 17 #include "mojo/common/common_type_converters.h"
18 #include "mojo/converters/geometry/geometry_type_converters.h"
18 #include "mojo/public/cpp/application/application_connection.h" 19 #include "mojo/public/cpp/application/application_connection.h"
19 #include "mojo/public/cpp/application/application_delegate.h" 20 #include "mojo/public/cpp/application/application_delegate.h"
20 #include "mojo/public/cpp/application/application_impl.h" 21 #include "mojo/public/cpp/application/application_impl.h"
21 #include "mojo/public/cpp/application/connect.h" 22 #include "mojo/public/cpp/application/connect.h"
22 #include "mojo/public/cpp/bindings/lib/router.h" 23 #include "mojo/public/cpp/bindings/lib/router.h"
23 #include "mojo/public/interfaces/application/service_provider.mojom.h" 24 #include "mojo/public/interfaces/application/service_provider.mojom.h"
24 #include "mojo/services/public/cpp/geometry/geometry_type_converters.h"
25 #include "mojo/services/public/cpp/view_manager/types.h" 25 #include "mojo/services/public/cpp/view_manager/types.h"
26 #include "mojo/services/public/cpp/view_manager/util.h" 26 #include "mojo/services/public/cpp/view_manager/util.h"
27 #include "mojo/services/public/interfaces/view_manager/view_manager.mojom.h" 27 #include "mojo/services/public/interfaces/view_manager/view_manager.mojom.h"
28 #include "mojo/services/view_manager/ids.h" 28 #include "mojo/services/view_manager/ids.h"
29 #include "mojo/services/view_manager/test_change_tracker.h" 29 #include "mojo/services/view_manager/test_change_tracker.h"
30 #include "mojo/shell/shell_test_helper.h" 30 #include "mojo/shell/shell_test_helper.h"
31 #include "testing/gtest/include/gtest/gtest.h" 31 #include "testing/gtest/include/gtest/gtest.h"
32 #include "ui/gfx/geometry/rect.h" 32 #include "ui/gfx/geometry/rect.h"
33 33
34 #if defined(OS_WIN) 34 #if defined(OS_WIN)
(...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 1425
1426 // TODO(sky): add coverage of test that destroys connections and ensures other 1426 // TODO(sky): add coverage of test that destroys connections and ensures other
1427 // connections get deletion notification. 1427 // connections get deletion notification.
1428 1428
1429 // TODO(sky): need to better track changes to initial connection. For example, 1429 // TODO(sky): need to better track changes to initial connection. For example,
1430 // that SetBounsdViews/AddView and the like don't result in messages to the 1430 // that SetBounsdViews/AddView and the like don't result in messages to the
1431 // originating connection. 1431 // originating connection.
1432 1432
1433 } // namespace service 1433 } // namespace service
1434 } // namespace mojo 1434 } // namespace mojo
OLDNEW
« no previous file with comments | « mojo/services/view_manager/view_manager_service_impl.cc ('k') | mojo/services/window_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698