diff --git a/src/common_settings.gypi b/src/common_settings.gypi deleted file mode 100644 index 8d6428877..000000000 --- a/src/common_settings.gypi +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (c) 2011 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. - -# Placeholder until all gyp files point to build/common.gypi instead. - -{ - 'includes': [ - 'build/common.gypi', - ], -} - -# Local Variables: -# tab-width:2 -# indent-tabs-mode:nil -# End: -# vim: set expandtab tabstop=2 shiftwidth=2: diff --git a/src/common_video/common_video.gyp b/src/common_video/common_video.gyp index 5f23cf960..3adb56c80 100644 --- a/src/common_video/common_video.gyp +++ b/src/common_video/common_video.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. +# 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 @@ -8,7 +8,7 @@ { 'includes': [ - '../common_settings.gypi', # Common settings + '../build/common.gypi', 'libyuv/libyuv.gypi', 'jpeg/jpeg.gypi', ],