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

Side by Side Diff: content/browser/DEPS

Issue 829803003: Adding Chrome-side WebVR interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates/cleanups before pulling in reviewers. Created 5 years, 9 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 "+content/app/strings/grit", # For generated headers 2 "+content/app/strings/grit", # For generated headers
3 "+content/public/browser", 3 "+content/public/browser",
4 "+device/battery", # For battery status service. 4 "+device/battery", # For battery status service.
5 "+device/vibration", # For Vibration API 5 "+device/vibration", # For Vibration API
6 "+media/audio", # For audio input for speech input feature. 6 "+media/audio", # For audio input for speech input feature.
7 "+media/base", # For Android JNI registration. 7 "+media/base", # For Android JNI registration.
8 "+media/filters", # For reporting GPU decoding UMA. 8 "+media/filters", # For reporting GPU decoding UMA.
9 "+media/midi", # For Web MIDI API 9 "+media/midi", # For Web MIDI API
10 "+media/mojo", # For mojo media services. 10 "+media/mojo", # For mojo media services.
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", 56 "+third_party/WebKit/public/platform/WebScreenOrientationType.h",
57 "+third_party/WebKit/public/platform/WebScreenInfo.h", 57 "+third_party/WebKit/public/platform/WebScreenInfo.h",
58 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", 58 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h",
59 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", 59 "+third_party/WebKit/public/platform/WebServiceWorkerError.h",
60 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", 60 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h",
61 "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h", 61 "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h",
62 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", 62 "+third_party/WebKit/public/platform/WebServiceWorkerState.h",
63 "+third_party/WebKit/public/platform/WebString.h", 63 "+third_party/WebKit/public/platform/WebString.h",
64 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm ission.h", 64 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm ission.h",
65 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 65 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
66 "+third_party/WebKit/public/platform/WebVR.h",
66 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 67 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
67 "+third_party/WebKit/public/web/WebAXEnums.h", 68 "+third_party/WebKit/public/web/WebAXEnums.h",
68 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 69 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
69 "+third_party/WebKit/public/web/WebConsoleMessage.h", 70 "+third_party/WebKit/public/web/WebConsoleMessage.h",
70 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 71 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
71 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", 72 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
72 "+third_party/WebKit/public/web/WebDragOperation.h", 73 "+third_party/WebKit/public/web/WebDragOperation.h",
73 "+third_party/WebKit/public/web/WebDragStatus.h", 74 "+third_party/WebKit/public/web/WebDragStatus.h",
74 "+third_party/WebKit/public/web/WebFindOptions.h", 75 "+third_party/WebKit/public/web/WebFindOptions.h",
75 "+third_party/WebKit/public/web/WebInputEvent.h", 76 "+third_party/WebKit/public/web/WebInputEvent.h",
76 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 77 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
77 "+third_party/WebKit/public/web/WebPageSerializerClient.h", 78 "+third_party/WebKit/public/web/WebPageSerializerClient.h",
78 "+third_party/WebKit/public/web/WebPluginAction.h", 79 "+third_party/WebKit/public/web/WebPluginAction.h",
79 "+third_party/WebKit/public/web/WebPopupType.h", 80 "+third_party/WebKit/public/web/WebPopupType.h",
80 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", 81 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h",
81 "+third_party/WebKit/public/web/WebTextDirection.h", 82 "+third_party/WebKit/public/web/WebTextDirection.h",
82 "+third_party/WebKit/public/web/WebTextInputType.h", 83 "+third_party/WebKit/public/web/WebTextInputType.h",
83 84
84 # These should be burned down. http://crbug.com/237267 85 # These should be burned down. http://crbug.com/237267
85 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", 86 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h",
86 87
87 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 88 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
88 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 89 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
89 # for more information. 90 # for more information.
90 ] 91 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698