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

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
« no previous file with comments | « google_apis/google_apis.gyp ('k') | remoting/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 86e97c8db42da4fe84891edb1ecccc98f41fdd6d..620f9b2dba5675b62bb5c9b02d8402d736f511fb 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -47,6 +47,7 @@
],
'targets': [
{
+ # GN version: //media
'target_name': 'media',
'type': '<(component)',
'dependencies': [
@@ -999,6 +1000,7 @@
],
},
{
+ # GN version: //media:media_unittests
'target_name': 'media_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
@@ -1287,6 +1289,7 @@
],
},
{
+ # GN version: //media:media_perftests
'target_name': 'media_perftests',
'type': '<(gtest_target_type)',
'dependencies': [
@@ -1338,6 +1341,7 @@
],
},
{
+ # GN version: //media:test_support
'target_name': 'media_test_support',
'type': 'static_library',
'dependencies': [
@@ -1386,6 +1390,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': [
@@ -1709,6 +1714,7 @@
['media_use_ffmpeg==1', {
'targets': [
{
+ # GN version: //media:ffmpeg_unittests
'target_name': 'ffmpeg_unittests',
'type': 'executable',
'dependencies': [
@@ -1725,6 +1731,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698