Home | History | Annotate | only in /external/chromium_org/third_party
Up to higher level directory
NameDateSize
accessibility-audit/04-Nov-2014
adobe/04-Nov-2014
android_crazy_linker/04-Nov-2014
android_opengl/04-Nov-2014
android_platform/04-Nov-2014
android_testrunner/04-Nov-2014
angle/04-Nov-2014
apache-win32/04-Nov-2014
ashmem/04-Nov-2014
bintrees/04-Nov-2014
binutils/04-Nov-2014
blanketjs/04-Nov-2014
brotli/04-Nov-2014
BUILD.gn04-Nov-20141.1K
cacheinvalidation/04-Nov-2014
clang_format/04-Nov-2014
cld/04-Nov-2014
cld_2/04-Nov-2014
closure_linter/04-Nov-2014
codesighs/04-Nov-2014
colorama/04-Nov-2014
d3/04-Nov-2014
devscripts/04-Nov-2014
dom_distiller_js/04-Nov-2014
drmemory/04-Nov-2014
expat/04-Nov-2014
eyesfree/04-Nov-2014
fips181/04-Nov-2014
flot/04-Nov-2014
fontconfig/04-Nov-2014
freetype/04-Nov-2014
freetype2/04-Nov-2014
fuzzymatch/04-Nov-2014
google_appengine_cloudstorage/04-Nov-2014
google_toolbox_for_mac/04-Nov-2014
gtk+/04-Nov-2014
guava/04-Nov-2014
handlebar/04-Nov-2014
harfbuzz-ng/04-Nov-2014
hwcplus/04-Nov-2014
iaccessible2/04-Nov-2014
iccjpeg/04-Nov-2014
icu/04-Nov-2014
isimpledom/04-Nov-2014
jinja2/04-Nov-2014
jsoncpp/04-Nov-2014
jsr-305/04-Nov-2014
jstemplate/04-Nov-2014
khronos/04-Nov-2014
launchpad_translations/04-Nov-2014
lcov/04-Nov-2014
leveldatabase/04-Nov-2014
libaddressinput/04-Nov-2014
libc++/04-Nov-2014
libc++abi/04-Nov-2014
libevent/04-Nov-2014
libexif/04-Nov-2014
libjingle/04-Nov-2014
libjpeg/04-Nov-2014
libjpeg_turbo/04-Nov-2014
libphonenumber/04-Nov-2014
libpng/04-Nov-2014
libsrtp/04-Nov-2014
libusb/04-Nov-2014
libva/04-Nov-2014
libvpx/04-Nov-2014
libwebm/04-Nov-2014
libwebp/04-Nov-2014
libxml/04-Nov-2014
libXNVCtrl/04-Nov-2014
libxslt/04-Nov-2014
libyuv/04-Nov-2014
lzma_sdk/04-Nov-2014
mach_override/04-Nov-2014
markdown/04-Nov-2014
markupsafe/04-Nov-2014
mesa/04-Nov-2014
modp_b64/04-Nov-2014
molokocacao/04-Nov-2014
mozc/04-Nov-2014
mozilla/04-Nov-2014
mt19937ar/04-Nov-2014
npapi/04-Nov-2014
ocmock/04-Nov-2014
openmax_dl/04-Nov-2014
openssl/04-Nov-2014
opus/04-Nov-2014
ots/04-Nov-2014
OWNERS04-Nov-2014338
pexpect/04-Nov-2014
ply/04-Nov-2014
polymer/04-Nov-2014
power_gadget/04-Nov-2014
PRESUBMIT.py04-Nov-20145.3K
protobuf/04-Nov-2014
pyftpdlib/04-Nov-2014
pymock/04-Nov-2014
python_gflags/04-Nov-2014
pywebsocket/04-Nov-2014
qcms/04-Nov-2014
qunit/04-Nov-2014
re2/04-Nov-2014
readability/04-Nov-2014
README.chromium04-Nov-2014461
README.chromium.template04-Nov-20141.5K
safe_browsing/04-Nov-2014
sfntly/04-Nov-2014
simplejson/04-Nov-2014
sinonjs/04-Nov-2014
skia/04-Nov-2014
smhasher/04-Nov-2014
snappy/04-Nov-2014
sqlite/04-Nov-2014
swig/04-Nov-2014
tcmalloc/04-Nov-2014
tlslite/04-Nov-2014
usb_ids/04-Nov-2014
usrsctp/04-Nov-2014
v4l2capture/04-Nov-2014
webgl/04-Nov-2014
WebKit/04-Nov-2014
webrtc/04-Nov-2014
webtreemap/04-Nov-2014
widevine/04-Nov-2014
win_toolchain/04-Nov-2014
x86inc/04-Nov-2014
yasm/04-Nov-2014
zlib/04-Nov-2014

README.chromium

      1 The third_party directory contains sources from other projects.
      2 
      3 Code in third_party must document the license under which the source is being 
      4 used. If the source itself does not include a license header or file, create
      5 an entry in this file that refers to reliable documentation of the project's
      6 license terms on the web (and add a note pointing here in the README file in 
      7 that directory).
      8 
      9 <Include table of license information here, once it is available>
     10 
     11 

README.chromium.template

      1 Name: Descriptive name of the package
      2 Short Name: Name the package is distributed under (ex. libxml, openssl, etc)
      3 URL: The URL where the package lives
      4 Version: A searchable version number for the package (if the package does not version or is versioned by date or revision this field should be "0" and the revision, or date should be enumerated in the appropriate field)
      5 Date: (OPTIONAL if version is supplied) The date that the package was updated
      6 Revision: (OPTIONAL if version is supplied) The current revision of the package
      7 License: The license under which the package is distributed. Standard forms are only accepted, eg MIT/X11/BSD/Apache 2.0/GPL/LGPL. See ANDROID_WHITELISTED_LICENSES in PRESUBMIT.py for allowed patterns.
      8 License File: (OPTIONAL) File that contains a copy of the package's license. Use the special value NOT_SHIPPED to indicate that the package is not included in the shipped product, so its license does not need to be included in about:credits and no license file is required.
      9 Security Critical: Either yes or no depending on whether this package is shipped in releases. For example openssl is critical where cygwin is not.
     10 License Android Compatible: (OPTIONAL) Whether the package uses a license compatible with Android. Required only if the package is compatible and the 'License' field uses a non-standard value.
     11 
     12 Description:
     13 A short description of what the package is and is used for.
     14 
     15 Local Modifications:
     16 Enumerate any changes that have been made locally to the package from the shipping version listed above.
     17