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

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

Issue 2027133002: Modify ui::TextInputClient to use ui::TextEditCommand enum in place of resource ids. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor4_up_down_mac
Patch Set: Created 4 years, 6 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'keycodes/keyboard_code_conversion.h', 57 'keycodes/keyboard_code_conversion.h',
58 'keycodes/keyboard_code_conversion_android.cc', 58 'keycodes/keyboard_code_conversion_android.cc',
59 'keycodes/keyboard_code_conversion_android.h', 59 'keycodes/keyboard_code_conversion_android.h',
60 'keycodes/keyboard_code_conversion_mac.h', 60 'keycodes/keyboard_code_conversion_mac.h',
61 'keycodes/keyboard_code_conversion_mac.mm', 61 'keycodes/keyboard_code_conversion_mac.mm',
62 'keycodes/keyboard_code_conversion_win.cc', 62 'keycodes/keyboard_code_conversion_win.cc',
63 'keycodes/keyboard_code_conversion_win.h', 63 'keycodes/keyboard_code_conversion_win.h',
64 'keycodes/keyboard_codes.h', 64 'keycodes/keyboard_codes.h',
65 'latency_info.cc', 65 'latency_info.cc',
66 'latency_info.h', 66 'latency_info.h',
67 'text_edit_commands.h',
67 ], 68 ],
68 'export_dependent_settings': [ 69 'export_dependent_settings': [
69 '../../ui/gfx/gfx.gyp:gfx_geometry', 70 '../../ui/gfx/gfx.gyp:gfx_geometry',
70 ], 71 ],
71 'conditions': [ 72 'conditions': [
72 ['use_x11==1', { 73 ['use_x11==1', {
73 'dependencies': [ 74 'dependencies': [
74 'keycodes/events_keycodes.gyp:keycodes_x11', 75 'keycodes/events_keycodes.gyp:keycodes_x11',
75 ], 76 ],
76 }], 77 }],
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'variables': { 400 'variables': {
400 'jni_gen_package': 'ui', 401 'jni_gen_package': 'ui',
401 'input_java_class': 'android/view/KeyEvent.class', 402 'input_java_class': 'android/view/KeyEvent.class',
402 }, 403 },
403 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 404 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
404 }, 405 },
405 ], 406 ],
406 }], 407 }],
407 ], 408 ],
408 } 409 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698