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

Side by Side Diff: extensions/DEPS

Issue 60393005: Revert 232631 - Revert 232499 "Move ManifestHandler to top-level extensions." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deps 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/webview_handler.h ('k') | extensions/common/manifest_handler.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 "api_permission_set_unittest\.cc": [ 13 # Temporary includes for tests.
14 # Temporary include for tests. 14 "^api_permission_set_unittest\.cc$": [
15 "+chrome/common/extensions/extension_messages.h", 15 "+chrome/common/extensions/extension_messages.h",
16 ], 16 ],
17 } 17 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/webview_handler.h ('k') | extensions/common/manifest_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698