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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base_tests.gyp
diff --git a/ui/base/ui_base_tests.gyp b/ui/base/ui_base_tests.gyp
index 8dd4cc7795e0769a64d4808beefe4341c541af39..8937857c43b1fd31f3efaf27f2001b7cee3ee44a 100644
--- a/ui/base/ui_base_tests.gyp
+++ b/ui/base/ui_base_tests.gyp
@@ -127,6 +127,14 @@
'ime/input_method_auralinux_unittest.cc',
]
}],
+ ['OS == "linux" and chromeos==0', {
+ 'sources': [
+ 'ime/linux/text_edit_command_auralinux_unittest.cc',
+ ],
+ 'dependencies': [
+ '../../third_party/WebKit/public/blink_headers.gyp:blink_headers',
+ ]
+ }],
['OS == "win"', {
'sources': [
'dragdrop/os_exchange_data_win_unittest.cc',
« 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