Chromium Code Reviews| Index: content/test/BUILD.gn |
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
| index 45bd97ca7e94c50c97856aead22b40801b1b4158..74700e1e76583a822e1fb46a3c355047bbe78386 100644 |
| --- a/content/test/BUILD.gn |
| +++ b/content/test/BUILD.gn |
| @@ -305,11 +305,6 @@ if (!is_mac) { |
| "//ui/snapshot", |
| ] |
| - if (!is_chromeos) { |
| - sources -= |
| - [ "../browser/web_contents/touch_editable_impl_aura_browsertest.cc" ] |
| - } |
| - |
| if (is_win) { |
| sources += rebase_path( |
| content_tests_gypi_values.content_browsertests_win_sources, |