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

Side by Side Diff: extensions/DEPS

Issue 2697463002: Convert utility process extension Unpacker IPC to mojo (Closed)
Patch Set: Set the IPC enum traits limit to extensions::Manifest::NUM_LOCATIONS - 1. Created 3 years, 9 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 | « extensions/BUILD.gn ('k') | extensions/browser/BUILD.gn » ('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/browsing_data", 3 "+components/browsing_data",
4 "+components/crx_file", 4 "+components/crx_file",
5 "+components/guest_view", 5 "+components/guest_view",
6 "+components/prefs", 6 "+components/prefs",
7 "+components/url_matcher", 7 "+components/url_matcher",
8 "+components/version_info", 8 "+components/version_info",
9 "-content", 9 "-content",
10 "+content/grit/content_resources.h", 10 "+content/grit/content_resources.h",
11 "+content/public/common", 11 "+content/public/common",
12 "+content/public/test", 12 "+content/public/test",
13 "+crypto", 13 "+crypto",
14 "-extensions/components", 14 "-extensions/components",
15 "+extensions/grit/extensions_renderer_resources.h", 15 "+extensions/grit/extensions_renderer_resources.h",
16 "+extensions/grit/extensions_resources.h", 16 "+extensions/grit/extensions_resources.h",
17 "+extensions/test", 17 "+extensions/test",
18 "+mojo/public", 18 "+mojo/public",
19 "+services/service_manager/public",
19 "+testing", 20 "+testing",
20 "+third_party/skia/include", 21 "+third_party/skia/include",
21 22
22 # Minimal UI dependencies. There are two good rules for UI dependencies here: 23 # Minimal UI dependencies. There are two good rules for UI dependencies here:
23 # 24 #
24 # 1) UI components should only be added as they are needed, and 25 # 1) UI components should only be added as they are needed, and
25 # 2) if //content doesn't allow it, //extensions probably won't allow it. 26 # 2) if //content doesn't allow it, //extensions probably won't allow it.
26 # (see for example ui/views) 27 # (see for example ui/views)
27 "-ui", 28 "-ui",
28 "+ui/base", 29 "+ui/base",
(...skipping 22 matching lines...) Expand all
51 "+chrome/browser/extensions/test_extension_prefs.h", 52 "+chrome/browser/extensions/test_extension_prefs.h",
52 "+chrome/browser/extensions/test_extension_system.h", 53 "+chrome/browser/extensions/test_extension_system.h",
53 "+chrome/browser/ui/browser.h", 54 "+chrome/browser/ui/browser.h",
54 "+chrome/common/chrome_switches.h", 55 "+chrome/common/chrome_switches.h",
55 "+chrome/common/extensions/features/feature_channel.h", 56 "+chrome/common/extensions/features/feature_channel.h",
56 "+chrome/test/base/chrome_render_view_test.h", 57 "+chrome/test/base/chrome_render_view_test.h",
57 "+chrome/test/base/testing_profile.h", 58 "+chrome/test/base/testing_profile.h",
58 "+chrome/test/base/ui_test_utils.h", 59 "+chrome/test/base/ui_test_utils.h",
59 ], 60 ],
60 } 61 }
OLDNEW
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698