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

Side by Side Diff: ui/ozone/platform/caca/ozone_platform_caca.cc

Issue 379233005: ozone: Move public files to ui/ozone/public & update public DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « ui/ozone/ozone_switches.cc ('k') | ui/ozone/platform/dri/ozone_platform_dri.cc » ('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 "ui/ozone/platform/caca/ozone_platform_caca.h" 5 #include "ui/ozone/platform/caca/ozone_platform_caca.h"
6 6
7 #include "ui/ozone/ozone_platform.h"
8 #include "ui/ozone/platform/caca/caca_connection.h" 7 #include "ui/ozone/platform/caca/caca_connection.h"
9 #include "ui/ozone/platform/caca/caca_event_factory.h" 8 #include "ui/ozone/platform/caca/caca_event_factory.h"
10 #include "ui/ozone/platform/caca/caca_surface_factory.h" 9 #include "ui/ozone/platform/caca/caca_surface_factory.h"
11 #include "ui/ozone/public/cursor_factory_ozone.h" 10 #include "ui/ozone/public/cursor_factory_ozone.h"
11 #include "ui/ozone/public/ozone_platform.h"
12 12
13 #if defined(OS_CHROMEOS) 13 #if defined(OS_CHROMEOS)
14 #include "ui/ozone/common/chromeos/native_display_delegate_ozone.h" 14 #include "ui/ozone/common/chromeos/native_display_delegate_ozone.h"
15 #include "ui/ozone/common/chromeos/touchscreen_device_manager_ozone.h" 15 #include "ui/ozone/common/chromeos/touchscreen_device_manager_ozone.h"
16 #endif 16 #endif
17 17
18 namespace ui { 18 namespace ui {
19 19
20 namespace { 20 namespace {
21 21
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 scoped_ptr<CursorFactoryOzone> cursor_factory_ozone_; 68 scoped_ptr<CursorFactoryOzone> cursor_factory_ozone_;
69 69
70 DISALLOW_COPY_AND_ASSIGN(OzonePlatformCaca); 70 DISALLOW_COPY_AND_ASSIGN(OzonePlatformCaca);
71 }; 71 };
72 72
73 } // namespace 73 } // namespace
74 74
75 OzonePlatform* CreateOzonePlatformCaca() { return new OzonePlatformCaca; } 75 OzonePlatform* CreateOzonePlatformCaca() { return new OzonePlatformCaca; }
76 76
77 } // namespace ui 77 } // namespace ui
OLDNEW
« no previous file with comments | « ui/ozone/ozone_switches.cc ('k') | ui/ozone/platform/dri/ozone_platform_dri.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698