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

Side by Side Diff: content/common/DEPS

Issue 871013003: Gather the ServiceWorker client information in the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rfh_getvisibilitystate
Patch Set: added TODO 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
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",
(...skipping 14 matching lines...) Expand all
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/WebNotificationPermission.h", 27 "+third_party/WebKit/public/platform/WebNotificationPermission.h",
28 "+third_party/WebKit/public/platform/WebPageVisibilityState.h", 28 "+third_party/WebKit/public/platform/WebPageVisibilityState.h",
29 "+third_party/WebKit/public/platform/WebPushError.h", 29 "+third_party/WebKit/public/platform/WebPushError.h",
30 "+third_party/WebKit/public/platform/WebPushPermissionStatus.h", 30 "+third_party/WebKit/public/platform/WebPushPermissionStatus.h",
31 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 31 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
32 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", 32 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
33 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", 33 "+third_party/WebKit/public/platform/WebScreenOrientationType.h",
34 "+third_party/WebKit/public/platform/WebScreenInfo.h", 34 "+third_party/WebKit/public/platform/WebScreenInfo.h",
35 "+third_party/WebKit/public/platform/WebServiceWorkerClientsInfo.h",
jochen (gone - plz use gerrit) 2015/01/29 15:18:00 this is not an POD/enum header, so we can't add it
mlamouri (slow - plz ping) 2015/01/29 17:57:45 Removed.
35 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", 36 "+third_party/WebKit/public/platform/WebServiceWorkerError.h",
36 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", 37 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h",
37 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", 38 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h",
38 "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h", 39 "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h",
39 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", 40 "+third_party/WebKit/public/platform/WebServiceWorkerState.h",
40 "+third_party/WebKit/public/platform/WebStorageArea.h", 41 "+third_party/WebKit/public/platform/WebStorageArea.h",
41 "+third_party/WebKit/public/platform/WebString.h", 42 "+third_party/WebKit/public/platform/WebString.h",
42 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", 43 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
43 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", 44 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h",
44 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 45 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
(...skipping 10 matching lines...) Expand all
55 "+third_party/WebKit/public/web/WebTextDirection.h", 56 "+third_party/WebKit/public/web/WebTextDirection.h",
56 "+third_party/WebKit/public/web/WebWindowFeatures.h", 57 "+third_party/WebKit/public/web/WebWindowFeatures.h",
57 ] 58 ]
58 59
59 specific_include_rules = { 60 specific_include_rules = {
60 # Java bridge code passes NPAPI types to the browser process. Crazy! 61 # Java bridge code passes NPAPI types to the browser process. Crazy!
61 "java_bridge_messages\.h": [ 62 "java_bridge_messages\.h": [
62 "+content/child" 63 "+content/child"
63 ] 64 ]
64 } 65 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698