diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 20:20:12 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 20:20:12 +0000 |
commit | c038370e7085e13de58a6056b6a0351c8ddad97a (patch) | |
tree | bf6505291551fae84ee2b8aeba31887af456f6f5 /third_party/libsrtp/config/config.h | |
parent | 9c482597fb08e8383ce6c22238346219fcc64219 (diff) | |
download | chromium_src-c038370e7085e13de58a6056b6a0351c8ddad97a.zip chromium_src-c038370e7085e13de58a6056b6a0351c8ddad97a.tar.gz chromium_src-c038370e7085e13de58a6056b6a0351c8ddad97a.tar.bz2 |
Add libsrtp in DEPS, gyp file for libsrtp.
BUG=53986
TEST=none
Review URL: http://codereview.chromium.org/3382013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60213 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libsrtp/config/config.h')
-rw-r--r-- | third_party/libsrtp/config/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/libsrtp/config/config.h b/third_party/libsrtp/config/config.h new file mode 100644 index 0000000..8a4f96f --- /dev/null +++ b/third_party/libsrtp/config/config.h @@ -0,0 +1,6 @@ +// Copyright (c) 2009 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. + +// This is a stub config.h for libSRTP. It doesn't define anything because +// build is configured by libsrtp.gyp. |