Move window_manager service implementation to //services
R=erg@chromium.org Review URL: https://codereview.chromium.org/765753003
This commit is contained in:
parent
42cd8f2ed4
commit
25f8a50ffe
@ -34,7 +34,7 @@ mojo_native_application("sky_debugger") {
|
||||
"//mojo/services/public/cpp/view_manager",
|
||||
"//mojo/services/public/interfaces/input_events:input_events",
|
||||
"//mojo/services/public/interfaces/navigation",
|
||||
"//mojo/services/window_manager:lib",
|
||||
"//services/window_manager:lib",
|
||||
"//sky/viewer:bindings",
|
||||
":bindings",
|
||||
]
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
#include "sky/tools/debugger/debugger.h"
|
||||
|
||||
#include "mojo/services/window_manager/basic_focus_rules.h"
|
||||
#include "services/window_manager/basic_focus_rules.h"
|
||||
|
||||
namespace sky {
|
||||
namespace debugger {
|
||||
|
@ -12,8 +12,8 @@
|
||||
#include "mojo/services/public/cpp/view_manager/view_observer.h"
|
||||
#include "mojo/services/public/interfaces/input_events/input_events.mojom.h"
|
||||
#include "mojo/services/public/interfaces/navigation/navigation.mojom.h"
|
||||
#include "mojo/services/window_manager/window_manager_app.h"
|
||||
#include "mojo/services/window_manager/window_manager_delegate.h"
|
||||
#include "services/window_manager/window_manager_app.h"
|
||||
#include "services/window_manager/window_manager_delegate.h"
|
||||
#include "sky/tools/debugger/debugger.mojom.h"
|
||||
#include "sky/tools/debugger/navigator_host_impl.h"
|
||||
#include "sky/viewer/services/inspector.mojom.h"
|
||||
|
@ -26,7 +26,7 @@ mojo_native_application("tester") {
|
||||
"//mojo/public/cpp/utility",
|
||||
"//mojo/services/public/cpp/view_manager",
|
||||
"//mojo/services/public/interfaces/input_events",
|
||||
"//mojo/services/window_manager:lib",
|
||||
"//services/window_manager:lib",
|
||||
"//sky/services/testing:bindings",
|
||||
"//sky/viewer:bindings",
|
||||
]
|
||||
|
@ -15,8 +15,8 @@
|
||||
#include "mojo/services/public/cpp/view_manager/view_manager_delegate.h"
|
||||
#include "mojo/services/public/cpp/view_manager/view_observer.h"
|
||||
#include "mojo/services/public/interfaces/input_events/input_events.mojom.h"
|
||||
#include "mojo/services/window_manager/window_manager_app.h"
|
||||
#include "mojo/services/window_manager/window_manager_delegate.h"
|
||||
#include "services/window_manager/window_manager_app.h"
|
||||
#include "services/window_manager/window_manager_delegate.h"
|
||||
#include "sky/tools/tester/test_runner.h"
|
||||
|
||||
namespace sky {
|
||||
|
Loading…
x
Reference in New Issue
Block a user