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

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

Issue 1585193002: Build key map DomCodeToKey() for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittest Created 4 years, 10 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'keycodes/keyboard_code_conversion.h', 59 'keycodes/keyboard_code_conversion.h',
60 'keycodes/keyboard_code_conversion_android.cc', 60 'keycodes/keyboard_code_conversion_android.cc',
61 'keycodes/keyboard_code_conversion_android.h', 61 'keycodes/keyboard_code_conversion_android.h',
62 'keycodes/keyboard_code_conversion_mac.h', 62 'keycodes/keyboard_code_conversion_mac.h',
63 'keycodes/keyboard_code_conversion_mac.mm', 63 'keycodes/keyboard_code_conversion_mac.mm',
64 'keycodes/keyboard_code_conversion_win.cc', 64 'keycodes/keyboard_code_conversion_win.cc',
65 'keycodes/keyboard_code_conversion_win.h', 65 'keycodes/keyboard_code_conversion_win.h',
66 'keycodes/keyboard_code_conversion_x.cc', 66 'keycodes/keyboard_code_conversion_x.cc',
67 'keycodes/keyboard_code_conversion_x.h', 67 'keycodes/keyboard_code_conversion_x.h',
68 'keycodes/keyboard_codes.h', 68 'keycodes/keyboard_codes.h',
69 'keycodes/platform_key_map_win.cc',
70 'keycodes/platform_key_map_win.h',
69 'latency_info.cc', 71 'latency_info.cc',
70 'latency_info.h', 72 'latency_info.h',
71 'x/keysym_to_unicode.cc', 73 'x/keysym_to_unicode.cc',
72 'x/keysym_to_unicode.h', 74 'x/keysym_to_unicode.h',
73 ], 75 ],
74 'export_dependent_settings': [ 76 'export_dependent_settings': [
75 '../../ui/gfx/gfx.gyp:gfx', 77 '../../ui/gfx/gfx.gyp:gfx',
76 ], 78 ],
77 'conditions': [ 79 'conditions': [
78 ['use_x11==1', { 80 ['use_x11==1', {
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 'variables': { 382 'variables': {
381 'jni_gen_package': 'ui', 383 'jni_gen_package': 'ui',
382 'input_java_class': 'android/view/MotionEvent.class', 384 'input_java_class': 'android/view/MotionEvent.class',
383 }, 385 },
384 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 386 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
385 }, 387 },
386 ], 388 ],
387 }], 389 }],
388 ], 390 ],
389 } 391 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698