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_tests.gypi

Issue 743423002: Chromecast: removes CastMetricsServiceClient unit test from GYP file. (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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast_tests.gypi
diff --git a/chromecast/chromecast_tests.gypi b/chromecast/chromecast_tests.gypi
index cc81868f429e63b181fd8d03ba361dbdd6e7fbc4..406b354c9db95827dcc95f407131301fee303663 100644
--- a/chromecast/chromecast_tests.gypi
+++ b/chromecast/chromecast_tests.gypi
@@ -42,7 +42,6 @@
['OS!="android"', {
'dependencies': [
'cast_shell_browser_test',
- 'cast_shell_unittests',
],
}],
],
@@ -182,28 +181,6 @@
'browser/test/chromecast_shell_browser_test.cc',
],
},
- {
- 'target_name': 'cast_shell_unittests',
- 'type': '<(gtest_target_type)',
- 'dependencies': [
- 'cast_shell_core',
- '../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_shell_unittests'
], # end of targets
}],
], # end of conditions
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698