Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: extensions/browser/BUILD.gn

Issue 2881453002: DNR Prototype: With flatbuffers
Patch Set: -- Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 2ca03e126f5aee70e8aabb03765783b1f725ed9d..5e251a4a12efb9b46464c3b6e7837d4d960c16fb 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -39,6 +39,12 @@ source_set("browser_sources") {
visibility = [ "./*" ]
sources = [
+ "api/declarative_net_request/matcher_util.cc",
+ "api/declarative_net_request/matcher_util.h",
+ "api/declarative_net_request/rules_monitor.cc",
+ "api/declarative_net_request/rules_monitor.h",
+ "api/declarative_net_request/ruleset_manager.cc",
+ "api/declarative_net_request/ruleset_manager.h",
"api_activity_monitor.cc",
"api_activity_monitor.h",
"app_sorting.h",
« no previous file with comments | « components/subresource_filter/core/common/url_pattern_index.cc ('k') | extensions/browser/api/declarative_net_request/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698