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

Unified Diff: media/media.gyp

Issue 525533003: Add content_shell_test_apk and a several dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-content-shell-apk
Patch Set: Created 6 years, 3 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
« media/BUILD.gn ('K') | « media/base/android/BUILD.gn ('k') | no next file » | 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 71242666b7c665bd6af08c51b187190979576877..db5700f8e3b9f5980f2d9e69ff16adb7a325beb4 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1552,6 +1552,7 @@
['OS=="android"', {
'targets': [
{
+ # TODO(GN)
'target_name': 'media_unittests_apk',
'type': 'none',
'dependencies': [
@@ -1564,6 +1565,7 @@
'includes': ['../build/apk_test.gypi'],
},
{
+ # TODO(GN)
'target_name': 'media_perftests_apk',
'type': 'none',
'dependencies': [
@@ -1576,6 +1578,7 @@
'includes': ['../build/apk_test.gypi'],
},
{
+ # GN: //media/base/android:media_android_jni_headers
'target_name': 'media_android_jni_headers',
'type': 'none',
'sources': [
@@ -1595,6 +1598,7 @@
'includes': ['../build/jni_generator.gypi'],
},
{
+ # GN: //media/base/android:video_capture_android_jni_headers
'target_name': 'video_capture_android_jni_headers',
'type': 'none',
'sources': [
@@ -1607,6 +1611,7 @@
'includes': ['../build/jni_generator.gypi'],
},
{
+ # GN: //media/base/android:android
'target_name': 'player_android',
'type': 'static_library',
'sources': [
@@ -1652,6 +1657,7 @@
],
},
{
+ # GN: //media/base/android:media_java
'target_name': 'media_java',
'type': 'none',
'dependencies': [
@@ -1667,6 +1673,7 @@
'includes': ['../build/java.gypi'],
},
{
+ # GN: //media/base/android:media_android_imageformat_list
'target_name': 'media_android_imageformat_list',
'type': 'none',
'sources': [
« media/BUILD.gn ('K') | « media/base/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698