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

Side by Side Diff: extensions/DEPS

Issue 864093002: Move sandboxed_unpacker.{h,cc} from chrome/ to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile errors Created 5 years, 11 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/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/components", 10 "-extensions/components",
11 "+extensions/test", 11 "+extensions/test",
12 "+grit/extensions_renderer_resources.h", 12 "+grit/extensions_renderer_resources.h",
13 "+grit/extensions_resources.h", 13 "+grit/extensions_resources.h",
14 "+testing",
14 "+third_party/mojo/src/mojo/public", 15 "+third_party/mojo/src/mojo/public",
15 "+third_party/skia/include", 16 "+third_party/skia/include",
16 "+testing",
17 17
18 # Minimal UI dependencies. There are two good rules for UI dependencies here: 18 # Minimal UI dependencies. There are two good rules for UI dependencies here:
19 # 19 #
20 # 1) UI components should only be added as they are needed, and 20 # 1) UI components should only be added as they are needed, and
21 # 2) if //content doesn't allow it, //extensions probably won't allow it. 21 # 2) if //content doesn't allow it, //extensions probably won't allow it.
22 # (see for example ui/views) 22 # (see for example ui/views)
23 "-ui", 23 "-ui",
24 "+ui/base", 24 "+ui/base",
25 "+ui/gfx", 25 "+ui/gfx",
26 "+ui/events", 26 "+ui/events",
(...skipping 19 matching lines...) Expand all
46 "+chrome/browser/extensions/test_extension_dir.h", 46 "+chrome/browser/extensions/test_extension_dir.h",
47 "+chrome/browser/extensions/test_extension_prefs.h", 47 "+chrome/browser/extensions/test_extension_prefs.h",
48 "+chrome/browser/extensions/test_extension_system.h", 48 "+chrome/browser/extensions/test_extension_system.h",
49 "+chrome/browser/ui/browser.h", 49 "+chrome/browser/ui/browser.h",
50 "+chrome/common/extensions/features/feature_channel.h", 50 "+chrome/common/extensions/features/feature_channel.h",
51 "+chrome/test/base/chrome_render_view_test.h", 51 "+chrome/test/base/chrome_render_view_test.h",
52 "+chrome/test/base/testing_profile.h", 52 "+chrome/test/base/testing_profile.h",
53 "+chrome/test/base/ui_test_utils.h", 53 "+chrome/test/base/ui_test_utils.h",
54 ], 54 ],
55 } 55 }
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