| Index: components/page_load_metrics/DEPS
|
| diff --git a/components/page_load_metrics/DEPS b/components/page_load_metrics/DEPS
|
| index 573c041f6c48c71ea47befa4d355fdc2f7983b15..3d6ae5477d43a8b711fefa427a1ca6e57c48d366 100644
|
| --- a/components/page_load_metrics/DEPS
|
| +++ b/components/page_load_metrics/DEPS
|
| @@ -4,4 +4,8 @@ include_rules = [
|
|
|
| "-components/page_load_metrics",
|
| "+components/page_load_metrics/common",
|
| +
|
| + # No inclusion of WebKit from the browser, other than strictly enum/POD, header-only types.
|
| + "-third_party/WebKit",
|
| + "+third_party/WebKit/public/platform/WebExperimentData.h",
|
| ]
|
|
|