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

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: 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 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 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 }, 1509 },
1510 }, 1510 },
1511 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1511 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1512 'msvs_disabled_warnings': [ 4267, ], 1512 'msvs_disabled_warnings': [ 4267, ],
1513 }], 1513 }],
1514 ['OS=="win" and win_use_allocator_shim==1', { 1514 ['OS=="win" and win_use_allocator_shim==1', {
1515 'dependencies': [ 1515 'dependencies': [
1516 '../base/allocator/allocator.gyp:allocator', 1516 '../base/allocator/allocator.gyp:allocator',
1517 ], 1517 ],
1518 }], 1518 }],
1519 ['OS=="linux"', {
1520 'sources!': [
1521 'browser/accessibility/dump_accessibility_tree_browsertest.cc',
1522 ],
1523 }],
1524 ['OS=="android"', { 1519 ['OS=="android"', {
1525 'sources': [ '<@(content_browsertests_android_sources)' ], 1520 'sources': [ '<@(content_browsertests_android_sources)' ],
1526 'sources!': [ 1521 'sources!': [
1527 'browser/battery_status/battery_monitor_impl_browsertest.cc', 1522 'browser/battery_status/battery_monitor_impl_browsertest.cc',
1528 ], 1523 ],
1529 'dependencies': [ 1524 'dependencies': [
1530 'content_shell_jni_headers', 1525 'content_shell_jni_headers',
1531 'content_shell_lib', 1526 'content_shell_lib',
1532 '../testing/android/native_test.gyp:native_test_support', 1527 '../testing/android/native_test.gyp:native_test_support',
1533 ], 1528 ],
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
2205 'content_unittests_apk.isolate', 2200 'content_unittests_apk.isolate',
2206 ], 2201 ],
2207 }, 2202 },
2208 ], 2203 ],
2209 }, 2204 },
2210 ], 2205 ],
2211 ], 2206 ],
2212 }], 2207 }],
2213 ], 2208 ],
2214 } 2209 }
OLDNEW
« no previous file with comments | « content/browser/accessibility/dump_accessibility_browsertest_base.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698