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

Side by Side Diff: extensions/browser/DEPS

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

Powered by Google App Engine
This is Rietveld 408576698