Data structures for Safe Browsing subresource filtering rules.
The rules are defined in two formats: 1) Protocol Buffers, which is used as the wire format for transferring the rules, and is intended to remain relatively stable. 2) FlatBuffers, which is used internally as a compact representation of the rules, and which can be memory mapped into renderer processes directly. This CL also fixes GYP files for flatc for iOS. This is a reland of https://codereview.chromium.org/2086213003/#ps160001 now that the linking issue has been fixed by https://codereview.chromium.org/2094273003/. BUG=609747 Review-Url: https://codereview.chromium.org/2140623002 Cr-Commit-Position: refs/heads/master@{#404654}
Showing
Please register or sign in to comment