| Index: chrome/browser/ui/webui/DEPS
|
| diff --git a/chrome/browser/ui/webui/DEPS b/chrome/browser/ui/webui/DEPS
|
| index 1c3fbd84e51a5fc53c933315278d4ce556456989..38d38feeaffc53e08be8b3752e0b0a6f659f586c 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",
|
| - "+sync/internal_api/public/sessions",
|
| + "+components/invalidation",
|
| + "+components/onc",
|
| + "+components/proximity_auth",
|
| + "+device/bluetooth",
|
| + "+device/nfc",
|
| "+sync/internal_api/public/events",
|
| + "+sync/internal_api/public/sessions",
|
| "+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",
|
| ]
|
|
|