diff options
author | gunsch <gunsch@chromium.org> | 2014-11-18 15:56:31 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-18 23:56:49 +0000 |
commit | 4f1a2509c4fbd06cf99418df3193f83812f4d719 (patch) | |
tree | 41c8ba2048f79b4efb18363953e775d489f15511 /chromecast/chromecast.gyp | |
parent | 94048e5fc9e0064116d9199aaf5db970f9d1c205 (diff) | |
download | chromium_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.gyp | 22 |
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': { |