summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/webrtc/common.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/common.gyp')
-rw-r--r--chromium/third_party/webrtc/common.gyp20
1 files changed, 20 insertions, 0 deletions
diff --git a/chromium/third_party/webrtc/common.gyp b/chromium/third_party/webrtc/common.gyp
new file mode 100644
index 00000000000..b6b6354ab90
--- /dev/null
+++ b/chromium/third_party/webrtc/common.gyp
@@ -0,0 +1,20 @@
+# 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': [
+ 'config.h',
+ 'config.cc',
+ ],
+ },
+ ],
+}