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

Unified Diff: content/content_tests.gypi

Issue 1505903002: Don't require expectations file for DumpAccessibility tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add one auralinux expectation 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/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 0c14ccfeb9d301e7681a92f87617e73e8612f68a..df67e0b3a664830693d11f9cfe8e471db8e627df 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1508,11 +1508,6 @@
'../base/allocator/allocator.gyp:allocator',
],
}],
- ['OS=="linux"', {
- 'sources!': [
- 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
- ],
- }],
['OS=="android"', {
'sources': [ '<@(content_browsertests_android_sources)' ],
'sources!': [

Powered by Google App Engine
This is Rietveld 408576698