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

Side by Side Diff: content/browser/DEPS

Issue 1254023006: Move ServiceWorker public headers to public/{web,platform}/modules/serviceworker (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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 # Allow inclusion of specific components that we depend on. We may only 2 # Allow inclusion of specific components that we depend on. We may only
3 # depend on components which we share with the mojo html_viewer. 3 # depend on components which we share with the mojo html_viewer.
4 "+components/mime_util", 4 "+components/mime_util",
5 "+components/scheduler/common", 5 "+components/scheduler/common",
6 "+components/tracing", 6 "+components/tracing",
7 "+components/url_formatter", 7 "+components/url_formatter",
8 8
9 "+content/app/strings/grit", # For generated headers 9 "+content/app/strings/grit", # For generated headers
10 "+content/public/browser", 10 "+content/public/browser",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "+third_party/WebKit/public/platform/WebCursorInfo.h", 45 "+third_party/WebKit/public/platform/WebCursorInfo.h",
46 "+third_party/WebKit/public/platform/WebDisplayMode.h", 46 "+third_party/WebKit/public/platform/WebDisplayMode.h",
47 "+third_party/WebKit/public/platform/WebFocusType.h", 47 "+third_party/WebKit/public/platform/WebFocusType.h",
48 "+third_party/WebKit/public/platform/WebGamepad.h", 48 "+third_party/WebKit/public/platform/WebGamepad.h",
49 "+third_party/WebKit/public/platform/WebGamepads.h", 49 "+third_party/WebKit/public/platform/WebGamepads.h",
50 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", 50 "+third_party/WebKit/public/platform/WebGeofencingEventType.h",
51 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", 51 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
52 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h", 52 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h",
53 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 53 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
54 "+third_party/WebKit/public/platform/WebScreenInfo.h", 54 "+third_party/WebKit/public/platform/WebScreenInfo.h",
55 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
56 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h",
57 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h",
58 "+third_party/WebKit/public/platform/WebServiceWorkerError.h",
59 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h",
60 "+third_party/WebKit/public/platform/WebServiceWorkerResponseError.h",
61 "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h",
62 "+third_party/WebKit/public/platform/WebServiceWorkerState.h",
63 "+third_party/WebKit/public/platform/WebString.h", 55 "+third_party/WebKit/public/platform/WebString.h",
64 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException .h", 56 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException .h",
65 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", 57 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
66 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm ission.h", 58 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm ission.h",
67 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 59 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
60 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
61 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h",
62 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h",
63 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h",
64 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h",
65 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h",
66 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h",
67 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h",
68 "+third_party/WebKit/public/platform/modules/vr/WebVR.h", 68 "+third_party/WebKit/public/platform/modules/vr/WebVR.h",
69 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
70 "+third_party/WebKit/public/web/WebAXEnums.h", 69 "+third_party/WebKit/public/web/WebAXEnums.h",
71 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 70 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
72 "+third_party/WebKit/public/web/WebConsoleMessage.h", 71 "+third_party/WebKit/public/web/WebConsoleMessage.h",
72 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
tkent 2015/08/17 00:32:31 Looks this is not in sorted position.
kinuko 2015/08/18 07:52:24 Done.
73 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 73 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
74 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", 74 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
75 "+third_party/WebKit/public/web/WebDragOperation.h", 75 "+third_party/WebKit/public/web/WebDragOperation.h",
76 "+third_party/WebKit/public/web/WebDragStatus.h", 76 "+third_party/WebKit/public/web/WebDragStatus.h",
77 "+third_party/WebKit/public/web/WebFindOptions.h", 77 "+third_party/WebKit/public/web/WebFindOptions.h",
78 "+third_party/WebKit/public/web/WebInputEvent.h", 78 "+third_party/WebKit/public/web/WebInputEvent.h",
79 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 79 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
80 "+third_party/WebKit/public/web/WebPageSerializerClient.h", 80 "+third_party/WebKit/public/web/WebPageSerializerClient.h",
81 "+third_party/WebKit/public/web/WebPluginAction.h", 81 "+third_party/WebKit/public/web/WebPluginAction.h",
82 "+third_party/WebKit/public/web/WebPopupType.h", 82 "+third_party/WebKit/public/web/WebPopupType.h",
83 "+third_party/WebKit/public/web/WebSandboxFlags.h", 83 "+third_party/WebKit/public/web/WebSandboxFlags.h",
84 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", 84 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h",
85 "+third_party/WebKit/public/web/WebTextDirection.h", 85 "+third_party/WebKit/public/web/WebTextDirection.h",
86 "+third_party/WebKit/public/web/WebTextInputType.h", 86 "+third_party/WebKit/public/web/WebTextInputType.h",
87 "+third_party/WebKit/public/web/WebTreeScopeType.h", 87 "+third_party/WebKit/public/web/WebTreeScopeType.h",
88 88
89 # These should be burned down. http://crbug.com/237267 89 # These should be burned down. http://crbug.com/237267
90 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", 90 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h",
91 91
92 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 92 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
93 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 93 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
94 # for more information. 94 # for more information.
95 ] 95 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698