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

Unified Diff: webrtc/modules/audio_coding/codecs/g711/g711.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
« no previous file with comments | « webrtc/modules/audio_coding/audio_coding.gypi ('k') | webrtc/modules/audio_coding/codecs/g722/g722.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/codecs/g711/g711.gypi
diff --git a/webrtc/modules/audio_coding/codecs/g711/g711.gypi b/webrtc/modules/audio_coding/codecs/g711/g711.gypi
index 4b902809eaa2f78ae26de552c5f725bd43d47776..d20962852806ea34f8fe21d9d2b2af1f5eddd51c 100644
--- a/webrtc/modules/audio_coding/codecs/g711/g711.gypi
+++ b/webrtc/modules/audio_coding/codecs/g711/g711.gypi
@@ -26,20 +26,4 @@
],
},
], # targets
- 'conditions': [
- ['include_tests==1', {
- 'targets': [
- {
- 'target_name': 'g711_test',
- 'type': 'executable',
- 'dependencies': [
- 'g711',
- ],
- 'sources': [
- 'test/testG711.cc',
- ],
- },
- ], # targets
- }], # include_tests
- ], # conditions
}
« no previous file with comments | « webrtc/modules/audio_coding/audio_coding.gypi ('k') | webrtc/modules/audio_coding/codecs/g722/g722.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698