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

Unified Diff: webrtc/modules/audio_coding/codecs/opus/opus.gypi

Issue 2509703002: Remove all references to GYP (Closed)
Patch Set: Rebased Created 4 years, 1 month 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/codecs/opus/OWNERS ('k') | webrtc/modules/audio_coding/codecs/pcm16b/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/codecs/opus/opus.gypi
diff --git a/webrtc/modules/audio_coding/codecs/opus/opus.gypi b/webrtc/modules/audio_coding/codecs/opus/opus.gypi
deleted file mode 100644
index 36391d2656245bef30f899e7b7d6c2989d61859c..0000000000000000000000000000000000000000
--- a/webrtc/modules/audio_coding/codecs/opus/opus.gypi
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
-#
-# Use of this source code is governed by a BSD-style license
-# that can be found in the LICENSE file in the root of the source
-# tree. An additional intellectual property rights grant can be found
-# in the file PATENTS. All contributing project authors may
-# be found in the AUTHORS file in the root of the source tree.
-
-{
- 'targets': [
- {
- 'target_name': 'webrtc_opus',
- 'type': 'static_library',
- 'conditions': [
- ['build_opus==1', {
- 'dependencies': [
- '<(opus_dir)/opus.gyp:opus'
- ],
- 'export_dependent_settings': [
- '<(opus_dir)/opus.gyp:opus',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [ # need by Neteq audio classifier.
- '<(opus_dir)/src/src',
- '<(opus_dir)/src/celt',
- ],
- },
- }, {
- 'conditions': [
- ['build_with_mozilla==1', {
- # Mozilla provides its own build of the opus library.
- 'include_dirs': [
- '$(DIST)/include/opus',
- ]
- }],
- ],
- }],
- ],
- 'dependencies': [
- 'audio_encoder_interface',
- 'audio_network_adaptor',
- ],
- 'sources': [
- 'audio_decoder_opus.cc',
- 'audio_decoder_opus.h',
- 'audio_encoder_opus.cc',
- 'audio_encoder_opus.h',
- 'opus_inst.h',
- 'opus_interface.c',
- 'opus_interface.h',
- ],
- },
- ],
-}
« no previous file with comments | « webrtc/modules/audio_coding/codecs/opus/OWNERS ('k') | webrtc/modules/audio_coding/codecs/pcm16b/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698