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

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

Issue 1257013003: Load CMA backend from shared library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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
Index: chromecast/public/media/BUILD.gn
diff --git a/chromecast/public/media/BUILD.gn b/chromecast/public/media/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..5b00f0b7cc40df2a28475d01190901af199cdd07
--- /dev/null
+++ b/chromecast/public/media/BUILD.gn
@@ -0,0 +1,19 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("public") {
+ 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",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698