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

Unified Diff: webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.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/audio_coding_tests.gypi ('k') | webrtc/modules/audio_coding/codecs/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.gypi
diff --git a/webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.gypi b/webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.gypi
deleted file mode 100644
index d696f84b3f3d8b2457f17ae2d33cdb97efd0ab61..0000000000000000000000000000000000000000
--- a/webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.gypi
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright (c) 2016 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': 'audio_network_adaptor',
- 'type': 'static_library',
- 'sources': [
- 'audio_network_adaptor.cc',
- 'audio_network_adaptor_impl.cc',
- 'audio_network_adaptor_impl.h',
- 'bitrate_controller.h',
- 'bitrate_controller.cc',
- 'channel_controller.cc',
- 'channel_controller.h',
- 'controller.h',
- 'controller.cc',
- 'controller_manager.cc',
- 'controller_manager.h',
- 'debug_dump_writer.cc',
- 'debug_dump_writer.h',
- 'dtx_controller.h',
- 'dtx_controller.cc',
- 'fec_controller.h',
- 'fec_controller.cc',
- 'frame_length_controller.cc',
- 'frame_length_controller.h',
- 'include/audio_network_adaptor.h',
- 'smoothing_filter.h',
- 'smoothing_filter.cc',
- ], # sources
- 'dependencies': [
- '<(webrtc_root)/common.gyp:webrtc_common',
- '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
- ],
- 'conditions': [
- ['enable_protobuf==1', {
- 'dependencies': [
- 'ana_config_proto',
- 'ana_debug_dump_proto',
- ],
- 'defines': ['WEBRTC_AUDIO_NETWORK_ADAPTOR_DEBUG_DUMP'],
- }],
- ], # conditions
- },
- ], # targets
-
- 'conditions': [
- ['enable_protobuf==1', {
- 'targets': [
- { 'target_name': 'ana_debug_dump_proto',
- 'type': 'static_library',
- 'sources': ['debug_dump.proto',],
- 'variables': {
- 'proto_in_dir': '.',
- # Workaround to protect against gyp's pathname relativization when
- # this file is included by modules.gyp.
- 'proto_out_protected': 'webrtc/modules/audio_coding/audio_network_adaptor',
- 'proto_out_dir': '<(proto_out_protected)',
- },
- 'includes': ['../../../build/protoc.gypi',],
- },
- { 'target_name': 'ana_config_proto',
- 'type': 'static_library',
- 'sources': ['config.proto',],
- 'variables': {
- 'proto_in_dir': '.',
- # Workaround to protect against gyp's pathname relativization when
- # this file is included by modules.gyp.
- 'proto_out_protected': 'webrtc/modules/audio_coding/audio_network_adaptor',
- 'proto_out_dir': '<(proto_out_protected)',
- },
- 'includes': ['../../../build/protoc.gypi',],
- },
- ], # targets
- }],
- ], # conditions
-}
« no previous file with comments | « webrtc/modules/audio_coding/audio_coding_tests.gypi ('k') | webrtc/modules/audio_coding/codecs/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698