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

Side by Side Diff: extensions/browser/DEPS

Issue 2512563003: Convert enable_plugins to a buildflag header. (Closed)
Patch Set: Merge Created 4 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 | « content/zygote/zygote_main_linux.cc ('k') | extensions/browser/guest_view/web_view/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 "+chromeos", 2 "+chromeos",
3 "+components/guest_view", 3 "+components/guest_view",
4 "+components/keyed_service", 4 "+components/keyed_service",
5 "+components/pref_registry", 5 "+components/pref_registry",
6 "+components/sessions", 6 "+components/sessions",
7 "+components/storage_monitor", 7 "+components/storage_monitor",
8 "+components/sync", 8 "+components/sync",
9 "+components/update_client", 9 "+components/update_client",
10 "+components/variations", 10 "+components/variations",
11 "+components/version_info", 11 "+components/version_info",
12 "+components/web_cache", 12 "+components/web_cache",
13 "+components/web_modal", 13 "+components/web_modal",
14 "+components/zoom", 14 "+components/zoom",
15 "+content/public/browser", 15 "+content/public/browser",
16 "+device/bluetooth", 16 "+device/bluetooth",
17 "+device/power_save_blocker", 17 "+device/power_save_blocker",
18 "+device/serial", 18 "+device/serial",
19 "+device/usb", 19 "+device/usb",
20 "+google_apis/gaia", 20 "+google_apis/gaia",
21 "+grit/extensions_strings.h", 21 "+grit/extensions_strings.h",
22 "+net", 22 "+net",
23 # This directory contains build flags and does not pull all of PPAPI in.
24 "+ppapi/features",
23 "+services/service_manager/public/cpp", 25 "+services/service_manager/public/cpp",
24 "+skia/ext/image_operations.h", 26 "+skia/ext/image_operations.h",
25 "+storage/browser/fileapi", 27 "+storage/browser/fileapi",
26 "+third_party/leveldatabase", 28 "+third_party/leveldatabase",
27 "+third_party/re2", 29 "+third_party/re2",
28 "+third_party/WebKit/public/platform", 30 "+third_party/WebKit/public/platform",
29 "+third_party/WebKit/public/web", 31 "+third_party/WebKit/public/web",
30 "+third_party/zlib/google", 32 "+third_party/zlib/google",
31 "+ui/display", 33 "+ui/display",
32 ] 34 ]
33 35
34 specific_include_rules = { 36 specific_include_rules = {
35 ".*test\.cc$": [ 37 ".*test\.cc$": [
36 "+components/user_prefs", 38 "+components/user_prefs",
37 ] 39 ]
38 } 40 }
OLDNEW
« no previous file with comments | « content/zygote/zygote_main_linux.cc ('k') | extensions/browser/guest_view/web_view/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698