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

Unified Diff: components/subresource_filter.gypi

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.gypi
diff --git a/components/subresource_filter.gypi b/components/subresource_filter.gypi
index ee3894c96f21c5e8e71199341d28f03ca6be3ea5..88b1e6dfd3fce71be75e55faefa36a6f482bb36b 100644
--- a/components/subresource_filter.gypi
+++ b/components/subresource_filter.gypi
@@ -64,6 +64,8 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'subresource_filter/core/common/activation_scope.cc',
+ 'subresource_filter/core/common/activation_scope.h',
'subresource_filter/core/common/activation_state.cc',
'subresource_filter/core/common/activation_state.h',
'subresource_filter/core/common/closed_hash_map.h',

Powered by Google App Engine
This is Rietveld 408576698