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

Unified Diff: chromecast/media/cma/backend/alsa/BUILD.gn

Issue 2373683003: Remove som GYP annotations, remove unused manifest. (Closed)
Patch Set: Fix Created 4 years, 3 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 | « chromecast/media/cdm/BUILD.gn ('k') | content/app/strings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/backend/alsa/BUILD.gn
diff --git a/chromecast/media/cma/backend/alsa/BUILD.gn b/chromecast/media/cma/backend/alsa/BUILD.gn
index 54ede7e6f785ffd75841e3a188f4b4a91d4a6d6f..f01e1e53674f6b1465412853ff6dadcf7ee619d1 100644
--- a/chromecast/media/cma/backend/alsa/BUILD.gn
+++ b/chromecast/media/cma/backend/alsa/BUILD.gn
@@ -17,7 +17,6 @@ declare_args() {
# Alsa must be used for these targets to build.
assert(use_alsa)
-# GYP target: chromecast/media/media.gyp:libcast_media_1.0_audio
shared_library("libcast_media_1.0_audio") {
sources = [
"cast_media_shlib.cc",
@@ -33,7 +32,6 @@ shared_library("libcast_media_1.0_audio") {
]
}
-# GYP target: chromecast/media/media.gyp:alsa_cma_backend
source_set("alsa_cma_backend") {
sources = [
"alsa_wrapper.cc",
@@ -106,14 +104,12 @@ source_set("slew_volume") {
]
}
-# GYP target: chromecast/media/media.gyp:chromecast_alsa_features
buildflag_header("alsa_features") {
header = "alsa_features.h"
flags = [ "ALSA_MONOTONIC_RAW_TSTAMPS=$use_alsa_monotonic_raw_tstamps" ]
}
-# GYP target: chromecast/media/media.gyp:cast_alsa_cma_backend_unittests
test("cast_alsa_cma_backend_unittests") {
sources = [
"stream_mixer_alsa_unittest.cc",
@@ -132,7 +128,6 @@ test("cast_alsa_cma_backend_unittests") {
]
}
-# GYP target: n/a
source_set("test_support") {
testonly = true
« no previous file with comments | « chromecast/media/cdm/BUILD.gn ('k') | content/app/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698