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

Side by Side Diff: trunk/src/extensions/DEPS

Issue 309413002: Revert 274558 "Move some extensions renderer resources to extens..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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
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_renderer_resources.h",
6 "+grit/extensions_resources.h", 5 "+grit/extensions_resources.h",
7 "+testing", 6 "+testing",
8 "+ui", 7 "+ui",
9 8
10 # Temporarily allowed includes as part of the app shell/extensions refactor. 9 # Temporarily allowed includes as part of the app shell/extensions refactor.
11 # 10 #
12 # 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;
13 # see OWNERS for this directory. 12 # see OWNERS for this directory.
14 # 13 #
15 # TODO(jamescook): Remove these. http://crbug.com/162530 14 # TODO(jamescook): Remove these. http://crbug.com/162530
16 "!chrome/browser/chrome_notification_types.h", 15 "!chrome/browser/chrome_notification_types.h",
16 # This is needed for renderer JS sources which should eventually move to
17 # the extensions_resources target.
18 "!grit/renderer_resources.h",
17 ] 19 ]
18 20
19 specific_include_rules = { 21 specific_include_rules = {
20 ".*(test|test_util)\.(cc|h)$": [ 22 ".*(test|test_util)\.(cc|h)$": [
21 "+content/public/test", 23 "+content/public/test",
22 24
23 # Temporarily allowed testing includes. See above. 25 # Temporarily allowed testing includes. See above.
24 # TODO(jamescook): Remove these. http://crbug.com/162530 26 # TODO(jamescook): Remove these. http://crbug.com/162530
25 "+chrome/browser/apps/app_browsertest_util.h", 27 "+chrome/browser/apps/app_browsertest_util.h",
26 "+chrome/browser/extensions/api/management/management_api.h", 28 "+chrome/browser/extensions/api/management/management_api.h",
(...skipping 13 matching lines...) Expand all
40 ], 42 ],
41 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ 43 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [
42 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", 44 "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
43 ], 45 ],
44 "permissions_data_unittest\.cc": [ 46 "permissions_data_unittest\.cc": [
45 "+chrome/common/chrome_version_info.h", 47 "+chrome/common/chrome_version_info.h",
46 "+chrome/common/extensions/extension_test_util.h", 48 "+chrome/common/extensions/extension_test_util.h",
47 "+chrome/common/extensions/features/feature_channel.h", 49 "+chrome/common/extensions/features/feature_channel.h",
48 ], 50 ],
49 } 51 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/renderer/resources/renderer_resources.grd ('k') | trunk/src/extensions/extensions_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698