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

Unified Diff: chromecast/chromecast_tests.gypi

Issue 1239743002: Chromecast: adjust test generator GYP rules for ATV. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months 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 bc7b83906b4fee843522b8f0d88333800398dbc0..ef25cf1800a0112f366c68d3ab90f8b50612960b 100644
--- a/chromecast/chromecast_tests.gypi
+++ b/chromecast/chromecast_tests.gypi
@@ -215,6 +215,18 @@
{
'target_name': 'cast_android_tests',
'type': 'none',
+ 'dependencies': ['cast_android_tests_generator'],
+ 'conditions': [
+ ['chromecast_branding=="Chrome"', {
+ 'dependencies': [
+ 'internal/chromecast_internal.gyp:cast_android_tests_internal',
+ ],
+ }],
+ ],
+ }, # end of target 'cast_android_tests',
+ {
+ 'target_name': 'cast_android_tests_generator',
+ 'type': 'none',
'variables': {
'filters': [
# The following tests all crash on fugu.
@@ -240,14 +252,7 @@
'../ui/gfx/gfx_tests.gyp:gfx_unittests_apk',
],
'includes': ['build/tests/test_list.gypi'],
- 'conditions': [
- ['chromecast_branding=="Chrome"', {
- 'dependencies': [
- 'internal/chromecast_internal.gyp:cast_android_tests_internal',
- ],
- }],
- ],
- },
+ }, # end of target 'cast_android_tests_generator'
{
'target_name': 'cast_android_test_lists',
'type': 'none',
« 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