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

Unified Diff: media/BUILD.gn

Issue 2151013002: Convert some GN test support targets to static libs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remoting Created 4 years, 5 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 | « ipc/BUILD.gn ('k') | media/audio/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 786a6d62b9e2977bee1cb3c3e305a82451c441ae..a1f03affb0c75084462d73576f242799def275f9 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -483,7 +483,7 @@ component("media") {
]
}
-source_set("cdm_paths") {
+static_library("cdm_paths") {
sources = [
"cdm/cdm_paths.cc",
"cdm/cdm_paths.h",
@@ -755,7 +755,7 @@ test("audio_unittests") {
]
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = [
"renderers/mock_gpu_memory_buffer_video_frame_pool.cc",
« no previous file with comments | « ipc/BUILD.gn ('k') | media/audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698