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

Unified Diff: extensions/common/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
« no previous file with comments | « extensions/browser/mock_extension_system.cc ('k') | extensions/common/api/_api_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index b2d03dabb7dbb1576159c57cd8e0f83a86ac72bb..550ddb0bc888bdcf1b59b49d438db0f235fe6ef6 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -56,6 +56,15 @@ if (enable_extensions) {
"api/declarative/declarative_manifest_data.h",
"api/declarative/declarative_manifest_handler.cc",
"api/declarative/declarative_manifest_handler.h",
+ "api/declarative_net_request/constants.h",
+ "api/declarative_net_request/indexed_rule.cc",
+ "api/declarative_net_request/indexed_rule.h",
+ "api/declarative_net_request/rules_indexer_util.cc",
+ "api/declarative_net_request/rules_indexer_util.h",
+ "api/declarative_net_request/rules_manifest_info.cc",
+ "api/declarative_net_request/rules_manifest_info.h",
+ "api/declarative_net_request/ruleset_indexer.cc",
+ "api/declarative_net_request/ruleset_indexer.h",
"api/messaging/message.h",
"api/messaging/port_id.cc",
"api/messaging/port_id.h",
@@ -287,6 +296,7 @@ if (enable_extensions) {
# http://crbug.com/162530
"//chrome:resources",
"//components/crx_file",
+ "//components/subresource_filter/content/common",
"//components/url_matcher",
"//crypto",
"//device/bluetooth",
« no previous file with comments | « extensions/browser/mock_extension_system.cc ('k') | extensions/common/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698