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

Side by Side Diff: extensions/DEPS

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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/api/mime_handler_private/mime_handler_private.h » ('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/url_matcher", 6 "+components/url_matcher",
7 "-content", 7 "-content",
8 "+content/grit/content_resources.h", 8 "+content/grit/content_resources.h",
9 "+content/public/common", 9 "+content/public/common",
10 "+content/public/test", 10 "+content/public/test",
11 "+crypto", 11 "+crypto",
12 "-extensions/components", 12 "-extensions/components",
13 "+extensions/test", 13 "+extensions/test",
14 "+grit/extensions_renderer_resources.h", 14 "+grit/extensions_renderer_resources.h",
15 "+grit/extensions_resources.h", 15 "+grit/extensions_resources.h",
16 "+mojo/public",
16 "+testing", 17 "+testing",
17 "+third_party/mojo/src/mojo/public",
18 "+third_party/skia/include", 18 "+third_party/skia/include",
19 19
20 # Minimal UI dependencies. There are two good rules for UI dependencies here: 20 # Minimal UI dependencies. There are two good rules for UI dependencies here:
21 # 21 #
22 # 1) UI components should only be added as they are needed, and 22 # 1) UI components should only be added as they are needed, and
23 # 2) if //content doesn't allow it, //extensions probably won't allow it. 23 # 2) if //content doesn't allow it, //extensions probably won't allow it.
24 # (see for example ui/views) 24 # (see for example ui/views)
25 "-ui", 25 "-ui",
26 "+ui/base", 26 "+ui/base",
27 "+ui/gfx", 27 "+ui/gfx",
(...skipping 21 matching lines...) Expand all
49 "+chrome/browser/extensions/test_extension_prefs.h", 49 "+chrome/browser/extensions/test_extension_prefs.h",
50 "+chrome/browser/extensions/test_extension_system.h", 50 "+chrome/browser/extensions/test_extension_system.h",
51 "+chrome/browser/ui/browser.h", 51 "+chrome/browser/ui/browser.h",
52 "+chrome/common/chrome_switches.h", 52 "+chrome/common/chrome_switches.h",
53 "+chrome/common/extensions/features/feature_channel.h", 53 "+chrome/common/extensions/features/feature_channel.h",
54 "+chrome/test/base/chrome_render_view_test.h", 54 "+chrome/test/base/chrome_render_view_test.h",
55 "+chrome/test/base/testing_profile.h", 55 "+chrome/test/base/testing_profile.h",
56 "+chrome/test/base/ui_test_utils.h", 56 "+chrome/test/base/ui_test_utils.h",
57 ], 57 ],
58 } 58 }
OLDNEW
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/browser/api/mime_handler_private/mime_handler_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698