| 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) {
|
|
|