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

Unified Diff: ui/events/platform/x11/x11_events_platform.gyp

Issue 2306743002: Nukes the gyp/gypi files in ui (Closed)
Patch Set: keep webui Created 4 years, 3 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/events/platform/events_platform.gyp ('k') | ui/events/x/events_x.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/platform/x11/x11_events_platform.gyp
diff --git a/ui/events/platform/x11/x11_events_platform.gyp b/ui/events/platform/x11/x11_events_platform.gyp
deleted file mode 100644
index 5679f6a65c616ae6169ecfe361080267cb71eb97..0000000000000000000000000000000000000000
--- a/ui/events/platform/x11/x11_events_platform.gyp
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2014 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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'targets': [{
- # GN version: //ui/events/platform/x11
- 'target_name': 'x11_events_platform',
- 'type': '<(component)',
- 'defines': [
- 'EVENTS_IMPLEMENTATION',
- ],
- 'dependencies': [
- '../../../../base/base.gyp:base',
- '../../../../build/linux/system.gyp:x11',
- '../../../gfx/gfx.gyp:gfx',
- '../../../gfx/x/gfx_x11.gyp:gfx_x11',
- '../../devices/events_devices.gyp:events_devices',
- '../../devices/x11/events_devices_x11.gyp:events_devices_x11',
- '../../events.gyp:events',
- '../../events.gyp:events_base',
- '../../x/events_x.gyp:events_x',
- '../events_platform.gyp:events_platform',
- ],
- 'sources': [
- 'x11_event_source.cc',
- 'x11_event_source.h',
- 'x11_hotplug_event_handler.cc',
- 'x11_hotplug_event_handler.h',
- ],
- 'conditions': [
- ['use_glib==1', {
- 'dependencies': [
- '../../../../build/linux/system.gyp:glib',
- ],
- 'sources': [
- 'x11_event_source_glib.cc',
- 'x11_event_source_glib.h',
- ],
- }, {
- # use_glib == 0
- 'sources': [
- 'x11_event_source_libevent.cc',
- 'x11_event_source_libevent.h',
- ],
- 'dependencies': [
- '../../keycodes/events_keycodes.gyp:keycodes_x11',
- ],
- }],
- ],
- }],
-}
« no previous file with comments | « ui/events/platform/events_platform.gyp ('k') | ui/events/x/events_x.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698