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

Unified Diff: media/media.gyp

Issue 2093563004: Revert of Extract media/capture/capture_unittests from media_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/capture/video/android/photo_capabilities.h ('k') | testing/buildbot/chromium.android.json » ('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 f2a42f8581a423963dc475c01b2c1cfba7da96f1..6bfddabc25404693805537d5c21ae16561576e18 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1075,6 +1075,8 @@
'type': '<(gtest_target_type)',
'dependencies': [
'audio_test_config',
+ # TODO(mcasas): Remove this entry after https://crbug.com/618718.
+ 'capture/capture.gyp:unittests',
'cdm_paths',
'media',
'media_features',
@@ -1498,6 +1500,8 @@
'type': '<(gtest_target_type)',
'dependencies': [
'audio_test_config',
+ # TODO(mcasas): Remove this entry after https://crbug.com/618718.
+ 'capture/capture.gyp:unittests',
'media_test_support',
'../base/base.gyp:test_support_base',
'../testing/gmock.gyp:gmock',
@@ -1853,6 +1857,8 @@
'base/android/video_decoder_job.h',
'base/android/video_media_codec_decoder.cc',
'base/android/video_media_codec_decoder.h',
+ 'capture/video/android/capture_jni_registrar.cc',
+ 'capture/video/android/capture_jni_registrar.h',
],
'conditions': [
# Only 64 bit builds are using android-21 NDK library, check common.gypi
« no previous file with comments | « media/capture/video/android/photo_capabilities.h ('k') | testing/buildbot/chromium.android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698