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

Unified Diff: chrome/test/BUILD.gn

Issue 1068093002: Refactoring for InputMethodAuraLinux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed interactive_ui_tests failure. 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 9ea30d3b0df547d0cc8759546c564d778f1e5fb0..039bbfcbf5c7c2168cbcb335c25e2134bfcf2389 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1360,13 +1360,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) {
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698