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

Unified Diff: ui/wayland/wayland.gyp

Issue 10009024: Remove WAYLAND port (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/mouse_watcher.cc ('k') | ui/wayland/wayland_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wayland/wayland.gyp
diff --git a/ui/wayland/wayland.gyp b/ui/wayland/wayland.gyp
deleted file mode 100644
index 3953e2cd5f806217bd5aa8dfc5ee49abd178ab98..0000000000000000000000000000000000000000
--- a/ui/wayland/wayland.gyp
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'targets': [
- {
- 'target_name': 'wayland',
- 'type': 'static_library',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../build/linux/system.gyp:wayland',
- '../ui.gyp:ui',
- ],
- 'include_dirs': [
- '.',
- '../..',
- 'events',
- ],
- 'sources': [
- 'wayland_buffer.cc',
- 'wayland_buffer.h',
- 'wayland_cursor.cc',
- 'wayland_cursor.h',
- 'wayland_display.cc',
- 'wayland_display.h',
- 'wayland_input_device.cc',
- 'wayland_input_device.h',
- 'wayland_message_pump.cc',
- 'wayland_message_pump.h',
- 'wayland_screen.cc',
- 'wayland_screen.h',
- 'wayland_shm_buffer.cc',
- 'wayland_shm_buffer.h',
- 'wayland_widget.h',
- 'wayland_window.cc',
- 'wayland_window.h',
- ],
- }
- ],
-}
« no previous file with comments | « ui/views/mouse_watcher.cc ('k') | ui/wayland/wayland_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698