Home | History | Annotate | only in /external/chromium_org/third_party
Up to higher level directory
NameDateSize
accessibility-audit/23-Apr-2015
adobe/23-Apr-2015
android_crazy_linker/23-Apr-2015
android_opengl/23-Apr-2015
android_platform/23-Apr-2015
android_protobuf/23-Apr-2015
android_testrunner/23-Apr-2015
android_webview_glue/23-Apr-2015
angle/23-Apr-2015
apache-win32/23-Apr-2015
ashmem/23-Apr-2015
bintrees/23-Apr-2015
binutils/23-Apr-2015
blanketjs/23-Apr-2015
boringssl/23-Apr-2015
brotli/23-Apr-2015
bsdtrees/23-Apr-2015
BUILD.gn23-Apr-20151.1K
cacheinvalidation/23-Apr-2015
checkstyle/23-Apr-2015
cld/23-Apr-2015
cld_2/23-Apr-2015
closure_compiler/23-Apr-2015
closure_linter/23-Apr-2015
codesighs/23-Apr-2015
colorama/23-Apr-2015
cython/23-Apr-2015
d3/23-Apr-2015
decklink/23-Apr-2015
devscripts/23-Apr-2015
dom_distiller_js/23-Apr-2015
drmemory/23-Apr-2015
expat/23-Apr-2015
eyesfree/23-Apr-2015
fips181/23-Apr-2015
flot/23-Apr-2015
fontconfig/23-Apr-2015
freetype/23-Apr-2015
freetype2/23-Apr-2015
fuzzymatch/23-Apr-2015
gardiner_mod/23-Apr-2015
google_appengine_cloudstorage/23-Apr-2015
google_toolbox_for_mac/23-Apr-2015
gtk+/23-Apr-2015
harfbuzz-ng/23-Apr-2015
hwcplus/23-Apr-2015
iaccessible2/23-Apr-2015
iccjpeg/23-Apr-2015
icu/23-Apr-2015
isimpledom/23-Apr-2015
jinja2/23-Apr-2015
jsoncpp/23-Apr-2015
jsr-305/23-Apr-2015
jstemplate/23-Apr-2015
junit/23-Apr-2015
khronos/23-Apr-2015
launchpad_translations/23-Apr-2015
lcov/23-Apr-2015
leveldatabase/23-Apr-2015
libaddressinput/23-Apr-2015
libc++/23-Apr-2015
libc++abi/23-Apr-2015
libevent/23-Apr-2015
libexif/23-Apr-2015
libjingle/23-Apr-2015
libjpeg/23-Apr-2015
libjpeg_turbo/23-Apr-2015
libphonenumber/23-Apr-2015
libpng/23-Apr-2015
libsrtp/23-Apr-2015
libusb/23-Apr-2015
libva/23-Apr-2015
libvpx/23-Apr-2015
libwebm/23-Apr-2015
libwebp/23-Apr-2015
libxml/23-Apr-2015
libXNVCtrl/23-Apr-2015
libxslt/23-Apr-2015
libyuv/23-Apr-2015
lzma_sdk/23-Apr-2015
mach_override/23-Apr-2015
markdown/23-Apr-2015
markupsafe/23-Apr-2015
mesa/23-Apr-2015
modp_b64/23-Apr-2015
molokocacao/23-Apr-2015
motemplate/23-Apr-2015
mozc/23-Apr-2015
mozilla/23-Apr-2015
mt19937ar/23-Apr-2015
npapi/23-Apr-2015
ocmock/23-Apr-2015
openmax_dl/23-Apr-2015
opus/23-Apr-2015
ots/23-Apr-2015
OWNERS23-Apr-2015338
pexpect/23-Apr-2015
ply/23-Apr-2015
polymer/23-Apr-2015
polymer_legacy/23-Apr-2015
power_gadget/23-Apr-2015
PRESUBMIT.py23-Apr-20155.3K
protobuf/23-Apr-2015
pyftpdlib/23-Apr-2015
pymock/23-Apr-2015
python_gflags/23-Apr-2015
pywebsocket/23-Apr-2015
qcms/23-Apr-2015
qunit/23-Apr-2015
re2/23-Apr-2015
readability/23-Apr-2015
README.chromium23-Apr-2015461
README.chromium.template23-Apr-20151.5K
safe_browsing/23-Apr-2015
sfntly/23-Apr-2015
simplejson/23-Apr-2015
sinonjs/23-Apr-2015
skia/23-Apr-2015
smhasher/23-Apr-2015
snappy/23-Apr-2015
speex/23-Apr-2015
sqlite/23-Apr-2015
swig/23-Apr-2015
tcmalloc/23-Apr-2015
tlslite/23-Apr-2015
usb_ids/23-Apr-2015
usrsctp/23-Apr-2015
v4l2capture/23-Apr-2015
webgl/23-Apr-2015
WebKit/23-Apr-2015
webrtc/23-Apr-2015
webtreemap/23-Apr-2015
widevine/23-Apr-2015
win_toolchain/23-Apr-2015
x86inc/23-Apr-2015
yasm/23-Apr-2015
zlib/23-Apr-2015

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