diff options
Diffstat (limited to 'media/cast/congestion_control/congestion_control.gypi')
-rw-r--r-- | media/cast/congestion_control/congestion_control.gypi | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/media/cast/congestion_control/congestion_control.gypi b/media/cast/congestion_control/congestion_control.gypi deleted file mode 100644 index 20a57ca..0000000 --- a/media/cast/congestion_control/congestion_control.gypi +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2013 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -{ - 'targets': [ - { - 'target_name': 'congestion_control', - 'type': 'static_library', - 'include_dirs': [ - '<(DEPTH)/', - ], - 'sources': [ - 'congestion_control.h', - 'congestion_control.cc', - ], # source - 'dependencies': [ - '<(DEPTH)/base/base.gyp:base', - ], - }, - ], -} - |