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

Side by Side Diff: content/common/DEPS

Issue 381633005: Refactor Web Notification permission requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+media/audio", 2 "+media/audio",
3 "+media/base", 3 "+media/base",
4 "-webkit/browser", 4 "-webkit/browser",
5 "-webkit/child", 5 "-webkit/child",
6 "-webkit/renderer", 6 "-webkit/renderer",
7 7
8 # No inclusion of WebKit from the browser, other than strictly enum/POD, 8 # No inclusion of WebKit from the browser, other than strictly enum/POD,
9 # header-only types, and some selected common code. 9 # header-only types, and some selected common code.
10 "-third_party/WebKit", 10 "-third_party/WebKit",
11 "+third_party/WebKit/public/platform/WebBatteryStatus.h", 11 "+third_party/WebKit/public/platform/WebBatteryStatus.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/WebGamepad.h", 17 "+third_party/WebKit/public/platform/WebGamepad.h",
18 "+third_party/WebKit/public/platform/WebGamepads.h", 18 "+third_party/WebKit/public/platform/WebGamepads.h",
19 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", 19 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
20 "+third_party/WebKit/public/platform/WebHTTPBody.h", 20 "+third_party/WebKit/public/platform/WebHTTPBody.h",
21 "+third_party/WebKit/public/platform/WebIDBCursor.h", 21 "+third_party/WebKit/public/platform/WebIDBCursor.h",
22 "+third_party/WebKit/public/platform/WebIDBDatabase.h", 22 "+third_party/WebKit/public/platform/WebIDBDatabase.h",
23 "+third_party/WebKit/public/platform/WebIDBTypes.h", 23 "+third_party/WebKit/public/platform/WebIDBTypes.h",
24 "+third_party/WebKit/public/platform/WebLockOrientationError.h", 24 "+third_party/WebKit/public/platform/WebLockOrientationError.h",
25 "+third_party/WebKit/public/platform/WebNotificationPermission.h",
25 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 26 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
26 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", 27 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
27 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", 28 "+third_party/WebKit/public/platform/WebScreenOrientationType.h",
28 "+third_party/WebKit/public/platform/WebScreenInfo.h", 29 "+third_party/WebKit/public/platform/WebScreenInfo.h",
29 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", 30 "+third_party/WebKit/public/platform/WebServiceWorkerError.h",
30 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", 31 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h",
31 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", 32 "+third_party/WebKit/public/platform/WebServiceWorkerState.h",
32 "+third_party/WebKit/public/platform/WebStorageArea.h", 33 "+third_party/WebKit/public/platform/WebStorageArea.h",
33 "+third_party/WebKit/public/platform/WebString.h", 34 "+third_party/WebKit/public/platform/WebString.h",
34 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", 35 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
(...skipping 13 matching lines...) Expand all
48 "+third_party/WebKit/public/web/WebTextDirection.h", 49 "+third_party/WebKit/public/web/WebTextDirection.h",
49 "+third_party/WebKit/public/web/WebWindowFeatures.h", 50 "+third_party/WebKit/public/web/WebWindowFeatures.h",
50 ] 51 ]
51 52
52 specific_include_rules = { 53 specific_include_rules = {
53 # Java bridge code passes NPAPI types to the browser process. Crazy! 54 # Java bridge code passes NPAPI types to the browser process. Crazy!
54 "java_bridge_messages\.h": [ 55 "java_bridge_messages\.h": [
55 "+content/child" 56 "+content/child"
56 ] 57 ]
57 } 58 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698