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

Side by Side Diff: extensions/DEPS

Issue 399363002: Add support for writing unit tests for Mojo-backed apps/extensions APIs. (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/url_matcher", 2 "+components/url_matcher",
3 "+content/public/common", 3 "+content/public/common",
4 "+content/public/test", 4 "+content/public/test",
5 "+crypto", 5 "+crypto",
6 "+grit/content_resources.h",
6 "+grit/extensions_renderer_resources.h", 7 "+grit/extensions_renderer_resources.h",
7 "+grit/extensions_resources.h", 8 "+grit/extensions_resources.h",
9 "+mojo/public",
8 "+testing", 10 "+testing",
9 "+ui", 11 "+ui",
10 12
11 # Temporarily allowed includes as part of the app shell/extensions refactor. 13 # Temporarily allowed includes as part of the app shell/extensions refactor.
12 # 14 #
13 # NOTE: Please do not add includes without talking to the app shell team; 15 # NOTE: Please do not add includes without talking to the app shell team;
14 # see OWNERS for this directory. 16 # see OWNERS for this directory.
15 # 17 #
16 # TODO(jamescook): Remove these. http://crbug.com/162530 18 # TODO(jamescook): Remove these. http://crbug.com/162530
17 "!chrome/browser/chrome_notification_types.h", 19 "!chrome/browser/chrome_notification_types.h",
(...skipping 25 matching lines...) Expand all
43 ], 45 ],
44 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ 46 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [
45 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", 47 "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
46 ], 48 ],
47 "permissions_data_unittest\.cc": [ 49 "permissions_data_unittest\.cc": [
48 "+chrome/common/chrome_version_info.h", 50 "+chrome/common/chrome_version_info.h",
49 "+chrome/common/extensions/extension_test_util.h", 51 "+chrome/common/extensions/extension_test_util.h",
50 "+chrome/common/extensions/features/feature_channel.h", 52 "+chrome/common/extensions/features/feature_channel.h",
51 ], 53 ],
52 } 54 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698