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

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: Fix bad license header. 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
« no previous file with comments | « no previous file | chromecast/media/cma/base/buffering_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 5b7ffe40cbd11f4da04d3e2ee538b3df4f76a7bb..6ae9cd214bab5e30cfea220fb50e1580627a0f80 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -161,6 +161,7 @@
'cast_version_header',
'chromecast_locales.gyp:chromecast_locales_pak',
'chromecast_locales.gyp:chromecast_settings',
+ 'media/media.gyp:cast_media',
'../components/components.gyp:component_metrics_proto',
'../content/content.gyp:content',
'../content/content.gyp:content_app_browser',
@@ -246,5 +247,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698