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

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

Issue 191223007: Move touch CTM from X into Chrome (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix all the unittests Created 6 years, 7 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
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'keycodes/keyboard_code_conversion_android.h', 45 'keycodes/keyboard_code_conversion_android.h',
46 'keycodes/keyboard_code_conversion_mac.h', 46 'keycodes/keyboard_code_conversion_mac.h',
47 'keycodes/keyboard_code_conversion_mac.mm', 47 'keycodes/keyboard_code_conversion_mac.mm',
48 'keycodes/keyboard_code_conversion_win.cc', 48 'keycodes/keyboard_code_conversion_win.cc',
49 'keycodes/keyboard_code_conversion_win.h', 49 'keycodes/keyboard_code_conversion_win.h',
50 'keycodes/keyboard_code_conversion_x.cc', 50 'keycodes/keyboard_code_conversion_x.cc',
51 'keycodes/keyboard_code_conversion_x.h', 51 'keycodes/keyboard_code_conversion_x.h',
52 'keycodes/keyboard_codes.h', 52 'keycodes/keyboard_codes.h',
53 'latency_info.cc', 53 'latency_info.cc',
54 'latency_info.h', 54 'latency_info.h',
55 'touch_transformer.cc',
56 'touch_transformer.h',
55 'x/device_data_manager.cc', 57 'x/device_data_manager.cc',
56 'x/device_data_manager.h', 58 'x/device_data_manager.h',
57 'x/device_list_cache_x.cc', 59 'x/device_list_cache_x.cc',
58 'x/device_list_cache_x.h', 60 'x/device_list_cache_x.h',
59 'x/touch_factory_x11.cc', 61 'x/touch_factory_x11.cc',
60 'x/touch_factory_x11.h', 62 'x/touch_factory_x11.h',
61 ], 63 ],
62 'conditions': [ 64 'conditions': [
63 ['use_x11==1', { 65 ['use_x11==1', {
64 'dependencies': [ 66 'dependencies': [
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 ], 400 ],
399 'variables': { 401 'variables': {
400 'test_suite_name': 'events_unittests', 402 'test_suite_name': 'events_unittests',
401 }, 403 },
402 'includes': [ '../../build/apk_test.gypi' ], 404 'includes': [ '../../build/apk_test.gypi' ],
403 }, 405 },
404 ], 406 ],
405 }], 407 }],
406 ], 408 ],
407 } 409 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698