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: media/base/android/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/BUILD.gn ('k') | media/base/mac/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/BUILD.gn
diff --git a/media/base/android/BUILD.gn b/media/base/android/BUILD.gn
index a79f86dfbb97a7ad7dbfeaccdb18ec403d8f3eae..20972690e1ea1f763660a9a109e391dfa7c522bf 100644
--- a/media/base/android/BUILD.gn
+++ b/media/base/android/BUILD.gn
@@ -29,7 +29,7 @@ source_set("anywhere") {
}
# These should compile on non-android platforms too.
-source_set("anywhere_unittests") {
+source_set("anywhere_unit_tests") {
testonly = true
sources = [
"media_codec_loop_unittest.cc",
@@ -99,7 +99,7 @@ if (is_android) {
]
}
- source_set("unittests") {
+ source_set("unit_tests") {
testonly = true
sources = [
"media_drm_bridge_unittest.cc",
« no previous file with comments | « media/base/BUILD.gn ('k') | media/base/mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698