blob: 8d6428877aad6efbc78d7d313b855327a6686235 [file] [log] [blame]
niklase@google.comda159d62011-05-30 11:51:34 +00001# Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2#
3# Use of this source code is governed by a BSD-style license
4# that can be found in the LICENSE file in the root of the source
5# tree. An additional intellectual property rights grant can be found
6# in the file PATENTS. All contributing project authors may
7# be found in the AUTHORS file in the root of the source tree.
8
ajm@google.comd5d596e2011-06-08 23:09:32 +00009# Placeholder until all gyp files point to build/common.gypi instead.
niklase@google.comda159d62011-05-30 11:51:34 +000010
11{
ajm@google.comd5d596e2011-06-08 23:09:32 +000012 'includes': [
13 'build/common.gypi',
14 ],
niklase@google.comda159d62011-05-30 11:51:34 +000015}
16
17# Local Variables:
18# tab-width:2
19# indent-tabs-mode:nil
20# End:
21# vim: set expandtab tabstop=2 shiftwidth=2: