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

Side by Side Diff: extensions/browser/DEPS

Issue 606503002: Rewrite apps::SavedDevicesService as extensions::DevicePermissionsManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments. Created 6 years, 2 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/device_permissions_manager.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 "+components/keyed_service", 2 "+components/keyed_service",
3 "+components/pref_registry", 3 "+components/pref_registry",
4 "+components/sessions", 4 "+components/sessions",
5 "+components/storage_monitor", 5 "+components/storage_monitor",
6 "+components/web_cache", 6 "+components/web_cache",
7 "+components/web_modal", 7 "+components/web_modal",
8 "+content/public/browser", 8 "+content/public/browser",
9 "+device/bluetooth", 9 "+device/bluetooth",
10 "+device/usb",
10 "+grit/extensions_strings.h", 11 "+grit/extensions_strings.h",
11 "+net", 12 "+net",
12 "+skia/ext/image_operations.h", 13 "+skia/ext/image_operations.h",
13 "+storage/browser/fileapi", 14 "+storage/browser/fileapi",
14 "+sync", 15 "+sync",
15 "+third_party/leveldatabase", 16 "+third_party/leveldatabase",
16 "+third_party/re2", 17 "+third_party/re2",
17 "+third_party/skia/include", 18 "+third_party/skia/include",
18 "+third_party/WebKit/public/web", 19 "+third_party/WebKit/public/web",
19 ] 20 ]
20 21
21 specific_include_rules = { 22 specific_include_rules = {
22 ".*test\.cc$": [ 23 ".*test\.cc$": [
23 "+components/user_prefs", 24 "+components/user_prefs",
24 ] 25 ]
25 } 26 }
OLDNEW
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/device_permissions_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698