commit | f332c49cabf7d657b8af5584d004b11e9f3d79c5 | [log] [tgz] |
---|---|---|
author | Karandeep Bhatia <karandeepb@chromium.org> | Thu Nov 19 21:29:54 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Nov 19 21:29:54 2020 |
tree | 490e5739eea42ce05130dd7fb5b5353d3fee82ad | |
parent | 4832ad47fca0b9d003f32157d54c507b640870a3 [diff] |
DNR: Move more non-file-specific functionality to RulesetSource. Recently, RulesetSource was split into RulesetSource and FileBackedRulesetSource. This CL moves some of the non-file-specific functionality from FileBackedRulesetSource and RulesetMatcher to RulesetSource so that it can be re-used by session-scoped rules in a future CL. This CL should have cause no behavior change. BUG=1043200 Change-Id: I3017ef56cd6dc293d71811f5f2a57411bb0a1c12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2548402 Reviewed-by: Kelvin Jiang <kelvinjiang@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#829382}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.