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

Unified Diff: tools/valgrind-webrtc/valgrind.gni

Issue 2510033004: Add rtc_use_memcheck flag, update MB and GN to handle it, and add gni files listing the runtime deps (Closed)
Patch Set: Fixed android and added unittest. Created 4 years, 1 month 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
« no previous file with comments | « tools/valgrind-webrtc/python-google.gni ('k') | tools/valgrind-webrtc/valgrind-binaries.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind-webrtc/valgrind.gni
diff --git a/tools/valgrind-webrtc/valgrind.gni b/tools/valgrind-webrtc/valgrind.gni
new file mode 100644
index 0000000000000000000000000000000000000000..52be8e47575fa98f03c68c8e7d612dc7a42d09fc
--- /dev/null
+++ b/tools/valgrind-webrtc/valgrind.gni
@@ -0,0 +1,68 @@
+# Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
+#
+# Use of this source code is governed by a BSD-style license
+# that can be found in the LICENSE file in the root of the source
+# tree. An additional intellectual property rights grant can be found
+# in the file PATENTS. All contributing project authors may
+# be found in the AUTHORS file in the root of the source tree.
+
+import("//build_overrides/build.gni")
+
+valgrind_dependencies = [
+ "../../tools/valgrind/asan/asan_symbolize.py",
+ "../../tools/valgrind/asan/third_party/__init__.py",
+ "../../tools/valgrind/asan/third_party/asan_symbolize.py",
+ "../../tools/valgrind/browser_wrapper_win.py",
+ "../../tools/valgrind/chrome_tests.bat",
+ "../../tools/valgrind/chrome_tests.py",
+ "../../tools/valgrind/chrome_tests.sh",
+ "../../tools/valgrind/common.py",
+ "../../tools/valgrind/drmemory.bat",
+ "../../tools/valgrind/drmemory_analyze.py",
+ "../../tools/valgrind/fixed_suppressions.sh",
+ "../../tools/valgrind/gdb_helper.py",
+ "../../tools/valgrind/locate_valgrind.sh",
+ "../../tools/valgrind/memcheck/suppressions.txt",
+ "../../tools/valgrind/memcheck/suppressions_linux.txt",
+ "../../tools/valgrind/memcheck_analyze.py",
+ "../../tools/valgrind/regrind.sh",
+ "../../tools/valgrind/scan-build.py",
+ "../../tools/valgrind/suppressions.py",
+ "../../tools/valgrind/test_suppressions.py",
+ "../../tools/valgrind/unused_suppressions.py",
+ "../../tools/valgrind/valgrind.sh",
+ "../../tools/valgrind/valgrind_test.py",
+ "../../tools/valgrind/waterfall.sh",
+]
+
+if (build_with_chromium) {
+ valgrind_dependencies += [
+ "../../tools/valgrind/gtest_exclude/ash_unittests.gtest-memcheck.txt",
+ "../../tools/valgrind/gtest_exclude/aura_unittests.gtest.txt",
+ "../../tools/valgrind/gtest_exclude/base_unittests.gtest.txt",
+ "../../tools/valgrind/gtest_exclude/base_unittests.gtest_win-8.txt",
+ "../../tools/valgrind/gtest_exclude/base_unittests.gtest_win32.txt",
+ "../../tools/valgrind/gtest_exclude/blink_platform_unittests.gtest_win32.txt",
+ "../../tools/valgrind/gtest_exclude/browser_tests.gtest-memcheck.txt",
+ "../../tools/valgrind/gtest_exclude/chromeos_unittests.gtest.txt",
+ "../../tools/valgrind/gtest_exclude/components_unittests.gtest.txt",
+ "../../tools/valgrind/gtest_exclude/content_unittests.gtest.txt",
+ "../../tools/valgrind/gtest_exclude/extensions_unittests.gtest-memcheck.txt",
+ "../../tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt",
+ "../../tools/valgrind/gtest_exclude/ipc_tests.gtest.txt",
+ "../../tools/valgrind/gtest_exclude/media_unittests.gtest.txt",
+ "../../tools/valgrind/gtest_exclude/message_center_unittests.gtest.txt",
+ "../../tools/valgrind/gtest_exclude/net_unittests.gtest-memcheck.txt",
+ "../../tools/valgrind/gtest_exclude/net_unittests.gtest.txt",
+ "../../tools/valgrind/gtest_exclude/net_unittests.gtest_linux.txt",
+ "../../tools/valgrind/gtest_exclude/remoting_unittests.gtest_win-8.txt",
+ "../../tools/valgrind/gtest_exclude/sandbox_linux_unittests.gtest.txt",
+ "../../tools/valgrind/gtest_exclude/suppressions.txt",
+ "../../tools/valgrind/gtest_exclude/sync_unit_tests.gtest-asan.txt",
+ "../../tools/valgrind/gtest_exclude/ui_base_unittests.gtest-memcheck.txt",
+ "../../tools/valgrind/gtest_exclude/ui_unittests.gtest-memcheck_linux.txt",
+ "../../tools/valgrind/gtest_exclude/unit_tests.gtest-memcheck.txt",
+ "../../tools/valgrind/gtest_exclude/unit_tests.gtest.txt",
+ "../../tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt",
+ ]
+}
« no previous file with comments | « tools/valgrind-webrtc/python-google.gni ('k') | tools/valgrind-webrtc/valgrind-binaries.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698