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

Unified Diff: webrtc/modules/audio_coding/codecs/g722/g722.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/g722/g722.gypi
diff --git a/webrtc/modules/audio_coding/codecs/g722/g722.gypi b/webrtc/modules/audio_coding/codecs/g722/g722.gypi
index 82b7b2e797f10555ff5287b7a8af3a274773fb29..13c6f2dcb7966fc3de99c67a87b8d7cbb9f6a680 100644
--- a/webrtc/modules/audio_coding/codecs/g722/g722.gypi
+++ b/webrtc/modules/audio_coding/codecs/g722/g722.gypi
@@ -26,21 +26,4 @@
],
},
], # targets
- 'conditions': [
- ['include_tests==1', {
- 'targets': [
- {
- 'target_name': 'g722_test',
- 'type': 'executable',
- 'dependencies': [
- 'g722',
- '<(webrtc_root)/common.gyp:webrtc_common'
- ],
- 'sources': [
- 'test/testG722.cc',
- ],
- },
- ], # targets
- }], # include_tests
- ], # conditions
}
« no previous file with comments | « webrtc/modules/audio_coding/codecs/g711/g711.gypi ('k') | webrtc/modules/audio_coding/codecs/ilbc/ilbc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698