| Index: components/safe_json/DEPS
|
| diff --git a/components/safe_json/DEPS b/components/safe_json/DEPS
|
| index 4e771fcabeeb1f6107d93fc11da1441744e9826f..478fc1a6570ec85ac4783997862d2dadd6bda72f 100644
|
| --- a/components/safe_json/DEPS
|
| +++ b/components/safe_json/DEPS
|
| @@ -1,8 +1,10 @@
|
| include_rules = [
|
| "+base",
|
| - "+content/public",
|
| + "+content/public/browser",
|
| + "+content/public/common",
|
| + "+content/public/utility",
|
| "+grit", # For generated headers
|
| - "+grit/components_strings.h", # For generated headers
|
| "+ipc",
|
| + "+jni",
|
| "+ui/base",
|
| ]
|
|
|