# A script to generate # chromium/chrome/common/safe_browsing/csd.pb.{cc,h} for use in # nsIApplicationReputationQuery. This script assumes you have # downloaded and installed the protocol buffer compiler.
set -e
if [ "${PROTOC_PATH:+set}" != "set" ]; then
PROTOC_PATH=/usr/local/bin/protoc fi
if [ ! -f nsIApplicationReputation.idl ]; then echo"You must run this script in the toolkit/components/reputationservice" >&2 echo"directory of the source tree." >&2
exit 1 fi
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.