Chromium Code Reviews| Index: blimp/client/DEPS |
| diff --git a/blimp/client/DEPS b/blimp/client/DEPS |
| index fd78a68667a286cbeccab31ad14e81cfe00d04d5..435a5d4619b27e9f11a0f22ec3602d98bd456747 100644 |
| --- a/blimp/client/DEPS |
| +++ b/blimp/client/DEPS |
| @@ -6,6 +6,7 @@ include_rules = [ |
| "-content", |
| "+gpu", |
| "+jni", |
| + "+net", |
|
mmenke
2015/11/30 19:50:08
Can we restrict this to net/base for now? (Mainly
David Trainor- moved to gerrit
2015/11/30 19:54:27
Done.
|
| "+skia", |
| "+third_party/skia", |
| "+ui/gfx", |
| @@ -14,10 +15,4 @@ include_rules = [ |
| # TODO(dtrainor): Remove this once Toast uses are removed from Java. |
| "!ui/android", |
| - |
| - # TODO(dtrainor): Remove this once the LayerTreeHost settings for Blimp |
| - # are finalized or are pushed from the server component. See |
| - # crbug.com/527655. |
| - "!content/public/common/content_switches.h", |
| - "!ui/native_theme/native_theme_switches.h", |
| ] |