Chromium Code Reviews| Index: chrome/browser/ui/webui/DEPS |
| diff --git a/chrome/browser/ui/webui/DEPS b/chrome/browser/ui/webui/DEPS |
| index 1c3fbd84e51a5fc53c933315278d4ce556456989..c65457126c7a3e444768db473018d0ed4727b1bb 100644 |
| --- a/chrome/browser/ui/webui/DEPS |
| +++ b/chrome/browser/ui/webui/DEPS |
| @@ -1,16 +1,18 @@ |
| include_rules = [ |
| - # Generated files |
| - "+js2webui/chrome/test/data", |
| - |
| - "+sync/js", |
| + "+components/invalidation", |
| + "+components/onc", |
| + "+components/proximity_auth", |
| + "+device/bluetooth", |
| + "+device/nfc", |
| "+sync/internal_api/public/sessions", |
| "+sync/internal_api/public/events", |
|
Nicolas Zea
2016/04/04 20:13:35
swap with above?
Lei Zhang
2016/04/04 21:03:50
Done. Sorting is hard.
|
| "+sync/internal_api/public/util/weak_handle.h", |
| + "+sync/js", |
| + |
| + # Generated files |
| + "+js2webui/chrome/test/data", |
| # Other libraries. |
| - "+components/onc", |
| - "+device/bluetooth", |
| - "+device/nfc", |
| "+third_party/angle", # For ANGLE version. |
| "+third_party/zlib/zlib.h", # For compression level constants. |
| "+third_party/libaddressinput", # For i18n address input. |
| @@ -18,7 +20,4 @@ include_rules = [ |
| # DOM Distiller. |
| "+components/dom_distiller/core", |
| "+components/dom_distiller/webui", |
| - |
| - "+components/invalidation", |
| - "+components/proximity_auth", |
| ] |