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

Unified Diff: extensions/DEPS

Issue 2499493004: Communicate ExtensionSettings policy to renderers (Closed)
Patch Set: Fix effective TLD wildcard bug, move to Leaky LazyInstance in PermissionsData, removed unnecessary … Created 3 years, 9 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/DEPS
diff --git a/extensions/DEPS b/extensions/DEPS
index 0765359a65a83989d568f790fd500788192bc8ae..114846005f188e2c823f15142dc2e26dbed7b14e 100644
--- a/extensions/DEPS
+++ b/extensions/DEPS
@@ -47,6 +47,7 @@ specific_include_rules = {
"+chrome/browser/extensions/extension_service.h",
"+chrome/browser/extensions/extension_service_test_base.h",
"+chrome/browser/extensions/extension_test_message_listener.h",
+ "+chrome/browser/extensions/extension_with_management_policy_apitest.h",
Devlin 2017/03/29 21:36:50 Why do we need this?
nrpeter 2017/03/30 00:06:06 We need to use this in tests, isn't this necessary
Devlin 2017/03/30 00:33:53 Only if the tests are in the //extensions layer, w
nrpeter 2017/03/31 21:43:35 Done.
"+chrome/browser/extensions/test_extension_dir.h",
"+chrome/browser/extensions/test_extension_prefs.h",
"+chrome/browser/extensions/test_extension_system.h",

Powered by Google App Engine
This is Rietveld 408576698