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

Unified Diff: extensions/extensions.gyp

Issue 590573002: Remove ContentRulesRegistry dependence from RulesRegistryService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment. Created 6 years, 3 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/api/extensions_api_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index c4a8be0f2809141fb71b54b0cddfef56f8e12da5..26ac0f1021789b3bd0e9f4996f5b6a9f6476701a 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -372,9 +372,11 @@
'browser/api/declarative/rules_cache_delegate.h',
'browser/api/declarative/rules_registry.cc',
'browser/api/declarative/rules_registry.h',
- 'browser/api/declarative/rules_registry_service_interface_.h',
+ 'browser/api/declarative/rules_registry_service.cc',
+ 'browser/api/declarative/rules_registry_service.h',
'browser/api/declarative/test_rules_registry.cc',
'browser/api/declarative/test_rules_registry.h',
+ 'browser/api/declarative_content/content_rules_registry.h',
'browser/api/declarative_webrequest/request_stage.cc',
'browser/api/declarative_webrequest/request_stage.h',
'browser/api/declarative_webrequest/webrequest_action.cc',
« no previous file with comments | « extensions/browser/api/extensions_api_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698