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

Side by Side Diff: extensions/DEPS

Issue 15239002: Move Extension and PermissionsData to extensions/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/utility/extensions/unpacker_unittest.cc ('k') | extensions/browser/DEPS » ('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$": [ 17 "^manifest_permission_set_unittest\.cc$": [
18 "+chrome/common/extensions/extension_messages.h", 18 "+chrome/common/extensions/extension_messages.h",
19 ], 19 ],
20 "^permissions_data_unittest\.cc$": [
21 "+chrome/common/chrome_version_info.h",
22 "+chrome/common/extensions/extension_test_util.h",
23 "+chrome/common/extensions/features/feature_channel.h",
24 "+chrome/common/extensions/permissions/socket_permission.h",
25 ],
20 } 26 }
OLDNEW
« no previous file with comments | « chrome/utility/extensions/unpacker_unittest.cc ('k') | extensions/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698