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

Side by Side Diff: content/common/DEPS

Issue 894683002: Mechanical change for updating the paths to Push-related Blink API files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 5 years, 10 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
« no previous file with comments | « content/child/push_messaging/push_provider.cc ('k') | content/common/push_messaging_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "-webkit/renderer", 5 "-webkit/renderer",
6 6
7 # No inclusion of WebKit from the browser, other than strictly enum/POD, 7 # No inclusion of WebKit from the browser, other than strictly enum/POD,
8 # header-only types, and some selected common code. 8 # header-only types, and some selected common code.
9 "-third_party/WebKit", 9 "-third_party/WebKit",
10 "+third_party/WebKit/public/platform/WebBatteryStatus.h", 10 "+third_party/WebKit/public/platform/WebBatteryStatus.h",
11 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", 11 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h",
12 "+third_party/WebKit/public/platform/WebCString.h", 12 "+third_party/WebKit/public/platform/WebCString.h",
13 "+third_party/WebKit/public/platform/WebDeviceMotionData.h", 13 "+third_party/WebKit/public/platform/WebDeviceMotionData.h",
14 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h", 14 "+third_party/WebKit/public/platform/WebDeviceOrientationData.h",
15 "+third_party/WebKit/public/platform/WebFloatPoint.h", 15 "+third_party/WebKit/public/platform/WebFloatPoint.h",
16 "+third_party/WebKit/public/platform/WebFloatRect.h", 16 "+third_party/WebKit/public/platform/WebFloatRect.h",
17 "+third_party/WebKit/public/platform/WebFocusType.h", 17 "+third_party/WebKit/public/platform/WebFocusType.h",
18 "+third_party/WebKit/public/platform/WebGamepad.h", 18 "+third_party/WebKit/public/platform/WebGamepad.h",
19 "+third_party/WebKit/public/platform/WebGamepads.h", 19 "+third_party/WebKit/public/platform/WebGamepads.h",
20 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", 20 "+third_party/WebKit/public/platform/WebGeofencingEventType.h",
21 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", 21 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
22 "+third_party/WebKit/public/platform/WebHTTPBody.h", 22 "+third_party/WebKit/public/platform/WebHTTPBody.h",
23 "+third_party/WebKit/public/platform/WebIDBCursor.h", 23 "+third_party/WebKit/public/platform/WebIDBCursor.h",
24 "+third_party/WebKit/public/platform/WebIDBDatabase.h", 24 "+third_party/WebKit/public/platform/WebIDBDatabase.h",
25 "+third_party/WebKit/public/platform/WebIDBTypes.h", 25 "+third_party/WebKit/public/platform/WebIDBTypes.h",
26 "+third_party/WebKit/public/platform/WebLockOrientationError.h", 26 "+third_party/WebKit/public/platform/WebLockOrientationError.h",
27 "+third_party/WebKit/public/platform/WebPageVisibilityState.h", 27 "+third_party/WebKit/public/platform/WebPageVisibilityState.h",
28 "+third_party/WebKit/public/platform/WebPushError.h",
29 "+third_party/WebKit/public/platform/WebPushPermissionStatus.h",
30 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 28 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
31 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", 29 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
32 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", 30 "+third_party/WebKit/public/platform/WebScreenOrientationType.h",
33 "+third_party/WebKit/public/platform/WebScreenInfo.h", 31 "+third_party/WebKit/public/platform/WebScreenInfo.h",
34 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", 32 "+third_party/WebKit/public/platform/WebServiceWorkerError.h",
35 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", 33 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h",
36 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", 34 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h",
37 "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h", 35 "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h",
38 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", 36 "+third_party/WebKit/public/platform/WebServiceWorkerState.h",
39 "+third_party/WebKit/public/platform/WebStorageArea.h", 37 "+third_party/WebKit/public/platform/WebStorageArea.h",
40 "+third_party/WebKit/public/platform/WebString.h", 38 "+third_party/WebKit/public/platform/WebString.h",
41 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", 39 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
42 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", 40 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h",
43 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm ission.h", 41 "+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/WebPushPermissionS tatus.h",
44 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 44 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
45 "+third_party/WebKit/public/web/WebAXEnums.h", 45 "+third_party/WebKit/public/web/WebAXEnums.h",
46 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 46 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
47 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 47 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
48 "+third_party/WebKit/public/web/WebDragOperation.h", 48 "+third_party/WebKit/public/web/WebDragOperation.h",
49 "+third_party/WebKit/public/web/WebDragStatus.h", 49 "+third_party/WebKit/public/web/WebDragStatus.h",
50 "+third_party/WebKit/public/web/WebFindOptions.h", 50 "+third_party/WebKit/public/web/WebFindOptions.h",
51 "+third_party/WebKit/public/web/WebInputEvent.h", 51 "+third_party/WebKit/public/web/WebInputEvent.h",
52 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 52 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
53 "+third_party/WebKit/public/web/WebPluginAction.h", 53 "+third_party/WebKit/public/web/WebPluginAction.h",
54 "+third_party/WebKit/public/web/WebPopupType.h", 54 "+third_party/WebKit/public/web/WebPopupType.h",
55 "+third_party/WebKit/public/web/WebTextDirection.h", 55 "+third_party/WebKit/public/web/WebTextDirection.h",
56 "+third_party/WebKit/public/web/WebWindowFeatures.h", 56 "+third_party/WebKit/public/web/WebWindowFeatures.h",
57 ] 57 ]
58 58
59 specific_include_rules = { 59 specific_include_rules = {
60 # Java bridge code passes NPAPI types to the browser process. Crazy! 60 # Java bridge code passes NPAPI types to the browser process. Crazy!
61 "java_bridge_messages\.h": [ 61 "java_bridge_messages\.h": [
62 "+content/child" 62 "+content/child"
63 ] 63 ]
64 } 64 }
OLDNEW
« no previous file with comments | « content/child/push_messaging/push_provider.cc ('k') | content/common/push_messaging_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698