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

Side by Side Diff: extensions/browser/DEPS

Issue 389633002: Move system.* family of APIs to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 3 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/system_cpu/OWNERS » ('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/web_modal", 6 "+components/web_modal",
6 "+content/public/browser", 7 "+content/public/browser",
7 "+device/bluetooth", 8 "+device/bluetooth",
8 "+grit/extensions_strings.h", 9 "+grit/extensions_strings.h",
9 "+net", 10 "+net",
10 "+skia/ext/image_operations.h", 11 "+skia/ext/image_operations.h",
11 "+sync", 12 "+sync",
12 "+third_party/leveldatabase", 13 "+third_party/leveldatabase",
13 "+third_party/skia/include", 14 "+third_party/skia/include",
14 "+third_party/WebKit/public/web/WebInputEvent.h", 15 "+third_party/WebKit/public/web/WebInputEvent.h",
15 "+webkit/browser/fileapi", 16 "+webkit/browser/fileapi",
16 ] 17 ]
17 18
18 specific_include_rules = { 19 specific_include_rules = {
19 ".*test\.cc$": [ 20 ".*test\.cc$": [
20 "+components/user_prefs", 21 "+components/user_prefs",
21 ] 22 ]
22 } 23 }
OLDNEW
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/system_cpu/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698