Chromium Code Reviews| Index: content/common/DEPS |
| diff --git a/content/common/DEPS b/content/common/DEPS |
| index 3c8ba658e79a27711a140292db661368bbc39a23..1ef8e9439c61f78db0fc436e431e794997c074b7 100644 |
| --- a/content/common/DEPS |
| +++ b/content/common/DEPS |
| @@ -11,7 +11,6 @@ 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/WebCString.h", |
| "+third_party/WebKit/public/platform/WebDisplayMode.h", |
| "+third_party/WebKit/public/platform/WebDragOperation.h", |
| "+third_party/WebKit/public/platform/WebFeaturePolicy.h", |
| @@ -65,7 +64,6 @@ include_rules = [ |
| "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", |
| "+third_party/WebKit/public/web/WebDragStatus.h", |
| "+third_party/WebKit/public/web/WebFindOptions.h", |
| - "+third_party/WebKit/public/web/WebFrameOwnerProperties.h", |
|
scottmg
2017/02/15 19:20:06
The struct in this header can't be used, but there
|
| "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h", |
| "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| "+third_party/WebKit/public/web/WebPluginAction.h", |
| @@ -75,7 +73,6 @@ include_rules = [ |
| "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", |
| "+third_party/WebKit/public/web/WebTextDirection.h", |
| "+third_party/WebKit/public/web/WebTreeScopeType.h", |
| - "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
| "+third_party/WebKit/public/web/win/WebFontRendering.h" |
| ] |