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

Unified Diff: components/subresource_filter/core/common/BUILD.gn

Issue 2186233003: Introduce activation scope logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adressed-comments Created 4 years, 4 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: components/subresource_filter/core/common/BUILD.gn
diff --git a/components/subresource_filter/core/common/BUILD.gn b/components/subresource_filter/core/common/BUILD.gn
index 815c5461136009f572312375062bdbfbe6fb3321..ee04700c277a3d407b452147bcee48dadda47b5b 100644
--- a/components/subresource_filter/core/common/BUILD.gn
+++ b/components/subresource_filter/core/common/BUILD.gn
@@ -4,6 +4,8 @@
static_library("common") {
sources = [
+ "activation_scope.cc",
+ "activation_scope.h",
"activation_state.cc",
"activation_state.h",
"closed_hash_map.h",

Powered by Google App Engine
This is Rietveld 408576698