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

Unified Diff: chromecast/chromecast.gyp

Issue 739663003: Removes the test to create CastMetricsServiceClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/browser/metrics/cast_metrics_service_client_unittest.cc ('k') | no next file » | 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 22a8085c6aa3f2ae3579559f232f92029f8e9bd8..349ab90ecd5144487c215af7ae26ba4a4eccda52 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -214,28 +214,6 @@
],
},
{
- 'target_name': 'cast_shell_unittests',
- 'type': '<(gtest_target_type)',
- 'dependencies': [
- 'cast_shell_common',
- '../base/base.gyp:base_prefs_test_support',
- '../base/base.gyp:run_all_unittests',
- '../base/base.gyp:test_support_base',
- '../components/components.gyp:component_metrics_proto',
- '../testing/gtest.gyp:gtest',
- ],
- 'sources': [
- 'browser/metrics/cast_metrics_service_client_unittest.cc',
- ],
- 'conditions': [
- ['use_allocator!="none"', {
- 'dependencies': [
- '../base/allocator/allocator.gyp:allocator',
- ],
- }],
- ]
- }, # end of target 'cast_metrics_unittests'
- {
'target_name': 'cast_version_header',
'type': 'none',
'direct_dependent_settings': {
« no previous file with comments | « chromecast/browser/metrics/cast_metrics_service_client_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698