| Index: webrtc/common.gyp
 | 
| diff --git a/webrtc/common.gyp b/webrtc/common.gyp
 | 
| deleted file mode 100644
 | 
| index ad3f9f2285d259fdbdd4323f4283b8a1bb69c0fd..0000000000000000000000000000000000000000
 | 
| --- a/webrtc/common.gyp
 | 
| +++ /dev/null
 | 
| @@ -1,24 +0,0 @@
 | 
| -# Copyright (c) 2014 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'],
 | 
| -  'targets': [
 | 
| -    {
 | 
| -      'target_name': 'webrtc_common',
 | 
| -      'type': 'static_library',
 | 
| -      'sources': [
 | 
| -        'common_types.cc',
 | 
| -        'common_types.h',
 | 
| -        'config.h',
 | 
| -        'config.cc',
 | 
| -        'typedefs.h',
 | 
| -        'voice_engine_configurations.h',
 | 
| -      ],
 | 
| -    },
 | 
| -  ],
 | 
| -}
 | 
| 
 |