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

Unified Diff: webrtc/pc/pc.gyp

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/pc/OWNERS ('k') | webrtc/sdk/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/pc.gyp
diff --git a/webrtc/pc/pc.gyp b/webrtc/pc/pc.gyp
deleted file mode 100755
index 3a1ca2009823daa0aa0ca76c61acff66ffd256f6..0000000000000000000000000000000000000000
--- a/webrtc/pc/pc.gyp
+++ /dev/null
@@ -1,75 +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.
-
-{
- 'includes': ['../build/common.gypi'],
- 'variables': {
- 'rtc_pc_defines': [
- 'HAVE_SCTP',
- 'HAVE_SRTP',
- ],
- },
- 'targets': [
- {
- 'target_name': 'rtc_pc',
- 'type': 'static_library',
- 'dependencies': [
- '<(webrtc_root)/base/base.gyp:rtc_base_approved',
- '<(webrtc_root)/media/media.gyp:rtc_media',
- ],
- 'conditions': [
- ['build_with_chromium==1', {
- 'sources': [
- 'externalhmac.h',
- 'externalhmac.cc',
- ],
- }],
- ['build_libsrtp==1', {
- 'dependencies': [
- '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp',
- ],
- }],
- ],
- 'defines': [
- '<@(rtc_pc_defines)',
- ],
- 'include_dirs': [
- '<(DEPTH)/testing/gtest/include',
- ],
- 'direct_dependent_settings': {
- 'defines': [
- '<@(rtc_pc_defines)'
- ],
- 'include_dirs': [
- '<(DEPTH)/testing/gtest/include',
- ],
- },
- 'sources': [
- 'audiomonitor.cc',
- 'audiomonitor.h',
- 'bundlefilter.cc',
- 'bundlefilter.h',
- 'channel.cc',
- 'channel.h',
- 'channelmanager.cc',
- 'channelmanager.h',
- 'currentspeakermonitor.cc',
- 'currentspeakermonitor.h',
- 'mediamonitor.cc',
- 'mediamonitor.h',
- 'mediasession.cc',
- 'mediasession.h',
- 'rtcpmuxfilter.cc',
- 'rtcpmuxfilter.h',
- 'srtpfilter.cc',
- 'srtpfilter.h',
- 'voicechannel.h',
- ],
- }, # target rtc_pc
- ], # targets
-}
« no previous file with comments | « webrtc/pc/OWNERS ('k') | webrtc/sdk/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698