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

Unified Diff: extensions/DEPS

Issue 51433002: Enable permission warnings from ManifestHandlers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit test and clang presubmit errors. Created 7 years, 1 month 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 | « chrome/renderer/extensions/dispatcher.cc ('k') | extensions/common/extensions_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/DEPS
diff --git a/extensions/DEPS b/extensions/DEPS
index cd158fe21907aa2e4b82c696934f3c95909267ca..2b0dd515d4cc23f2119d58a4d6d622969637a415 100644
--- a/extensions/DEPS
+++ b/extensions/DEPS
@@ -14,4 +14,7 @@ specific_include_rules = {
"^api_permission_set_unittest\.cc$": [
"+chrome/common/extensions/extension_messages.h",
],
+ "^manifest_permission_set_unittest\.cc$": [
+ "+chrome/common/extensions/extension_messages.h",
+ ],
}
« no previous file with comments | « chrome/renderer/extensions/dispatcher.cc ('k') | extensions/common/extensions_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698