| Index: content/browser/DEPS
|
| diff --git a/content/browser/DEPS b/content/browser/DEPS
|
| index b3a770a439e68290698ff0202a2365325a28cda7..48f3f8de4c7f9adc6e98634cd81d081122fec858 100644
|
| --- a/content/browser/DEPS
|
| +++ b/content/browser/DEPS
|
| @@ -60,6 +60,7 @@ include_rules = [
|
| # header-only types, and some selected common code.
|
| "-third_party/WebKit",
|
| "+third_party/WebKit/public/platform/WebAddressSpace.h",
|
| + "+third_party/WebKit/public/platform/WebContentSecurityPolicy.h",
|
| "+third_party/WebKit/public/platform/WebCursorInfo.h",
|
| "+third_party/WebKit/public/platform/WebDisplayMode.h",
|
| "+third_party/WebKit/public/platform/WebDragOperation.h",
|
| @@ -111,7 +112,6 @@ include_rules = [
|
| "+third_party/WebKit/public/web/WebAXEnums.h",
|
| "+third_party/WebKit/public/web/WebCompositionUnderline.h",
|
| "+third_party/WebKit/public/web/WebConsoleMessage.h",
|
| - "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
|
| "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
|
| "+third_party/WebKit/public/web/WebDragStatus.h",
|
| "+third_party/WebKit/public/web/WebFindOptions.h",
|
|
|