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

Side by Side Diff: extensions/DEPS

Issue 334083002: Add a test helper class for ExtensionRegistry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove failed test to fix later 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | extensions/browser/test_extension_registry_observer.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 "+content/public/test",
4 "+crypto", 5 "+crypto",
5 "+grit/extensions_renderer_resources.h", 6 "+grit/extensions_renderer_resources.h",
6 "+grit/extensions_resources.h", 7 "+grit/extensions_resources.h",
7 "+testing", 8 "+testing",
8 "+ui", 9 "+ui",
9 10
10 # Temporarily allowed includes as part of the app shell/extensions refactor. 11 # Temporarily allowed includes as part of the app shell/extensions refactor.
11 # 12 #
12 # NOTE: Please do not add includes without talking to the app shell team; 13 # NOTE: Please do not add includes without talking to the app shell team;
13 # see OWNERS for this directory. 14 # see OWNERS for this directory.
(...skipping 27 matching lines...) Expand all
41 ], 42 ],
42 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ 43 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [
43 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", 44 "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
44 ], 45 ],
45 "permissions_data_unittest\.cc": [ 46 "permissions_data_unittest\.cc": [
46 "+chrome/common/chrome_version_info.h", 47 "+chrome/common/chrome_version_info.h",
47 "+chrome/common/extensions/extension_test_util.h", 48 "+chrome/common/extensions/extension_test_util.h",
48 "+chrome/common/extensions/features/feature_channel.h", 49 "+chrome/common/extensions/features/feature_channel.h",
49 ], 50 ],
50 } 51 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | extensions/browser/test_extension_registry_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698