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

Side by Side Diff: mash/example/mock_sysui/mock_sysui.cc

Issue 1469733004: Moves components/mus/examples into mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git add Created 5 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
« no previous file with comments | « mash/example/mock_sysui/mock_sysui.h ('k') | mash/example/views_examples/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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 "components/mus/example/mock_sysui/mock_sysui.h" 5 #include "mash/example/mock_sysui/mock_sysui.h"
6 6
7 #include "components/mus/public/cpp/property_type_converters.h" 7 #include "components/mus/public/cpp/property_type_converters.h"
8 #include "mash/wm/public/interfaces/container.mojom.h" 8 #include "mash/wm/public/interfaces/container.mojom.h"
9 #include "mojo/application/public/cpp/application_connection.h" 9 #include "mojo/application/public/cpp/application_connection.h"
10 #include "mojo/application/public/cpp/application_impl.h" 10 #include "mojo/application/public/cpp/application_impl.h"
11 #include "ui/gfx/canvas.h" 11 #include "ui/gfx/canvas.h"
12 #include "ui/views/mus/aura_init.h" 12 #include "ui/views/mus/aura_init.h"
13 #include "ui/views/mus/native_widget_mus.h" 13 #include "ui/views/mus/native_widget_mus.h"
14 #include "ui/views/mus/window_manager_connection.h" 14 #include "ui/views/mus/window_manager_connection.h"
15 #include "ui/views/widget/widget_delegate.h" 15 #include "ui/views/widget/widget_delegate.h"
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 views::WindowManagerConnection::Create(app); 101 views::WindowManagerConnection::Create(app);
102 102
103 DesktopBackground::Create(app->shell()); 103 DesktopBackground::Create(app->shell());
104 Shelf::Create(app->shell()); 104 Shelf::Create(app->shell());
105 } 105 }
106 106
107 bool MockSysUI::ConfigureIncomingConnection( 107 bool MockSysUI::ConfigureIncomingConnection(
108 mojo::ApplicationConnection* connection) { 108 mojo::ApplicationConnection* connection) {
109 return false; 109 return false;
110 } 110 }
OLDNEW
« no previous file with comments | « mash/example/mock_sysui/mock_sysui.h ('k') | mash/example/views_examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698