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

Side by Side Diff: ui/events/events.gyp

Issue 854753002: linux/gyp: Find missing symbols at build time, not runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ozone Created 5 years, 11 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
« no previous file with comments | « ui/display/display.gyp ('k') | ui/events/platform/x11/x11_events_platform.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'x/events_x.cc', 136 'x/events_x.cc',
137 'linux/text_edit_command_auralinux.cc', 137 'linux/text_edit_command_auralinux.cc',
138 'linux/text_edit_command_auralinux.h', 138 'linux/text_edit_command_auralinux.h',
139 'linux/text_edit_key_bindings_delegate_auralinux.cc', 139 'linux/text_edit_key_bindings_delegate_auralinux.cc',
140 'linux/text_edit_key_bindings_delegate_auralinux.h', 140 'linux/text_edit_key_bindings_delegate_auralinux.h',
141 ], 141 ],
142 'conditions': [ 142 'conditions': [
143 ['use_x11==1', { 143 ['use_x11==1', {
144 'dependencies': [ 144 'dependencies': [
145 'devices/events_devices.gyp:events_devices', 145 'devices/events_devices.gyp:events_devices',
146 '../gfx/x/gfx_x11.gyp:gfx_x11',
146 '../../build/linux/system.gyp:x11', 147 '../../build/linux/system.gyp:x11',
147 ], 148 ],
148 }], 149 }],
149 ['use_aura==0', { 150 ['use_aura==0', {
150 'sources!': [ 151 'sources!': [
151 'gestures/gesture_provider_aura.cc', 152 'gestures/gesture_provider_aura.cc',
152 'gestures/gesture_provider_aura.h', 153 'gestures/gesture_provider_aura.h',
153 'gestures/gesture_recognizer.h', 154 'gestures/gesture_recognizer.h',
154 'gestures/gesture_recognizer_impl.cc', 155 'gestures/gesture_recognizer_impl.cc',
155 'gestures/gesture_recognizer_impl.h', 156 'gestures/gesture_recognizer_impl.h',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'dependencies': [ 430 'dependencies': [
430 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 431 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
431 ], 432 ],
432 }], 433 }],
433 ], 434 ],
434 }, 435 },
435 ], 436 ],
436 }], 437 }],
437 ], 438 ],
438 } 439 }
OLDNEW
« no previous file with comments | « ui/display/display.gyp ('k') | ui/events/platform/x11/x11_events_platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698