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

Side by Side Diff: extensions/DEPS

Issue 355223002: Add ExtensionsTestBrowserContext class for test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 "+components/keyed_service",
Yoyo Zhou 2014/07/17 18:16:10 This should be a dep in extensions/browser rather
limasdf 2014/07/18 01:32:59 Done.
2 "+components/url_matcher", 3 "+components/url_matcher",
3 "+content/public/common", 4 "+content/public/common",
4 "+content/public/test", 5 "+content/public/test",
5 "+crypto", 6 "+crypto",
6 "+grit/extensions_renderer_resources.h", 7 "+grit/extensions_renderer_resources.h",
7 "+grit/extensions_resources.h", 8 "+grit/extensions_resources.h",
8 "+testing", 9 "+testing",
9 "+ui", 10 "+ui",
10 11
11 # Temporarily allowed includes as part of the app shell/extensions refactor. 12 # Temporarily allowed includes as part of the app shell/extensions refactor.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 ], 44 ],
44 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ 45 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [
45 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", 46 "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
46 ], 47 ],
47 "permissions_data_unittest\.cc": [ 48 "permissions_data_unittest\.cc": [
48 "+chrome/common/chrome_version_info.h", 49 "+chrome/common/chrome_version_info.h",
49 "+chrome/common/extensions/extension_test_util.h", 50 "+chrome/common/extensions/extension_test_util.h",
50 "+chrome/common/extensions/features/feature_channel.h", 51 "+chrome/common/extensions/features/feature_channel.h",
51 ], 52 ],
52 } 53 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698