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

Side by Side Diff: extensions/DEPS

Issue 492813002: Use a qualified path for grit/content_resources.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « content/test/webui_resource_browsertest.cc ('k') | extensions/renderer/dispatcher.cc » ('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 # Do not add Chrome dependencies. Much work went into removing them. 2 # Do not add Chrome dependencies. Much work went into removing them.
3 "+components/crx_file", 3 "+components/crx_file",
4 "+components/url_matcher", 4 "+components/url_matcher",
5 "-content", 5 "-content",
6 "+content/grit/content_resources.h",
6 "+content/public/common", 7 "+content/public/common",
7 "+content/public/test", 8 "+content/public/test",
8 "+crypto", 9 "+crypto",
9 "+grit/content_resources.h",
10 "+grit/extensions_renderer_resources.h", 10 "+grit/extensions_renderer_resources.h",
11 "+grit/extensions_resources.h", 11 "+grit/extensions_resources.h",
12 "+mojo/public", 12 "+mojo/public",
13 "+testing", 13 "+testing",
14 "+ui", 14 "+ui",
15 15
16 # NOTE: Please do not add includes without talking to the app shell team; 16 # NOTE: Please do not add includes without talking to the app shell team;
17 # see OWNERS for this directory. 17 # see OWNERS for this directory.
18 ] 18 ]
19 19
(...skipping 24 matching lines...) Expand all
44 ], 44 ],
45 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ 45 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [
46 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", 46 "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
47 ], 47 ],
48 "permissions_data_unittest\.cc": [ 48 "permissions_data_unittest\.cc": [
49 "+chrome/common/chrome_version_info.h", 49 "+chrome/common/chrome_version_info.h",
50 "+chrome/common/extensions/extension_test_util.h", 50 "+chrome/common/extensions/extension_test_util.h",
51 "+chrome/common/extensions/features/feature_channel.h", 51 "+chrome/common/extensions/features/feature_channel.h",
52 ], 52 ],
53 } 53 }
OLDNEW
« no previous file with comments | « content/test/webui_resource_browsertest.cc ('k') | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698