Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 1403527 - Add third-party URL Classifier sources to ThirdPartyPat…
Browse files Browse the repository at this point in the history
…hs.txt. r=andi, r=sylvestre
  • Loading branch information
jankeromnes committed Sep 27, 2017
1 parent 14a53f4 commit 96a11f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .clang-format-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/.*
Expand Down Expand Up @@ -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/.*
Expand Down Expand Up @@ -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.*
2 changes: 2 additions & 0 deletions tools/rewriting/ThirdPartyPaths.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 96a11f3

Please sign in to comment.