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

Unified Diff: chromecast/chromecast.gyp

Issue 719353005: Chromecast: test support for builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/build/tests/test_list.gypi ('k') | chromecast/chromecast_tests.gypi » ('j') | 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 a71479e4629ff96d6f1f9390492fca09deeb9f2a..ca08b68bf30d70f57e1750956a3a91728d93ede7 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -9,6 +9,9 @@
'chromium_code': 1,
'chromecast_branding%': 'Chromium',
},
+ 'includes': [
+ 'chromecast_tests.gypi',
+ ],
'target_defaults': {
'include_dirs': [
'..', # Root of Chromium checkout
@@ -247,24 +250,6 @@
},
],
},
- {
- 'target_name': 'cast_metrics_test_support',
- 'type': '<(component)',
- 'dependencies': [
- 'cast_base',
- ],
- 'sources': [
- 'base/metrics/cast_metrics_test_helper.cc',
- 'base/metrics/cast_metrics_test_helper.h',
- ],
- }, # end of target 'cast_metrics_test_support'
- {
- 'target_name': 'cast_tests',
- 'type': 'none',
- 'dependencies': [
- 'media/media.gyp:cast_media_unittests',
- ],
- },
], # end of targets
# Targets for Android receiver.
@@ -447,37 +432,6 @@
'app/cast_main.cc',
],
},
- {
- 'target_name': 'cast_shell_browser_test',
- 'type': '<(gtest_target_type)',
- 'dependencies': [
- 'cast_shell_test_support',
- '../testing/gtest.gyp:gtest',
- ],
- 'defines': [
- 'HAS_OUT_OF_PROC_TEST_RUNNER',
- ],
- 'sources': [
- 'browser/test/chromecast_shell_browser_test.cc',
- ],
- },
- {
- 'target_name': 'cast_shell_test_support',
- 'type': '<(component)',
- 'defines': [
- 'HAS_OUT_OF_PROC_TEST_RUNNER',
- ],
- 'dependencies': [
- 'cast_shell_core',
- '../content/content_shell_and_tests.gyp:content_browser_test_support',
- '../testing/gtest.gyp:gtest',
- ],
- 'sources': [
- 'browser/test/chromecast_browser_test.cc',
- 'browser/test/chromecast_browser_test.h',
- 'browser/test/chromecast_browser_test_runner.cc',
- ],
- },
], # end of targets
}],
], # end of conditions
« no previous file with comments | « chromecast/build/tests/test_list.gypi ('k') | chromecast/chromecast_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698