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

Side by Side Diff: tools/valgrind/valgrind.gni

Issue 2517953007: Add python-google.gni and valgrind.gni to list all files. (Closed)
Patch Set: python_google -> python_google_files Created 4 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
« no previous file with comments | « tools/python/google/python-google.gni ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//build_overrides/build.gni")
6
7 valgrind_dependencies = [
8 "asan/asan_symbolize.py",
9 "asan/third_party/__init__.py",
10 "asan/third_party/asan_symbolize.py",
11 "browser_wrapper_win.py",
12 "chrome_tests.bat",
13 "chrome_tests.py",
14 "chrome_tests.sh",
15 "common.py",
16 "drmemory.bat",
17 "drmemory_analyze.py",
18 "fixed_suppressions.sh",
19 "gdb_helper.py",
20 "locate_valgrind.sh",
21 "memcheck/suppressions.txt",
22 "memcheck/suppressions_linux.txt",
23 "memcheck_analyze.py",
24 "regrind.sh",
25 "scan-build.py",
26 "suppressions.py",
27 "test_suppressions.py",
28 "unused_suppressions.py",
29 "valgrind.sh",
30 "valgrind_test.py",
31 "waterfall.sh",
32 ]
33
34 if (build_with_chromium) {
35 valgrind_dependencies += [
36 "gtest_exclude/ash_unittests.gtest-memcheck.txt",
37 "gtest_exclude/aura_unittests.gtest.txt",
38 "gtest_exclude/base_unittests.gtest.txt",
39 "gtest_exclude/base_unittests.gtest_win-8.txt",
40 "gtest_exclude/base_unittests.gtest_win32.txt",
41 "gtest_exclude/blink_platform_unittests.gtest_win32.txt",
42 "gtest_exclude/browser_tests.gtest-memcheck.txt",
43 "gtest_exclude/chromeos_unittests.gtest.txt",
44 "gtest_exclude/components_unittests.gtest.txt",
45 "gtest_exclude/content_unittests.gtest.txt",
46 "gtest_exclude/extensions_unittests.gtest-memcheck.txt",
47 "gtest_exclude/interactive_ui_tests.gtest.txt",
48 "gtest_exclude/ipc_tests.gtest.txt",
49 "gtest_exclude/media_unittests.gtest.txt",
50 "gtest_exclude/message_center_unittests.gtest.txt",
51 "gtest_exclude/net_unittests.gtest-memcheck.txt",
52 "gtest_exclude/net_unittests.gtest.txt",
53 "gtest_exclude/net_unittests.gtest_linux.txt",
54 "gtest_exclude/remoting_unittests.gtest_win-8.txt",
55 "gtest_exclude/sandbox_linux_unittests.gtest.txt",
56 "gtest_exclude/suppressions.txt",
57 "gtest_exclude/sync_unit_tests.gtest-asan.txt",
58 "gtest_exclude/ui_base_unittests.gtest-memcheck.txt",
59 "gtest_exclude/ui_unittests.gtest-memcheck_linux.txt",
60 "gtest_exclude/unit_tests.gtest-memcheck.txt",
61 "gtest_exclude/unit_tests.gtest.txt",
62 "gtest_exclude/unit_tests.gtest_linux.txt",
63 ]
64 }
OLDNEW
« no previous file with comments | « tools/python/google/python-google.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698