| Index: content/renderer/DEPS
|
| diff --git a/content/renderer/DEPS b/content/renderer/DEPS
|
| index 1f43f93727d50ffa447531a0b4e6fe36b3602ea6..499274b90ab56c2649afab7d6f37af994418c691 100644
|
| --- a/content/renderer/DEPS
|
| +++ b/content/renderer/DEPS
|
| @@ -2,12 +2,14 @@ include_rules = [
|
| # Allow inclusion of specific components that we depend on. We may only
|
| # depend on components which we share with the mojo html_viewer.
|
| "+components/scheduler",
|
| + "+components/shared_memory_seqlock",
|
|
|
| "+cc/blink",
|
| "+content/public/child",
|
| "+content/public/renderer",
|
| "+content/child",
|
| "+device/battery", # For battery status service.
|
| + "+device/device_sensors", # For device sensors services.
|
| "+device/vibration",
|
| "+gin",
|
| "+jingle/glue",
|
|
|