summaryrefslogtreecommitdiffstats
path: root/chromecast/chromecast.gyp
diff options
context:
space:
mode:
authorgunsch <gunsch@chromium.org>2014-11-18 15:56:31 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-18 23:56:49 +0000
commit4f1a2509c4fbd06cf99418df3193f83812f4d719 (patch)
tree41c8ba2048f79b4efb18363953e775d489f15511 /chromecast/chromecast.gyp
parent94048e5fc9e0064116d9199aaf5db970f9d1c205 (diff)
downloadchromium_src-4f1a2509c4fbd06cf99418df3193f83812f4d719.zip
chromium_src-4f1a2509c4fbd06cf99418df3193f83812f4d719.tar.gz
chromium_src-4f1a2509c4fbd06cf99418df3193f83812f4d719.tar.bz2
Removes the test to create CastMetricsServiceClient.
This is covered by the end-to-end browser test. R=lcwu@chromium.org BUG=None Review URL: https://codereview.chromium.org/739663003 Cr-Commit-Position: refs/heads/master@{#304703}
Diffstat (limited to 'chromecast/chromecast.gyp')
-rw-r--r--chromecast/chromecast.gyp22
1 files changed, 0 insertions, 22 deletions
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 22a8085..349ab90e 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': {