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

Unified Diff: webrtc/modules/video_capture/video_capture.gypi

Issue 2340773003: GYP: Remove targets inside include_tests==1 that are converted to GN. (Closed)
Patch Set: Removed more and all isolate files. Created 4 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
Index: webrtc/modules/video_capture/video_capture.gypi
diff --git a/webrtc/modules/video_capture/video_capture.gypi b/webrtc/modules/video_capture/video_capture.gypi
index a2b2f58c9f266d34148ba67e42630ed32582695d..eb101478fe403c64cb8b1bf1e5c493284aac8dda 100644
--- a/webrtc/modules/video_capture/video_capture.gypi
+++ b/webrtc/modules/video_capture/video_capture.gypi
@@ -162,61 +162,6 @@
},
],
}], # build_with_chromium==0
- ['include_tests==1 and OS!="android"', {
- 'targets': [
- {
- 'target_name': 'video_capture_tests',
- 'type': '<(gtest_target_type)',
- 'dependencies': [
- 'video_capture_module',
- 'video_capture_module_internal_impl',
- 'webrtc_utility',
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
- '<(webrtc_root)/test/test.gyp:video_test_common',
- '<(DEPTH)/testing/gtest.gyp:gtest',
- ],
- 'sources': [
- 'test/video_capture_unittest.cc',
- 'test/video_capture_main_mac.mm',
- ],
- 'conditions': [
- ['OS=="mac" or OS=="linux"', {
- 'cflags': [
- '-Wno-write-strings',
- ],
- 'ldflags': [
- '-lpthread -lm',
- ],
- }],
- ['OS=="linux"', {
- 'libraries': [
- '-lrt',
- '-lXext',
- '-lX11',
- ],
- }],
- ['OS=="mac"', {
- 'dependencies': [
- # Link with a special main for mac so we can use the webcam.
- '<(webrtc_root)/test/test.gyp:test_support_main_threaded_mac',
- ],
- 'xcode_settings': {
- # TODO(andrew): CoreAudio and AudioToolbox shouldn't be needed.
- 'OTHER_LDFLAGS': [
- '-framework Foundation -framework AppKit -framework Cocoa -framework OpenGL -framework CoreVideo -framework CoreAudio -framework AudioToolbox',
- ],
- },
- }], # OS=="mac"
- ['OS!="mac"', {
- 'dependencies': [
- # Otherwise, use the regular main.
- '<(webrtc_root)/test/test.gyp:test_support_main',
- ],
- }], # OS!="mac"
- ] # conditions
- },
- ], # targets
- }],
],
}

Powered by Google App Engine
This is Rietveld 408576698