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

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, 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
« no previous file with comments | « no previous file | extensions/extensions.gyp » ('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/url_matcher", 3 "+components/url_matcher",
4 "-content", 4 "-content",
5 "+content/public/common", 5 "+content/public/common",
6 "+content/public/test", 6 "+content/public/test",
7 "+crypto", 7 "+crypto",
8 "+grit/content_resources.h",
8 "+grit/extensions_renderer_resources.h", 9 "+grit/extensions_renderer_resources.h",
9 "+grit/extensions_resources.h", 10 "+grit/extensions_resources.h",
11 "+mojo/public",
10 "+testing", 12 "+testing",
11 "+ui", 13 "+ui",
12 14
13 # Temporarily allowed includes as part of the app shell/extensions refactor. 15 # Temporarily allowed includes as part of the app shell/extensions refactor.
14 # 16 #
15 # 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;
16 # see OWNERS for this directory. 18 # see OWNERS for this directory.
17 # 19 #
18 # TODO(jamescook): Remove this. http://crbug.com/392622 20 # TODO(jamescook): Remove this. http://crbug.com/392622
19 "!chrome/browser/chrome_notification_types.h", 21 "!chrome/browser/chrome_notification_types.h",
(...skipping 25 matching lines...) Expand all
45 ], 47 ],
46 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ 48 "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [
47 "+chrome/common/extensions/features/chrome_channel_feature_filter.h", 49 "+chrome/common/extensions/features/chrome_channel_feature_filter.h",
48 ], 50 ],
49 "permissions_data_unittest\.cc": [ 51 "permissions_data_unittest\.cc": [
50 "+chrome/common/chrome_version_info.h", 52 "+chrome/common/chrome_version_info.h",
51 "+chrome/common/extensions/extension_test_util.h", 53 "+chrome/common/extensions/extension_test_util.h",
52 "+chrome/common/extensions/features/feature_channel.h", 54 "+chrome/common/extensions/features/feature_channel.h",
53 ], 55 ],
54 } 56 }
OLDNEW
« no previous file with comments | « no previous file | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698