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

Unified Diff: skia/BUILD.gn

Issue 1126123004: Use TestDiscardableMemoryAllocator in filter_fuzz_stub. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark filter fuzz stub as testonly Created 5 years, 7 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 | skia/skia.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 7a425695af7960ae9eaac436468962575190f64c..30a045333169bff2e57526edf275ffe9718b1132 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -665,6 +665,7 @@ if (is_linux && !is_chromeos) {
}
executable("filter_fuzz_stub") {
+ testonly = true
sources = [
"tools/filter_fuzz_stub/filter_fuzz_stub.cc",
]
@@ -672,6 +673,7 @@ if (is_linux && !is_chromeos) {
deps = [
":skia",
"//base",
+ "//base/test:test_support",
]
}
}
« no previous file with comments | « no previous file | skia/skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698