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

Unified Diff: media/cast/cast_testing.gypi

Issue 1151503005: Correct gfx dependency for cast_receiver_app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cmake6
Patch Set: Created 5 years, 7 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: media/cast/cast_testing.gypi
diff --git a/media/cast/cast_testing.gypi b/media/cast/cast_testing.gypi
index fbc4d47ff267ac5675c7516bdb8c777f480da85b..e763dc22ec00821ab48dd45c87b95766f4f0c12b 100644
--- a/media/cast/cast_testing.gypi
+++ b/media/cast/cast_testing.gypi
@@ -184,6 +184,7 @@
'cast_net',
'cast_receiver',
'cast_test_utility',
+ '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
'<(DEPTH)/net/net.gyp:net_test_support',
'<(DEPTH)/media/media.gyp:media',
'<(DEPTH)/testing/gtest.gyp:gtest',
@@ -201,7 +202,6 @@
'sources': [
'<(DEPTH)/media/cast/test/linux_output_window.cc',
'<(DEPTH)/media/cast/test/linux_output_window.h',
- '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
],
}],
],
« 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