google-gflags is an open source command line parsing library for C++ that is useful for our test programs.

The GYP file and the platform specific configurations in this CL is copied from the Page Speed project (http://code.google.com/p/page-speed) that also uses this library.
Review URL: http://webrtc-codereview.appspot.com/140009

git-svn-id: http://webrtc.googlecode.com/svn/trunk@569 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org
2011-09-09 13:00:24 +00:00
parent 35dcc23110
commit ecc43fd084
22 changed files with 5110 additions and 0 deletions

13
third_party/google-gflags/README.webrtc vendored Normal file
View File

@@ -0,0 +1,13 @@
URL: http://code.google.com/p/google-gflags/
Version: 1.5
License: New BSD
License File: LICENSE
Description:
The gflags package contains a library that implements commandline
flags processing. As such it's a replacement for getopt(). It has
increased flexibility, including built-in support for C++ types like
string, and the ability to define flags in the source file in which
they're used.
Local Modifications: None