Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+media/audio", | 2 "+media/audio", |
| 3 "+media/base", | 3 "+media/base", |
| 4 "-webkit/browser", | 4 "-webkit/browser", |
| 5 "-webkit/child", | 5 "-webkit/child", |
| 6 "-webkit/renderer", | 6 "-webkit/renderer", |
| 7 | 7 |
| 8 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 8 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
| 9 # header-only types, and some selected common code. | 9 # header-only types, and some selected common code. |
| 10 "-third_party/WebKit", | 10 "-third_party/WebKit", |
| 11 "+third_party/WebKit/public/platform/WebCString.h", | 11 "+third_party/WebKit/public/platform/WebCString.h", |
| 12 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", | 12 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", |
| 13 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", | 13 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", |
| 14 "+third_party/WebKit/public/platform/WebFloatPoint.h", | 14 "+third_party/WebKit/public/platform/WebFloatPoint.h", |
| 15 "+third_party/WebKit/public/platform/WebFloatRect.h", | 15 "+third_party/WebKit/public/platform/WebFloatRect.h", |
| 16 "+third_party/WebKit/public/platform/WebGamepads.h", | 16 "+third_party/WebKit/public/platform/WebGamepads.h", |
| 17 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", | 17 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", |
| 18 "+third_party/WebKit/public/platform/WebHTTPBody.h", | 18 "+third_party/WebKit/public/platform/WebHTTPBody.h", |
| 19 "+third_party/WebKit/public/platform/WebIDBCursor.h", | 19 "+third_party/WebKit/public/platform/WebIDBCursor.h", |
| 20 "+third_party/WebKit/public/platform/WebIDBDatabase.h", | 20 "+third_party/WebKit/public/platform/WebIDBDatabase.h", |
| 21 "+third_party/WebKit/public/platform/WebIDBTypes.h", | 21 "+third_party/WebKit/public/platform/WebIDBTypes.h", |
| 22 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 22 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
| 23 "+third_party/WebKit/public/platform/WebScreenOrientation.h", | 23 "+third_party/WebKit/public/platform/WebScreenOrientation.h", |
| 24 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 24 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
| 25 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", | 25 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", |
| 26 "+third_party/WebKit/public/platform/WebServiceWorkerResponse.h", | |
|
Charlie Reis
2014/03/05 21:00:34
I see that there's already a DEPS exception for We
falken
2014/03/06 15:58:54
Hmm.. it's not strictly needed but ServiceWorkerRe
Charlie Reis
2014/03/06 18:59:05
+jam for his opinion.
jam
2014/03/06 21:22:43
this doesn't pass the guideline in the common abov
falken
2014/03/07 01:56:51
OK, I removed the DEPS change.
Since just one pla
| |
| 26 "+third_party/WebKit/public/platform/WebStorageArea.h", | 27 "+third_party/WebKit/public/platform/WebStorageArea.h", |
| 27 "+third_party/WebKit/public/platform/WebString.h", | 28 "+third_party/WebKit/public/platform/WebString.h", |
| 28 "+third_party/WebKit/public/platform/linux/WebFontFamily.h", | 29 "+third_party/WebKit/public/platform/linux/WebFontFamily.h", |
| 29 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", | 30 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", |
| 30 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 31 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
| 31 "+third_party/WebKit/public/web/WebAXEnums.h", | 32 "+third_party/WebKit/public/web/WebAXEnums.h", |
| 32 "+third_party/WebKit/public/web/WebCompositionUnderline.h", | 33 "+third_party/WebKit/public/web/WebCompositionUnderline.h", |
| 33 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", | 34 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", |
| 34 "+third_party/WebKit/public/web/WebDragOperation.h", | 35 "+third_party/WebKit/public/web/WebDragOperation.h", |
| 35 "+third_party/WebKit/public/web/WebDragStatus.h", | 36 "+third_party/WebKit/public/web/WebDragStatus.h", |
| 36 "+third_party/WebKit/public/web/WebFindOptions.h", | 37 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 37 "+third_party/WebKit/public/web/WebInputEvent.h", | 38 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 38 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 39 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 39 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 40 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
| 40 "+third_party/WebKit/public/web/WebPluginAction.h", | 41 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 41 "+third_party/WebKit/public/web/WebPopupType.h", | 42 "+third_party/WebKit/public/web/WebPopupType.h", |
| 42 "+third_party/WebKit/public/web/WebTextDirection.h", | 43 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 43 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 44 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 44 ] | 45 ] |
| 45 | 46 |
| 46 specific_include_rules = { | 47 specific_include_rules = { |
| 47 # Java bridge code passes NPAPI types to the browser process. Crazy! | 48 # Java bridge code passes NPAPI types to the browser process. Crazy! |
| 48 "java_bridge_messages\.h": [ | 49 "java_bridge_messages\.h": [ |
| 49 "+content/child" | 50 "+content/child" |
| 50 ] | 51 ] |
| 51 } | 52 } |
| OLD | NEW |