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

Unified Diff: content/test/BUILD.gn

Issue 1505903002: Don't require expectations file for DumpAccessibility tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Suppress lsan Created 5 years 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 32828ed3b2e728041f710db825902112ca4a2c7a..3bfc5d89d70291ae045fea31b542298960a3c219 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -436,11 +436,6 @@ test("content_browsertests") {
libs = [ "oleacc.lib" ]
}
- if (is_linux) {
- sources -=
- [ "../browser/accessibility/dump_accessibility_tree_browsertest.cc" ]
- }
-
if (is_android) {
sources += rebase_path(
content_tests_gypi_values.content_browsertests_android_sources,

Powered by Google App Engine
This is Rietveld 408576698