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

Side by Side Diff: ui/base/ui_base_tests.gyp

Issue 2085873002: Add test for TextEditCommandAuraLinux::GetCommandString. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor8_unify_text_edit_commands
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
« no previous file with comments | « ui/base/ime/text_edit_commands.h ('k') | ui/views/controls/textfield/textfield.cc » ('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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 }, 120 },
121 'includes': [ '../../build/copy_test_data_ios.gypi' ], 121 'includes': [ '../../build/copy_test_data_ios.gypi' ],
122 }, 122 },
123 ], 123 ],
124 }], 124 }],
125 ['OS == "linux" and use_aura==1 and chromeos==0', { 125 ['OS == "linux" and use_aura==1 and chromeos==0', {
126 'sources': [ 126 'sources': [
127 'ime/input_method_auralinux_unittest.cc', 127 'ime/input_method_auralinux_unittest.cc',
128 ] 128 ]
129 }], 129 }],
130 ['OS == "linux" and chromeos==0', {
131 'sources': [
132 'ime/linux/text_edit_command_auralinux_unittest.cc',
133 ],
134 'dependencies': [
135 '../../third_party/WebKit/public/blink_headers.gyp:blink_headers',
136 ]
137 }],
130 ['OS == "win"', { 138 ['OS == "win"', {
131 'sources': [ 139 'sources': [
132 'dragdrop/os_exchange_data_win_unittest.cc', 140 'dragdrop/os_exchange_data_win_unittest.cc',
133 'win/hwnd_subclass_unittest.cc', 141 'win/hwnd_subclass_unittest.cc',
134 'win/open_file_name_win_unittest.cc', 142 'win/open_file_name_win_unittest.cc',
135 'win/osk_display_manager_unittest.cc', 143 'win/osk_display_manager_unittest.cc',
136 ], 144 ],
137 'msvs_settings': { 145 'msvs_settings': {
138 'VCLinkerTool': { 146 'VCLinkerTool': {
139 'DelayLoadDLLs': [ 147 'DelayLoadDLLs': [
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'dependencies': [ 333 'dependencies': [
326 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 334 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
327 ], 335 ],
328 }], 336 }],
329 ], 337 ],
330 }, 338 },
331 ], 339 ],
332 }], 340 }],
333 ], 341 ],
334 } 342 }
OLDNEW
« no previous file with comments | « ui/base/ime/text_edit_commands.h ('k') | ui/views/controls/textfield/textfield.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698