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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 'chromium_code': 1,
8 },
9 'targets': [
10 {
11 # GN version: //ui/events/x
12 'target_name': 'events_x',
13 'type': '<(component)',
14 'dependencies': [
15 '<(DEPTH)/base/base.gyp:base',
16 '<(DEPTH)/skia/skia.gyp:skia',
17 '../../events/devices/events_devices.gyp:events_devices',
18 '../../events/devices/x11/events_devices_x11.gyp:events_devices_x11',
19 '../../events/events.gyp:events_base',
20 '../../events/keycodes/events_keycodes.gyp:keycodes_x11',
21 '../../gfx/x/gfx_x11.gyp:gfx_x11',
22 ],
23 'defines': [
24 'EVENTS_X_IMPLEMENTATION',
25 ],
26 'sources': [
27 'events_x_export.h',
28 'events_x_utils.cc',
29 'events_x_utils.h',
30 ],
31 'conditions': [
32 ['use_x11==1', {
33 'dependencies': [
34 '<(DEPTH)/build/linux/system.gyp:x11',
35 ],
36 }],
37 ],
38 },
39 ],
40 }
OLDNEW
« 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