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

Unified Diff: media/cast/cast_testing.gypi

Issue 404323002: Cast: Build cast targets with GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 6 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 | « media/cast/cast.gyp ('k') | media/cast/logging/proto/BUILD.gn » ('j') | 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 58dc6429751cbd7a70e9aae0bb0dac6c640918c2..7cfc50c0499c6711ac1f17af098dc250c0c05cb2 100644
--- a/media/cast/cast_testing.gypi
+++ b/media/cast/cast_testing.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //media/cast:test_support
'target_name': 'cast_test_utility',
'type': 'static_library',
'include_dirs': [
@@ -51,6 +52,7 @@
], # source
},
{
+ # GN version: //media/cast:cast_unittests
'target_name': 'cast_unittests',
'type': '<(gtest_target_type)',
'include_dirs': [
@@ -268,6 +270,7 @@
'includes': ['../../build/protoc.gypi'],
},
{
+ # GN version: //media/cast:generate_barcode_video
'target_name': 'generate_barcode_video',
'type': 'executable',
'include_dirs': [
@@ -283,6 +286,7 @@
],
},
{
+ # GN version: //media/cast:generate_timecode_audio
'target_name': 'generate_timecode_audio',
'type': 'executable',
'include_dirs': [
@@ -300,6 +304,7 @@
],
},
{
+ # GN version: //media/cast:udp_proxy
'target_name': 'udp_proxy',
'type': 'executable',
'include_dirs': [
« no previous file with comments | « media/cast/cast.gyp ('k') | media/cast/logging/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698