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

Side by Side Diff: sky/tools/debugger/debugger.h

Issue 788353002: Restructure public side of input_events service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 | « sky/tools/debugger/BUILD.gn ('k') | sky/tools/tester/BUILD.gn » ('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 "base/memory/weak_ptr.h" 5 #include "base/memory/weak_ptr.h"
6 #include "mojo/public/cpp/application/application_delegate.h" 6 #include "mojo/public/cpp/application/application_delegate.h"
7 #include "mojo/public/cpp/application/application_impl.h" 7 #include "mojo/public/cpp/application/application_impl.h"
8 #include "mojo/public/cpp/application/connect.h" 8 #include "mojo/public/cpp/application/connect.h"
9 #include "mojo/public/cpp/application/service_provider_impl.h" 9 #include "mojo/public/cpp/application/service_provider_impl.h"
10 #include "mojo/services/public/interfaces/input_events/input_events.mojom.h" 10 #include "mojo/services/input_events/public/interfaces/input_events.mojom.h"
11 #include "mojo/services/public/interfaces/navigation/navigation.mojom.h" 11 #include "mojo/services/public/interfaces/navigation/navigation.mojom.h"
12 #include "mojo/services/view_manager/public/cpp/view_manager.h" 12 #include "mojo/services/view_manager/public/cpp/view_manager.h"
13 #include "mojo/services/view_manager/public/cpp/view_manager_delegate.h" 13 #include "mojo/services/view_manager/public/cpp/view_manager_delegate.h"
14 #include "mojo/services/view_manager/public/cpp/view_observer.h" 14 #include "mojo/services/view_manager/public/cpp/view_observer.h"
15 #include "services/window_manager/window_manager_app.h" 15 #include "services/window_manager/window_manager_app.h"
16 #include "services/window_manager/window_manager_delegate.h" 16 #include "services/window_manager/window_manager_delegate.h"
17 #include "sky/tools/debugger/debugger.mojom.h" 17 #include "sky/tools/debugger/debugger.mojom.h"
18 #include "sky/tools/debugger/navigator_host_impl.h" 18 #include "sky/tools/debugger/navigator_host_impl.h"
19 #include "sky/viewer/services/inspector.mojom.h" 19 #include "sky/viewer/services/inspector.mojom.h"
20 20
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 73
74 NavigatorHostFactory navigator_host_factory_; 74 NavigatorHostFactory navigator_host_factory_;
75 75
76 base::WeakPtrFactory<SkyDebugger> weak_factory_; 76 base::WeakPtrFactory<SkyDebugger> weak_factory_;
77 77
78 DISALLOW_COPY_AND_ASSIGN(SkyDebugger); 78 DISALLOW_COPY_AND_ASSIGN(SkyDebugger);
79 }; 79 };
80 80
81 } // namespace debugger 81 } // namespace debugger
82 } // namespace sky 82 } // namespace sky
OLDNEW
« no previous file with comments | « sky/tools/debugger/BUILD.gn ('k') | sky/tools/tester/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698