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

Unified Diff: chromecast/base/metrics/BUILD.gn

Issue 2563073002: [Chromecast] Add mock implementation of CastMetricsHelper. (Closed)
Patch Set: Created 4 years 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/base/metrics/mock_cast_metrics_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/metrics/BUILD.gn
diff --git a/chromecast/base/metrics/BUILD.gn b/chromecast/base/metrics/BUILD.gn
index a9556a5877e452bfc8ce0569a21c35d60dd76440..c547e8fa5fc670f6151512c35dbc6fb1e863dcf5 100644
--- a/chromecast/base/metrics/BUILD.gn
+++ b/chromecast/base/metrics/BUILD.gn
@@ -22,6 +22,8 @@ source_set("test_support") {
sources = [
"cast_metrics_test_helper.cc",
"cast_metrics_test_helper.h",
+ "mock_cast_metrics_helper.cc",
+ "mock_cast_metrics_helper.h",
]
public_deps = [
@@ -30,5 +32,6 @@ source_set("test_support") {
deps = [
"//base",
+ "//testing/gmock",
]
}
« no previous file with comments | « no previous file | chromecast/base/metrics/mock_cast_metrics_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698