Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Side by Side Diff: content/common/DEPS

Issue 829803003: Adding Chrome-side WebVR interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated to use Mojo as requested by eng review Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+media/audio", 2 "+media/audio",
3 "+media/base", 3 "+media/base",
4 "-storage/browser", 4 "-storage/browser",
5 5
6 # No inclusion of WebKit from the browser, other than strictly enum/POD, 6 # No inclusion of WebKit from the browser, other than strictly enum/POD,
7 # header-only types, and some selected common code. 7 # header-only types, and some selected common code.
8 "-third_party/WebKit", 8 "-third_party/WebKit",
9 "+third_party/WebKit/public/platform/WebBatteryStatus.h", 9 "+third_party/WebKit/public/platform/WebBatteryStatus.h",
10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", 10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h",
(...skipping 17 matching lines...) Expand all
28 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", 28 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
29 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", 29 "+third_party/WebKit/public/platform/WebScreenOrientationType.h",
30 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", 30 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h",
31 "+third_party/WebKit/public/platform/WebServiceWorkerClientType.h", 31 "+third_party/WebKit/public/platform/WebServiceWorkerClientType.h",
32 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", 32 "+third_party/WebKit/public/platform/WebServiceWorkerError.h",
33 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", 33 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h",
34 "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h", 34 "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h",
35 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", 35 "+third_party/WebKit/public/platform/WebServiceWorkerState.h",
36 "+third_party/WebKit/public/platform/WebStorageArea.h", 36 "+third_party/WebKit/public/platform/WebStorageArea.h",
37 "+third_party/WebKit/public/platform/WebString.h", 37 "+third_party/WebKit/public/platform/WebString.h",
38 "+third_party/WebKit/public/platform/WebVR.h",
38 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", 39 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h",
39 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", 40 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
40 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", 41 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
41 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm ission.h", 42 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm ission.h",
42 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", 43 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h",
43 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 44 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
44 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 45 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
45 "+third_party/WebKit/public/web/WebAXEnums.h", 46 "+third_party/WebKit/public/web/WebAXEnums.h",
46 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 47 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
47 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 48 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
48 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", 49 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
49 "+third_party/WebKit/public/web/WebDragOperation.h", 50 "+third_party/WebKit/public/web/WebDragOperation.h",
50 "+third_party/WebKit/public/web/WebDragStatus.h", 51 "+third_party/WebKit/public/web/WebDragStatus.h",
51 "+third_party/WebKit/public/web/WebFindOptions.h", 52 "+third_party/WebKit/public/web/WebFindOptions.h",
52 "+third_party/WebKit/public/web/WebInputEvent.h", 53 "+third_party/WebKit/public/web/WebInputEvent.h",
53 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 54 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
54 "+third_party/WebKit/public/web/WebPluginAction.h", 55 "+third_party/WebKit/public/web/WebPluginAction.h",
55 "+third_party/WebKit/public/web/WebPopupType.h", 56 "+third_party/WebKit/public/web/WebPopupType.h",
56 "+third_party/WebKit/public/web/WebTextDirection.h", 57 "+third_party/WebKit/public/web/WebTextDirection.h",
57 "+third_party/WebKit/public/web/WebTreeScopeType.h", 58 "+third_party/WebKit/public/web/WebTreeScopeType.h",
58 "+third_party/WebKit/public/web/WebWindowFeatures.h", 59 "+third_party/WebKit/public/web/WebWindowFeatures.h",
59 ] 60 ]
60 61
61 specific_include_rules = { 62 specific_include_rules = {
62 # Java bridge code passes NPAPI types to the browser process. Crazy! 63 # Java bridge code passes NPAPI types to the browser process. Crazy!
63 "java_bridge_messages\.h": [ 64 "java_bridge_messages\.h": [
64 "+content/child" 65 "+content/child"
65 ] 66 ]
66 } 67 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698