ehmaldonado | ed8c8ed | 2016-11-23 12:58:35 -0800 | [diff] [blame] | 1 | # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. |
| 2 | # |
| 3 | # Use of this source code is governed by a BSD-style license |
| 4 | # that can be found in the LICENSE file in the root of the source |
| 5 | # tree. An additional intellectual property rights grant can be found |
| 6 | # in the file PATENTS. All contributing project authors may |
| 7 | # be found in the AUTHORS file in the root of the source tree. |
| 8 | |
ehmaldonado | b365b80 | 2016-11-24 05:16:44 -0800 | [diff] [blame] | 9 | import("//build_overrides/build.gni") |
| 10 | |
ehmaldonado | ed8c8ed | 2016-11-23 12:58:35 -0800 | [diff] [blame] | 11 | valgrind_dependencies = [ |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 12 | "../tools/valgrind/asan/asan_symbolize.py", |
| 13 | "../tools/valgrind/asan/third_party/__init__.py", |
| 14 | "../tools/valgrind/asan/third_party/asan_symbolize.py", |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 15 | "../tools/valgrind/fixed_suppressions.sh", |
| 16 | "../tools/valgrind/memcheck/suppressions.txt", |
| 17 | "../tools/valgrind/memcheck/suppressions_linux.txt", |
| 18 | "../tools/valgrind/regrind.sh", |
| 19 | "../tools/valgrind/scan-build.py", |
| 20 | "../tools/valgrind/suppressions.py", |
| 21 | "../tools/valgrind/test_suppressions.py", |
| 22 | "../tools/valgrind/unused_suppressions.py", |
| 23 | "../tools/valgrind/waterfall.sh", |
ehmaldonado | ed8c8ed | 2016-11-23 12:58:35 -0800 | [diff] [blame] | 24 | ] |
ehmaldonado | b365b80 | 2016-11-24 05:16:44 -0800 | [diff] [blame] | 25 | |
| 26 | if (build_with_chromium) { |
| 27 | valgrind_dependencies += [ |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 28 | "../tools/valgrind/gtest_exclude/ash_unittests.gtest-memcheck.txt", |
| 29 | "../tools/valgrind/gtest_exclude/aura_unittests.gtest.txt", |
| 30 | "../tools/valgrind/gtest_exclude/base_unittests.gtest.txt", |
| 31 | "../tools/valgrind/gtest_exclude/base_unittests.gtest_win-8.txt", |
| 32 | "../tools/valgrind/gtest_exclude/base_unittests.gtest_win32.txt", |
| 33 | "../tools/valgrind/gtest_exclude/blink_platform_unittests.gtest_win32.txt", |
| 34 | "../tools/valgrind/gtest_exclude/browser_tests.gtest-memcheck.txt", |
| 35 | "../tools/valgrind/gtest_exclude/chromeos_unittests.gtest.txt", |
| 36 | "../tools/valgrind/gtest_exclude/components_unittests.gtest.txt", |
| 37 | "../tools/valgrind/gtest_exclude/content_unittests.gtest.txt", |
| 38 | "../tools/valgrind/gtest_exclude/extensions_unittests.gtest-memcheck.txt", |
| 39 | "../tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt", |
| 40 | "../tools/valgrind/gtest_exclude/ipc_tests.gtest.txt", |
| 41 | "../tools/valgrind/gtest_exclude/media_unittests.gtest.txt", |
| 42 | "../tools/valgrind/gtest_exclude/message_center_unittests.gtest.txt", |
| 43 | "../tools/valgrind/gtest_exclude/net_unittests.gtest-memcheck.txt", |
| 44 | "../tools/valgrind/gtest_exclude/net_unittests.gtest.txt", |
| 45 | "../tools/valgrind/gtest_exclude/net_unittests.gtest_linux.txt", |
| 46 | "../tools/valgrind/gtest_exclude/remoting_unittests.gtest_win-8.txt", |
| 47 | "../tools/valgrind/gtest_exclude/sandbox_linux_unittests.gtest.txt", |
| 48 | "../tools/valgrind/gtest_exclude/suppressions.txt", |
| 49 | "../tools/valgrind/gtest_exclude/sync_unit_tests.gtest-asan.txt", |
| 50 | "../tools/valgrind/gtest_exclude/ui_base_unittests.gtest-memcheck.txt", |
| 51 | "../tools/valgrind/gtest_exclude/ui_unittests.gtest-memcheck_linux.txt", |
| 52 | "../tools/valgrind/gtest_exclude/unit_tests.gtest-memcheck.txt", |
| 53 | "../tools/valgrind/gtest_exclude/unit_tests.gtest.txt", |
| 54 | "../tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt", |
ehmaldonado | b365b80 | 2016-11-24 05:16:44 -0800 | [diff] [blame] | 55 | ] |
| 56 | } |