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

Unified Diff: media/test/BUILD.gn

Issue 2426773005: media: Reorganize media unittests (Closed)
Patch Set: fix android Created 4 years, 2 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 | « media/base/run_all_unittests.cc ('k') | media/test/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/BUILD.gn
diff --git a/media/test/BUILD.gn b/media/test/BUILD.gn
index a2e07aa48ea20a1573ac2f85b09a4490518b9937..6e5126724e4346a3f06830ef7045c6afa73f6798 100644
--- a/media/test/BUILD.gn
+++ b/media/test/BUILD.gn
@@ -5,6 +5,24 @@
import("//media/media_options.gni")
import("//testing/libfuzzer/fuzzer_test.gni")
+source_set("run_all_unittests") {
+ testonly = true
+ sources = [
+ "run_all_unittests.cc",
+ ]
+
+ deps = [
+ "//base",
+ "//base/test:test_support",
+ "//media",
+ "//media/base:test_support",
+ ]
+
+ if (is_android) {
+ deps += [ "//ui/gl" ]
+ }
+}
+
source_set("pipeline_integration_test_base") {
testonly = true
« no previous file with comments | « media/base/run_all_unittests.cc ('k') | media/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698