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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 1490 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 }, 1501 },
1502 }, 1502 },
1503 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1503 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1504 'msvs_disabled_warnings': [ 4267, ], 1504 'msvs_disabled_warnings': [ 4267, ],
1505 }], 1505 }],
1506 ['OS=="win" and win_use_allocator_shim==1', { 1506 ['OS=="win" and win_use_allocator_shim==1', {
1507 'dependencies': [ 1507 'dependencies': [
1508 '../base/allocator/allocator.gyp:allocator', 1508 '../base/allocator/allocator.gyp:allocator',
1509 ], 1509 ],
1510 }], 1510 }],
1511 ['OS=="linux"', {
1512 'sources!': [
1513 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
1514 ],
1515 }],
1516 ['OS=="android"', { 1511 ['OS=="android"', {
1517 'sources': [ '<@(content_browsertests_android_sources)' ], 1512 'sources': [ '<@(content_browsertests_android_sources)' ],
1518 'sources!': [ 1513 'sources!': [
1519 'browser/battery_status/battery_monitor_impl_browsertest.cc', 1514 'browser/battery_status/battery_monitor_impl_browsertest.cc',
1520 ], 1515 ],
1521 'dependencies': [ 1516 'dependencies': [
1522 'content_shell_jni_headers', 1517 'content_shell_jni_headers',
1523 'content_shell_lib', 1518 'content_shell_lib',
1524 '../testing/android/native_test.gyp:native_test_support', 1519 '../testing/android/native_test.gyp:native_test_support',
1525 ], 1520 ],
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
2197 'content_unittests_apk.isolate', 2192 'content_unittests_apk.isolate',
2198 ], 2193 ],
2199 }, 2194 },
2200 ], 2195 ],
2201 }, 2196 },
2202 ], 2197 ],
2203 ], 2198 ],
2204 }], 2199 }],
2205 ], 2200 ],
2206 } 2201 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698