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

Unified Diff: ui/events/keycodes/events_keycodes.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/events_unittests.gyp ('k') | ui/events/ozone/events_ozone.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/keycodes/events_keycodes.gyp
diff --git a/ui/events/keycodes/events_keycodes.gyp b/ui/events/keycodes/events_keycodes.gyp
deleted file mode 100644
index b0796b4e2ead8bffe88fb01ed136814be505d967..0000000000000000000000000000000000000000
--- a/ui/events/keycodes/events_keycodes.gyp
+++ /dev/null
@@ -1,54 +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/keycodes:xkb
- 'target_name': 'keycodes_xkb',
- 'type': 'static_library',
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/ui/events/events.gyp:dom_keycode_converter',
- ],
- 'sources': [
- 'keyboard_code_conversion_xkb.cc',
- 'keyboard_code_conversion_xkb.h',
- 'scoped_xkb.h',
- 'xkb_keysym.h',
- ],
- },
- ],
- 'conditions': [
- ['use_x11==1', {
- 'targets': [
- {
- # GN version: //ui/events/keycodes:x11
- 'target_name': 'keycodes_x11',
- 'type': '<(component)',
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/build/linux/system.gyp:x11',
- '<(DEPTH)/ui/gfx/x/gfx_x11.gyp:gfx_x11',
- '../events.gyp:dom_keycode_converter',
- 'keycodes_xkb',
- ],
- 'defines': [
- 'KEYCODES_X_IMPLEMENTATION',
- ],
- 'sources': [
- 'keycodes_x_export.h',
- 'keyboard_code_conversion_x.cc',
- 'keyboard_code_conversion_x.h',
- 'keysym_to_unicode.cc',
- 'keysym_to_unicode.h',
- ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « ui/events/events_unittests.gyp ('k') | ui/events/ozone/events_ozone.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698