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

Side by Side Diff: content/child/DEPS

Issue 2510033002: [Device Service] Move PowerMonitor into the Device Service (Closed)
Patch Set: 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Allow inclusion of specific components that we depend on. 2 # Allow inclusion of specific components that we depend on.
3 # See comment in content/DEPS for which components are allowed. 3 # See comment in content/DEPS for which components are allowed.
4 "+components/discardable_memory/client", 4 "+components/discardable_memory/client",
5 "+components/discardable_memory/common", 5 "+components/discardable_memory/common",
6 "+components/mime_util", 6 "+components/mime_util",
7 "+components/scheduler/child", 7 "+components/scheduler/child",
8 "+components/scheduler/common", 8 "+components/scheduler/common",
9 "+components/tracing", 9 "+components/tracing",
10 "+components/webcrypto", 10 "+components/webcrypto",
11 11
12 "+content/app/strings/grit", # For generated headers 12 "+content/app/strings/grit", # For generated headers
13 "+content/public/child", 13 "+content/public/child",
14 "+device/power_monitor", 14 "+device/power_monitor/public",
15 "+services/device/public/cpp",
15 "+services/service_manager", 16 "+services/service_manager",
16 "+services/service_manager", 17 "+services/service_manager",
17 "+v8/include/v8.h" 18 "+v8/include/v8.h"
18 ] 19 ]
19 20
20 specific_include_rules = { 21 specific_include_rules = {
21 "child_thread_impl_browsertest\.*": [ 22 "child_thread_impl_browsertest\.*": [
22 "+components/discardable_memory/service", 23 "+components/discardable_memory/service",
23 ], 24 ],
24 } 25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698