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

Unified Diff: chromecast/chromecast.gyp

Issue 509213002: Add a buffering controller for Chromecast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove ref-counting on the buffering controller. Created 6 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/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 5b7ffe40cbd11f4da04d3e2ee538b3df4f76a7bb..ad88a72b826a759de95d90b12bbc0f3344522c3c 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -246,5 +246,12 @@
},
],
},
+ {
+ 'target_name': 'cast_tests',
+ 'type': 'none',
+ 'dependencies': [
+ 'media/media.gyp:cast_media_unittests',
+ ],
+ },
], # end of targets
}
« no previous file with comments | « no previous file | chromecast/media/cma/base/buffering_controller.h » ('j') | chromecast/media/cma/base/buffering_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698