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

Unified Diff: chromecast/media/media.gyp

Issue 652353003: Chromecast: adds class to help record complex histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resets initial buffering state on flush Created 6 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/media/cma/test/run_all_unittests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/media.gyp
diff --git a/chromecast/media/media.gyp b/chromecast/media/media.gyp
index c8b6286df5bbe3f69740d429fa55cf2e4407d856..1901b9c6982a350387fc2c597e31ffe17b235831 100644
--- a/chromecast/media/media.gyp
+++ b/chromecast/media/media.gyp
@@ -39,6 +39,7 @@
'target_name': 'cma_base',
'type': '<(component)',
'dependencies': [
+ '../chromecast.gyp:cast_base',
'../../base/base.gyp:base',
'../../media/media.gyp:media',
],
@@ -175,6 +176,7 @@
'../../base/base.gyp:base',
'../../base/base.gyp:base_i18n',
'../../base/base.gyp:test_support_base',
+ '../../chromecast/chromecast.gyp:cast_metrics_test_support',
'../../media/media.gyp:media_test_support',
'../../testing/gmock.gyp:gmock',
'../../testing/gtest.gyp:gtest',
« no previous file with comments | « chromecast/media/cma/test/run_all_unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698