mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Bug 1403527 - Add third-party URL Classifier sources to ThirdPartyPaths.txt. r=andi, r=sylvestre
This commit is contained in:
parent
8819f1bf9d
commit
1851e61177
@ -37,6 +37,7 @@
|
||||
# Generated from ./tools/rewriting/ThirdPartyPaths.txt
|
||||
# awk '{print "^"$1".*"}' ./tools/rewriting/ThirdPartyPaths.txt
|
||||
^browser/components/translation/cld2/.*
|
||||
^browser/extensions/mortar/ppapi/.*
|
||||
^db/sqlite3/src/.*
|
||||
^dom/media/platforms/ffmpeg/libav.*
|
||||
^extensions/spellcheck/hunspell/src/.*
|
||||
@ -79,7 +80,6 @@
|
||||
^media/libyuv/.*
|
||||
^media/mtransport/third_party/.*
|
||||
^media/openmax_dl/.*
|
||||
^media/pocketsphinx/.*
|
||||
^media/sphinxbase/.*
|
||||
^media/webrtc/signaling/src/sdp/sipcc/.*
|
||||
^media/webrtc/trunk/.*
|
||||
@ -126,9 +126,12 @@
|
||||
^third_party/python/redo/.*
|
||||
^third_party/python/requests/.*
|
||||
^third_party/python/rsa/.*
|
||||
^third_party/python/six/.*
|
||||
^third_party/python/which/.*
|
||||
^third_party/rust/.*
|
||||
^toolkit/components/jsoncpp/.*
|
||||
^toolkit/components/protobuf/.*
|
||||
^toolkit/components/url-classifier/chromium/.*
|
||||
^toolkit/components/url-classifier/protobuf/.*
|
||||
^toolkit/crashreporter/google-breakpad/.*
|
||||
^tools/fuzzing/libfuzzer.*
|
||||
|
@ -93,5 +93,7 @@ third_party/python/which/
|
||||
third_party/rust/
|
||||
toolkit/components/jsoncpp/
|
||||
toolkit/components/protobuf/
|
||||
toolkit/components/url-classifier/chromium/
|
||||
toolkit/components/url-classifier/protobuf/
|
||||
toolkit/crashreporter/google-breakpad/
|
||||
tools/fuzzing/libfuzzer
|
||||
|
Loading…
x
Reference in New Issue
Block a user