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

Unified Diff: chrome/test/BUILD.gn

Issue 1068093002: Refactoring for InputMethodAuraLinux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add more tests and support verify event sequence. Created 5 years, 8 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 619cf924d934b58bcb4c714d2801ff07ef058fc8..b89aae85d6fe69146690a7b09d685c00b4d1e194 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1369,13 +1369,6 @@ if (!is_android) {
"//chrome/browser/ui/libgtk2ui",
"//build/config/linux:gio",
]
- if (!is_component_build) {
- # TODO(erg): This file does not compile in shared library mode because
- # it is reaching into the internals of libgtk2ui, which shouldn't be
- # linked with the rest of chrome. This should either be fixed by
- # creating a separate unit test target, or by deleting the test.
- sources += [ "../browser/ui/libgtk2ui/x11_input_method_context_impl_gtk2_unittest.cc" ]
- }
}
if (enable_task_manager) {

Powered by Google App Engine
This is Rietveld 408576698