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

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

Issue 1908473002: Split //ui/events/devices into two targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More deps on new target. Created 4 years, 8 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/events/devices/x11/touch_factory_x11.h ('k') | ui/events/events_unittests.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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'win/system_event_state_lookup.cc', 155 'win/system_event_state_lookup.cc',
156 'win/system_event_state_lookup.h', 156 'win/system_event_state_lookup.h',
157 'x/events_x.cc', 157 'x/events_x.cc',
158 ], 158 ],
159 'conditions': [ 159 'conditions': [
160 ['use_x11==1', { 160 ['use_x11==1', {
161 'dependencies': [ 161 'dependencies': [
162 '../../build/linux/system.gyp:x11', 162 '../../build/linux/system.gyp:x11',
163 '../gfx/x/gfx_x11.gyp:gfx_x11', 163 '../gfx/x/gfx_x11.gyp:gfx_x11',
164 'devices/events_devices.gyp:events_devices', 164 'devices/events_devices.gyp:events_devices',
165 'devices/x11/events_devices_x11.gyp:events_devices_x11',
165 'x/events_x.gyp:events_x', 166 'x/events_x.gyp:events_x',
166 ], 167 ],
167 }], 168 }],
168 ['use_aura==0', { 169 ['use_aura==0', {
169 'sources!': [ 170 'sources!': [
170 'gestures/gesture_provider_aura.cc', 171 'gestures/gesture_provider_aura.cc',
171 'gestures/gesture_provider_aura.h', 172 'gestures/gesture_provider_aura.h',
172 'gestures/gesture_recognizer.h', 173 'gestures/gesture_recognizer.h',
173 'gestures/gesture_recognizer_impl.cc', 174 'gestures/gesture_recognizer_impl.cc',
174 'gestures/gesture_recognizer_impl.h', 175 'gestures/gesture_recognizer_impl.h',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'test/test_event_target.cc', 356 'test/test_event_target.cc',
356 'test/test_event_target.h', 357 'test/test_event_target.h',
357 'test/test_event_targeter.cc', 358 'test/test_event_targeter.cc',
358 'test/test_event_targeter.h', 359 'test/test_event_targeter.h',
359 ], 360 ],
360 'conditions': [ 361 'conditions': [
361 ['OS=="ios"', { 362 ['OS=="ios"', {
362 # The cocoa files don't apply to iOS. 363 # The cocoa files don't apply to iOS.
363 'sources/': [['exclude', 'cocoa']], 364 'sources/': [['exclude', 'cocoa']],
364 }], 365 }],
366 ['use_x11==1', {
367 'dependencies': [
368 'devices/x11/events_devices_x11.gyp:events_devices_x11',
369 ],
370 }],
365 ['use_x11==1 or use_ozone==1', { 371 ['use_x11==1 or use_ozone==1', {
366 'sources' : [ 372 'sources' : [
367 'test/device_data_manager_test_api_impl.cc', 373 'test/device_data_manager_test_api_impl.cc',
368 ], 374 ],
369 'dependencies': [ 375 'dependencies': [
370 'devices/events_devices.gyp:events_devices', 376 'devices/events_devices.gyp:events_devices',
371 ], 377 ],
372 }, { # else use_x11=1 or use_ozone=1 378 }, { # else use_x11=1 or use_ozone=1
373 'sources' : [ 379 'sources' : [
374 'test/device_data_manager_test_api_stub.cc', 380 'test/device_data_manager_test_api_stub.cc',
(...skipping 20 matching lines...) Expand all
395 'variables': { 401 'variables': {
396 'jni_gen_package': 'ui', 402 'jni_gen_package': 'ui',
397 'input_java_class': 'android/view/KeyEvent.class', 403 'input_java_class': 'android/view/KeyEvent.class',
398 }, 404 },
399 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 405 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
400 }, 406 },
401 ], 407 ],
402 }], 408 }],
403 ], 409 ],
404 } 410 }
OLDNEW
« no previous file with comments | « ui/events/devices/x11/touch_factory_x11.h ('k') | ui/events/events_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698