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

Unified Diff: BUILD.gn

Issue 1841193002: 🍬 GN: Make breakpad_unittests & sandbox_linux_unittests use test() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test-minor-renames
Patch Set: Created 4 years, 9 months 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 | « no previous file | breakpad/BUILD.gn » ('j') | testing/test.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 73d151aa2c1a868fb8ea69f549fd8df9b72d9ce8..df6d15ae171b83a04f50dac7b846c2606b170376 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -791,7 +791,7 @@ if (!is_ios) {
# so we need to specify the dependencies here instead.
if (is_android) {
deps += [
- "//breakpad:breakpad_unittests_deps",
+ "//breakpad:breakpad_unittests",
"//breakpad:dump_syms($host_toolchain)",
"//breakpad:microdump_stackwalk($host_toolchain)",
"//breakpad:minidump_dump($host_toolchain)",
« no previous file with comments | « no previous file | breakpad/BUILD.gn » ('j') | testing/test.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698