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

Unified Diff: media/cast/cast.gyp

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/BUILD.gn ('k') | media/cast/cast_testing.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index eb008557d7a8ae6af31a0a60f2b59acfc3b1aa75..303748a54f409f908b4637108eede27b2d4946e9 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -14,6 +14,7 @@
],
'targets': [
{
+ # GN version: //media/cast:common
'target_name': 'cast_base',
'type': 'static_library',
'include_dirs': [
@@ -80,6 +81,7 @@
'includes': ['../../build/protoc.gypi'],
},
{
+ # GN version: //media/cast:receiver
'target_name': 'cast_receiver',
'type': 'static_library',
'include_dirs': [
@@ -122,6 +124,7 @@
], # source
},
{
+ # GN version: //media/cast:sender
'target_name': 'cast_sender',
'type': 'static_library',
'include_dirs': [
@@ -164,6 +167,7 @@
], # source
},
{
+ # GN version: //media/cast:net
'target_name': 'cast_net',
'type': 'static_library',
'include_dirs': [
« no previous file with comments | « media/cast/BUILD.gn ('k') | media/cast/cast_testing.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698