diff options
Diffstat (limited to 'chromium/content/common/DEPS')
-rw-r--r-- | chromium/content/common/DEPS | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/chromium/content/common/DEPS b/chromium/content/common/DEPS index 3ba16c40dc2..caf3f5d1ead 100644 --- a/chromium/content/common/DEPS +++ b/chromium/content/common/DEPS @@ -6,7 +6,7 @@ include_rules = [ # No inclusion of WebKit from the browser, other than strictly enum/POD, # header-only types, and some selected common code. "-third_party/WebKit", - "+third_party/WebKit/public/platform/WebBatteryStatus.h", + "+third_party/WebKit/public/platform/WebAddressSpace.h", "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", "+third_party/WebKit/public/platform/WebCString.h", "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotionData.h", @@ -65,10 +65,3 @@ include_rules = [ "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", "+third_party/WebKit/public/web/win/WebFontRendering.h" ] - -specific_include_rules = { -# Java bridge code passes NPAPI types to the browser process. Crazy! - "java_bridge_messages\.h": [ - "+content/child" - ] -} |