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

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

Issue 2007503002: Views: Replace resource ids with ui::TextEditCommand enum for text editing commands in Textfield. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added file deleted during rename. 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'variables': { 398 'variables': {
398 'jni_gen_package': 'ui', 399 'jni_gen_package': 'ui',
399 'input_java_class': 'android/view/KeyEvent.class', 400 'input_java_class': 'android/view/KeyEvent.class',
400 }, 401 },
401 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 402 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
402 }, 403 },
403 ], 404 ],
404 }], 405 }],
405 ], 406 ],
406 } 407 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698