Skip to content

Commit

Permalink
Move all desktop_* and related files to desktop_aura folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyankondapally committed Feb 24, 2014
1 parent 645903e commit f34b308
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 29 deletions.
2 changes: 2 additions & 0 deletions impl/desktop_aura/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
kalyan.kondapally@intel.com
tiago.vignatti@intel.com
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ozone/impl/desktop_drag_drop_client_wayland.h"
#include "ozone/impl/desktop_aura/desktop_drag_drop_client_wayland.h"

#include "ui/base/dragdrop/drag_drop_types.h"
#include "ui/base/dragdrop/drop_target_event.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef OZONE_IMPL_DESKTOP_DRAG_DROP_CLIENT_WAYLAND_H_
#define OZONE_IMPL_DESKTOP_DRAG_DROP_CLIENT_WAYLAND_H_
#ifndef OZONE_IMPL_DESKTOP_AURA_DESKTOP_DRAG_DROP_CLIENT_WAYLAND_H_
#define OZONE_IMPL_DESKTOP_AURA_DESKTOP_DRAG_DROP_CLIENT_WAYLAND_H_

#include "base/compiler_specific.h"
#include "ui/aura/client/drag_drop_client.h"
Expand Down Expand Up @@ -38,4 +38,4 @@ class VIEWS_EXPORT DesktopDragDropClientWayland

} // namespace ozonewayland

#endif // OZONE_IMPL_DESKTOP_DRAG_DROP_CLIENT_WAYLAND_H_
#endif // OZONE_IMPL_DESKTOP_AURA_DESKTOP_DRAG_DROP_CLIENT_WAYLAND_H_
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ozone/impl/desktop_factory_wayland.h"
#include "ozone/impl/desktop_aura/desktop_factory_wayland.h"

#include "ozone/impl/desktop_window_tree_host_wayland.h"
#include "ozone/impl/desktop_aura/desktop_window_tree_host_wayland.h"

namespace ozonewayland {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef OZONE_IMPL_DESKTOP_FACTORY_WAYLAND_H_
#define OZONE_IMPL_DESKTOP_FACTORY_WAYLAND_H_
#ifndef OZONE_IMPL_DESKTOP_AURA_DESKTOP_FACTORY_WAYLAND_H_
#define OZONE_IMPL_DESKTOP_AURA_DESKTOP_FACTORY_WAYLAND_H_

#include "base/compiler_specific.h"
#include "ozone/platform/ozone_export_wayland.h"
Expand All @@ -30,4 +30,4 @@ class OZONE_WAYLAND_EXPORT DesktopFactoryWayland

} // namespace ozonewayland

#endif // OZONE_IMPL_DESKTOP_FACTORY_WAYLAND_H_
#endif // OZONE_IMPL_DESKTOP_AURA_DESKTOP_FACTORY_WAYLAND_H_
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ozone/impl/desktop_screen_wayland.h"
#include "ozone/impl/desktop_aura/desktop_screen_wayland.h"

#include "ozone/impl/desktop_window_tree_host_wayland.h"
#include "ozone/impl/desktop_aura/desktop_window_tree_host_wayland.h"
#include "ui/aura/window.h"

namespace ozonewayland {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef OZONE_IMPL_DESKTOP_SCREEN_WAYLAND_H__
#define OZONE_IMPL_DESKTOP_SCREEN_WAYLAND_H__
#ifndef OZONE_IMPL_DESKTOP_AURA_DESKTOP_SCREEN_WAYLAND_H__
#define OZONE_IMPL_DESKTOP_AURA_DESKTOP_SCREEN_WAYLAND_H__

#include <vector>

Expand Down Expand Up @@ -49,4 +49,4 @@ class DesktopScreenWayland : public gfx::Screen {

} // namespace ozonewayland

#endif // OZONE_IMPL_DESKTOP_SCREEN_WAYLAND_H__
#endif // OZONE_IMPL_DESKTOP_AURA_DESKTOP_SCREEN_WAYLAND_H__
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ozone/impl/desktop_window_tree_host_wayland.h"
#include "ozone/impl/desktop_aura/desktop_window_tree_host_wayland.h"

#include "base/bind.h"
#include "ozone/impl/desktop_drag_drop_client_wayland.h"
#include "ozone/impl/desktop_screen_wayland.h"
#include "ozone/impl/desktop_aura/desktop_drag_drop_client_wayland.h"
#include "ozone/impl/desktop_aura/desktop_screen_wayland.h"
#include "ozone/impl/desktop_aura/window_tree_host_delegate_wayland.h"
#include "ozone/impl/ozone_display.h"
#include "ozone/impl/window_tree_host_delegate_wayland.h"
#include "ozone/platform/ozone_export_wayland.h"
#include "ozone/ui/events/window_state_change_handler.h"
#include "ui/aura/client/cursor_client.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef OZONE_IMPL_DESKTOP_WINDOW_TREE_HOST_WAYLAND_H_
#define OZONE_IMPL_DESKTOP_WINDOW_TREE_HOST_WAYLAND_H_
#ifndef OZONE_IMPL_DESKTOP_AURA_DESKTOP_WINDOW_TREE_HOST_WAYLAND_H_
#define OZONE_IMPL_DESKTOP_AURA_DESKTOP_WINDOW_TREE_HOST_WAYLAND_H_

#include <set>
#include <vector>
Expand Down Expand Up @@ -200,4 +200,4 @@ class VIEWS_EXPORT DesktopWindowTreeHostWayland

} // namespace ozonewayland

#endif // OZONE_IMPL_DESKTOP_WINDOW_TREE_HOST_WAYLAND_H_
#endif // OZONE_IMPL_DESKTOP_AURA_DESKTOP_WINDOW_TREE_HOST_WAYLAND_H_
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ozone/impl/window_tree_host_delegate_wayland.h"
#include "ozone/impl/desktop_aura/window_tree_host_delegate_wayland.h"

#include "ozone/impl/desktop_window_tree_host_wayland.h"
#include "ozone/impl/desktop_aura/desktop_window_tree_host_wayland.h"
#include "ozone/impl/ozone_display.h"
#include "ozone/ui/events/event_converter_ozone_wayland.h"
#include "ui/events/event_utils.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef OZONE_IMPL_WINDOW_TREE_HOST_DELEGATE_WAYLAND_H_
#define OZONE_IMPL_WINDOW_TREE_HOST_DELEGATE_WAYLAND_H_
#ifndef OZONE_IMPL_DESKTOP_AURA_WINDOW_TREE_HOST_DELEGATE_WAYLAND_H_
#define OZONE_IMPL_DESKTOP_AURA_WINDOW_TREE_HOST_DELEGATE_WAYLAND_H_

#include <list>
#include <vector>
Expand Down Expand Up @@ -78,4 +78,4 @@ class WindowTreeHostDelegateWayland

} // namespace ozonewayland

#endif // OZONE_IMPL_WINDOW_TREE_HOST_DELEGATE_WAYLAND_H_
#endif // OZONE_IMPL_DESKTOP_AURA_WINDOW_TREE_HOST_DELEGATE_WAYLAND_H_
2 changes: 1 addition & 1 deletion impl/ozone_display.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include <map>
#include "content/child/child_process.h"
#include "ozone/impl/desktop_screen_wayland.h"
#include "ozone/impl/desktop_aura/desktop_screen_wayland.h"
#include "ozone/impl/ipc/display_channel.h"
#include "ozone/impl/ipc/display_channel_host.h"
#include "ozone/ui/events/event_converter_in_process.h"
Expand Down
2 changes: 1 addition & 1 deletion ozone_impl.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'conditions': [
['toolkit_views==1 and chromeos == 0', {
'includes': [
'impl/impl_view.gypi',
'impl/desktop_aura/impl_view.gypi',
],
}],
],
Expand Down
2 changes: 1 addition & 1 deletion platform/ozone_platform_wayland.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef OZONE_PLATFORM_OZONE_PLATFORM_WAYLAND_H_
#define OZONE_PLATFORM_OZONE_PLATFORM_WAYLAND_H_

#include "ozone/impl/desktop_factory_wayland.h"
#include "ozone/impl/desktop_aura/desktop_factory_wayland.h"
#include "ozone/impl/ozone_display.h"
#include "ozone/impl/surface_factory_wayland.h"
#include "ozone/platform/ozone_export_wayland.h"
Expand Down

1 comment on commit f34b308

@tiagovignatti
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Please sign in to comment.