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

Unified Diff: webrtc/modules/audio_coding/codecs/ilbc/ilbc.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/audio_coding/codecs/ilbc/ilbc.gypi
diff --git a/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi b/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi
index 27dfd883dead55f497d4f7c7bd08f0eb69b0da33..762a8fab1a28c2e324ff65b50ae14e146353f012 100644
--- a/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi
+++ b/webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi
@@ -163,25 +163,4 @@
], # sources
}, # ilbc
], # targets
- 'conditions': [
- ['include_tests==1', {
- 'targets': [
- {
- 'target_name': 'ilbc_test',
- 'type': 'executable',
- 'dependencies': [
- 'ilbc',
- ],
- 'sources': [
- # The empty .cc file is a hack to get GYP to use the C++
- # linker even though all sources here are .c files; this
- # is necessary because we transitively depend on
- # rtc_base_approved, which calls the C++ standard library.
- 'test/empty.cc',
- 'test/iLBC_test.c',
- ],
- }, # ilbc_test
- ], # targets
- }], # include_tests
- ], # conditions
}
« no previous file with comments | « webrtc/modules/audio_coding/codecs/g722/g722.gypi ('k') | webrtc/modules/audio_coding/codecs/opus/opus.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698