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

Unified Diff: media/media.gyp

Issue 498773005: Add some remoting targets to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 027cb55f0959c9eca36e5f973cb32ba9e2ec1f07..df69ff2b32a8e113ebb8f293c134e4f834ca5eb4 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -47,6 +47,7 @@
],
'targets': [
{
+ # GN version: //media
'target_name': 'media',
'type': '<(component)',
'dependencies': [
@@ -995,6 +996,7 @@
],
},
{
+ # GN version: //media:media_unittests
'target_name': 'media_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
@@ -1282,6 +1284,7 @@
],
},
{
+ # GN version: //media:media_perftests
'target_name': 'media_perftests',
'type': '<(gtest_target_type)',
'dependencies': [
@@ -1333,6 +1336,7 @@
],
},
{
+ # GN version: //media:test_support
'target_name': 'media_test_support',
'type': 'static_library',
'dependencies': [
@@ -1381,6 +1385,7 @@
# Minimal target for NaCl and other renderer side media clients which
# only need to send audio data across the shared memory to the browser
# process.
+ # GN version: //media:shared_memory_support
'target_name': 'shared_memory_support',
'type': '<(component)',
'dependencies': [
@@ -1704,6 +1709,7 @@
['media_use_ffmpeg==1', {
'targets': [
{
+ # GN version: //media:ffmpeg_unittests
'target_name': 'ffmpeg_unittests',
'type': 'executable',
'dependencies': [
@@ -1720,6 +1726,7 @@
],
},
{
+ # GN version: //media:ffmpeg_regression_tests
'target_name': 'ffmpeg_regression_tests',
'type': 'executable',
'dependencies': [
« no previous file with comments | « google_apis/google_apis.gyp ('k') | remoting/base/BUILD.gn » ('j') | remoting/resources/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698