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

Side by Side Diff: extensions/DEPS

Issue 555633003: Use extensions::ResultCatcher; delete ExtensionApiTest::ResultCatcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 3 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
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/grit/content_resources.h",
7 "+content/public/common", 7 "+content/public/common",
8 "+content/public/test", 8 "+content/public/test",
9 "+crypto", 9 "+crypto",
10 "+extensions/test",
10 "+grit/extensions_renderer_resources.h", 11 "+grit/extensions_renderer_resources.h",
11 "+grit/extensions_resources.h", 12 "+grit/extensions_resources.h",
12 "+mojo/public", 13 "+mojo/public",
13 "+testing", 14 "+testing",
14 "+ui", 15 "+ui",
15 16
16 # NOTE: Please do not add includes without talking to the app shell team; 17 # NOTE: Please do not add includes without talking to the app shell team;
17 # see OWNERS for this directory. 18 # see OWNERS for this directory.
18 ] 19 ]
19 20
(...skipping 25 matching lines...) Expand all
45 ], 46 ],
46 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ 47 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [
47 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", 48 "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
48 ], 49 ],
49 "permissions_data_unittest\.cc": [ 50 "permissions_data_unittest\.cc": [
50 "+chrome/common/chrome_version_info.h", 51 "+chrome/common/chrome_version_info.h",
51 "+chrome/common/extensions/extension_test_util.h", 52 "+chrome/common/extensions/extension_test_util.h",
52 "+chrome/common/extensions/features/feature_channel.h", 53 "+chrome/common/extensions/features/feature_channel.h",
53 ], 54 ],
54 } 55 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/pdf/pdf_extension_test.cc ('k') | extensions/browser/api/bluetooth/bluetooth_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698