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

Unified Diff: chromecast/public/media/BUILD.gn

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Address alokp@ comments Created 5 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 | « chromecast/public/cast_media_shlib.h ('k') | chromecast/public/media/audio_pipeline_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/public/media/BUILD.gn
diff --git a/chromecast/public/media/BUILD.gn b/chromecast/public/media/BUILD.gn
index b6f699f10b12ae1c1f0067e926d923698071703d..3db81e09093ab8cc206b734a18c113d3be807330 100644
--- a/chromecast/public/media/BUILD.gn
+++ b/chromecast/public/media/BUILD.gn
@@ -4,17 +4,13 @@
source_set("media") {
sources = [
- "audio_pipeline_device.h",
"cast_decoder_buffer.h",
"cast_decrypt_config.h",
"cast_key_system.h",
"decoder_config.h",
- "media_clock_device.h",
- "media_component_device.h",
"media_pipeline_backend.h",
"media_pipeline_device_params.h",
"stream_id.h",
- "video_pipeline_device.h",
]
public_configs = [ ":public_headers" ]
« no previous file with comments | « chromecast/public/cast_media_shlib.h ('k') | chromecast/public/media/audio_pipeline_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698