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

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

Issue 613343005: Automatic deployment of the virtual keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo. Created 6 years, 1 month 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/BUILD.gn ('k') | ui/events/input_device_event_observer.h » ('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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 'event_switches.cc', 47 'event_switches.cc',
48 'event_switches.h', 48 'event_switches.h',
49 'events_base_export.h', 49 'events_base_export.h',
50 'gesture_curve.h', 50 'gesture_curve.h',
51 'gesture_event_details.cc', 51 'gesture_event_details.cc',
52 'gesture_event_details.h', 52 'gesture_event_details.h',
53 'gestures/fling_curve.cc', 53 'gestures/fling_curve.cc',
54 'gestures/fling_curve.h', 54 'gestures/fling_curve.h',
55 'input_device.cc', 55 'input_device.cc',
56 'input_device.h', 56 'input_device.h',
57 'input_device_event_observer.h',
57 'keyboard_device.cc', 58 'keyboard_device.cc',
58 'keyboard_device.h', 59 'keyboard_device.h',
59 'keycodes/keyboard_code_conversion.cc', 60 'keycodes/keyboard_code_conversion.cc',
60 'keycodes/keyboard_code_conversion.h', 61 'keycodes/keyboard_code_conversion.h',
61 'keycodes/keyboard_code_conversion_android.cc', 62 'keycodes/keyboard_code_conversion_android.cc',
62 'keycodes/keyboard_code_conversion_android.h', 63 'keycodes/keyboard_code_conversion_android.h',
63 'keycodes/keyboard_code_conversion_mac.h', 64 'keycodes/keyboard_code_conversion_mac.h',
64 'keycodes/keyboard_code_conversion_mac.mm', 65 'keycodes/keyboard_code_conversion_mac.mm',
65 'keycodes/keyboard_code_conversion_win.cc', 66 'keycodes/keyboard_code_conversion_win.cc',
66 'keycodes/keyboard_code_conversion_win.h', 67 'keycodes/keyboard_code_conversion_win.h',
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 ], 392 ],
392 'variables': { 393 'variables': {
393 'test_suite_name': 'events_unittests', 394 'test_suite_name': 'events_unittests',
394 }, 395 },
395 'includes': [ '../../build/apk_test.gypi' ], 396 'includes': [ '../../build/apk_test.gypi' ],
396 }, 397 },
397 ], 398 ],
398 }], 399 }],
399 ], 400 ],
400 } 401 }
OLDNEW
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/input_device_event_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698