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

Unified Diff: ui/events/x/events_x.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
Index: ui/events/x/events_x.gyp
diff --git a/ui/events/x/events_x.gyp b/ui/events/x/events_x.gyp
deleted file mode 100644
index 018866db7e7ef187ea72a00987f0d75da63512b2..0000000000000000000000000000000000000000
--- a/ui/events/x/events_x.gyp
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2016 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/x
- 'target_name': 'events_x',
- 'type': '<(component)',
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/skia/skia.gyp:skia',
- '../../events/devices/events_devices.gyp:events_devices',
- '../../events/devices/x11/events_devices_x11.gyp:events_devices_x11',
- '../../events/events.gyp:events_base',
- '../../events/keycodes/events_keycodes.gyp:keycodes_x11',
- '../../gfx/x/gfx_x11.gyp:gfx_x11',
- ],
- 'defines': [
- 'EVENTS_X_IMPLEMENTATION',
- ],
- 'sources': [
- 'events_x_export.h',
- 'events_x_utils.cc',
- 'events_x_utils.h',
- ],
- 'conditions': [
- ['use_x11==1', {
- 'dependencies': [
- '<(DEPTH)/build/linux/system.gyp:x11',
- ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « ui/events/platform/x11/x11_events_platform.gyp ('k') | ui/file_manager/audio_player/elements/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698