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

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

Issue 835223006: Revert of linux/gyp: Find missing symbols at build time, not runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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',
147 '../../build/linux/system.gyp:x11', 146 '../../build/linux/system.gyp:x11',
148 ], 147 ],
149 }], 148 }],
150 ['use_aura==0', { 149 ['use_aura==0', {
151 'sources!': [ 150 'sources!': [
152 'gestures/gesture_provider_aura.cc', 151 'gestures/gesture_provider_aura.cc',
153 'gestures/gesture_provider_aura.h', 152 'gestures/gesture_provider_aura.h',
154 'gestures/gesture_recognizer.h', 153 'gestures/gesture_recognizer.h',
155 'gestures/gesture_recognizer_impl.cc', 154 'gestures/gesture_recognizer_impl.cc',
156 'gestures/gesture_recognizer_impl.h', 155 'gestures/gesture_recognizer_impl.h',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 'dependencies': [ 429 'dependencies': [
431 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 430 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
432 ], 431 ],
433 }], 432 }],
434 ], 433 ],
435 }, 434 },
436 ], 435 ],
437 }], 436 }],
438 ], 437 ],
439 } 438 }
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