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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/renderer/extensions/dispatcher.cc ('k') | extensions/common/extensions_client.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/public/common", 2 "+content/public/common",
3 "+crypto", 3 "+crypto",
4 "+testing", 4 "+testing",
5 "+ui" 5 "+ui"
6 ] 6 ]
7 7
8 # More specific rules for what we are allowed to include. 8 # More specific rules for what we are allowed to include.
9 specific_include_rules = { 9 specific_include_rules = {
10 ".*test\.cc$": [ 10 ".*test\.cc$": [
11 "+content/public/test", 11 "+content/public/test",
12 ], 12 ],
13 # Temporary includes for tests. 13 # Temporary includes for tests.
14 "^api_permission_set_unittest\.cc$": [ 14 "^api_permission_set_unittest\.cc$": [
15 "+chrome/common/extensions/extension_messages.h", 15 "+chrome/common/extensions/extension_messages.h",
16 ], 16 ],
17 "^manifest_permission_set_unittest\.cc$": [
18 "+chrome/common/extensions/extension_messages.h",
19 ],
17 } 20 }
OLDNEW
« 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