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

Unified Diff: chromecast/chromecast_tests.gypi

Issue 1044203003: Chromecast: don't build cast_media_unittests on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 c0fb4b9d68ca3400943756e3eb295e504c109cbf..da8d99e36476fdb8afd885509a35aa7e88816fa9 100644
--- a/chromecast/chromecast_tests.gypi
+++ b/chromecast/chromecast_tests.gypi
@@ -23,7 +23,6 @@
'target_name': 'cast_test_generator',
'type': 'none',
'dependencies': [
- 'media/media.gyp:cast_media_unittests',
'../base/base.gyp:base_unittests',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
'../content/content_shell_and_tests.gyp:content_unittests',
@@ -100,6 +99,7 @@
['OS!="android"', {
'dependencies': [
'cast_shell_browser_test',
+ 'media/media.gyp:cast_media_unittests',
],
'variables': {
'filters': [
« 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