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

Unified Diff: ui/base/BUILD.gn

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 | « third_party/WebKit/public/platform/WebEditorCommandNames.h ('k') | ui/base/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index d5393b31df9f10feffa94e09dbb6d312d1d1f4b8..bb0c6125c833dd76a46d5dcaab9e883dfda56254 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -837,6 +837,11 @@ test("ui_base_unittests") {
deps += [ "//ui/resources:ui_test_pak_bundle_data" ]
}
+ if (is_linux && !is_chromeos) {
+ sources += [ "ime/linux/text_edit_command_auralinux_unittest.cc" ]
+ deps += [ "//third_party/WebKit/public:blink_headers" ]
+ }
+
if (is_win) {
sources += [
"dragdrop/os_exchange_data_win_unittest.cc",
« no previous file with comments | « third_party/WebKit/public/platform/WebEditorCommandNames.h ('k') | ui/base/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698