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

Side by Side Diff: extensions/DEPS

Issue 293943002: Clean up TestFeaturesNativeHandler to use the ExtensionsClient's JSON feature sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/chrome_extensions_client.cc ('k') | extensions/common/extension_api.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 "+components/url_matcher", 2 "+components/url_matcher",
3 "+content/public/common", 3 "+content/public/common",
4 "+crypto", 4 "+crypto",
5 "+grit/extensions_resources.h", 5 "+grit/extensions_resources.h",
6 "+testing", 6 "+testing",
7 "+ui", 7 "+ui",
8 8
9 # Temporarily allowed includes as part of the app shell/extensions refactor. 9 # Temporarily allowed includes as part of the app shell/extensions refactor.
10 # 10 #
11 # NOTE: Please do not add includes without talking to the app shell team; 11 # NOTE: Please do not add includes without talking to the app shell team;
12 # see OWNERS for this directory. 12 # see OWNERS for this directory.
13 # 13 #
14 # TODO(jamescook): Remove these. http://crbug.com/162530 14 # TODO(jamescook): Remove these. http://crbug.com/162530
15 "!chrome/browser/chrome_notification_types.h", 15 "!chrome/browser/chrome_notification_types.h",
16 "!grit/common_resources.h",
17 '!grit/extensions_api_resources.h', 16 '!grit/extensions_api_resources.h',
18 # This is needed for renderer JS sources which should eventually move to 17 # This is needed for renderer JS sources which should eventually move to
19 # the extensions_resources target. 18 # the extensions_resources target.
20 "!grit/renderer_resources.h", 19 "!grit/renderer_resources.h",
21 ] 20 ]
22 21
23 specific_include_rules = { 22 specific_include_rules = {
24 ".*(test|test_util)\.(cc|h)$": [ 23 ".*(test|test_util)\.(cc|h)$": [
25 "+content/public/test", 24 "+content/public/test",
26 25
(...skipping 17 matching lines...) Expand all
44 ], 43 ],
45 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ 44 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [
46 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", 45 "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
47 ], 46 ],
48 "permissions_data_unittest\.cc": [ 47 "permissions_data_unittest\.cc": [
49 "+chrome/common/chrome_version_info.h", 48 "+chrome/common/chrome_version_info.h",
50 "+chrome/common/extensions/extension_test_util.h", 49 "+chrome/common/extensions/extension_test_util.h",
51 "+chrome/common/extensions/features/feature_channel.h", 50 "+chrome/common/extensions/features/feature_channel.h",
52 ], 51 ],
53 } 52 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/chrome_extensions_client.cc ('k') | extensions/common/extension_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698