Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Side by Side Diff: tools/nixysa/third_party/gflags-1.0/packages/deb/control

Issue 2043006: WTF NPAPI extension. Early draft. Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Source: google-gflags
2 Priority: optional
3 Maintainer: Google Inc. <opensource@google.com>
4 Build-Depends: debhelper (>= 4.0.0), binutils
5 Standards-Version: 3.6.1
6
7 Package: libgoogle-gflags-dev
8 Section: libdevel
9 Architecture: any
10 Depends: libgoogle-gflags0 (= ${Source-Version})
11 Description: a library that implements commandline flags
12 processing. As such it's a replacement for getopt(). It has increased
13 flexibility, including built-in support for C++ types like string, and
14 the ability to define flags in the source file in which they're used.
15 The devel package contains static and debug libraries and header files
16 for developing applications that use the google-gflags package.
17
18 Package: libgoogle-gflags0
19 Section: libs
20 Architecture: any
21 Depends: ${shlibs:Depends}
22 Description: a library that implements commandline flags
23 processing. As such it's a replacement for getopt(). It has increased
24 flexibility, including built-in support for C++ types like string, and
25 the ability to define flags in the source file in which they're used.
OLDNEW
« no previous file with comments | « tools/nixysa/third_party/gflags-1.0/packages/deb/compat ('k') | tools/nixysa/third_party/gflags-1.0/packages/deb/copyright » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698