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

Side by Side Diff: content/common/DEPS

Issue 1339613002: Explicitly include MacScrollTypes.h in view_messages.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | content/common/view_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 5
6 # No inclusion of WebKit from the browser, other than strictly enum/POD, 6 # No inclusion of WebKit from the browser, other than strictly enum/POD,
7 # header-only types, and some selected common code. 7 # header-only types, and some selected common code.
8 "-third_party/WebKit", 8 "-third_party/WebKit",
9 "+third_party/WebKit/public/platform/WebBatteryStatus.h", 9 "+third_party/WebKit/public/platform/WebBatteryStatus.h",
10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", 10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h",
(...skipping 11 matching lines...) Expand all
22 "+third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h", 22 "+third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h",
23 "+third_party/WebKit/public/platform/WebHTTPBody.h", 23 "+third_party/WebKit/public/platform/WebHTTPBody.h",
24 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h", 24 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h",
25 "+third_party/WebKit/public/platform/WebPageVisibilityState.h", 25 "+third_party/WebKit/public/platform/WebPageVisibilityState.h",
26 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 26 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
27 "+third_party/WebKit/public/platform/WebScreenInfo.h", 27 "+third_party/WebKit/public/platform/WebScreenInfo.h",
28 "+third_party/WebKit/public/platform/WebStorageArea.h", 28 "+third_party/WebKit/public/platform/WebStorageArea.h",
29 "+third_party/WebKit/public/platform/WebString.h", 29 "+third_party/WebKit/public/platform/WebString.h",
30 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", 30 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h",
31 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", 31 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
32 "+third_party/WebKit/public/platform/mac/MacScrollTypes.h",
32 "+third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h", 33 "+third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h",
33 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", 34 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
34 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm ission.h", 35 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm ission.h",
35 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", 36 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h",
36 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 37 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
37 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 38 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
38 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h", 39 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h",
39 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h", 40 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h",
40 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h", 41 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h",
41 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h", 42 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h",
(...skipping 18 matching lines...) Expand all
60 "+third_party/WebKit/public/web/WebWindowFeatures.h", 61 "+third_party/WebKit/public/web/WebWindowFeatures.h",
61 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 62 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
62 ] 63 ]
63 64
64 specific_include_rules = { 65 specific_include_rules = {
65 # Java bridge code passes NPAPI types to the browser process. Crazy! 66 # Java bridge code passes NPAPI types to the browser process. Crazy!
66 "java_bridge_messages\.h": [ 67 "java_bridge_messages\.h": [
67 "+content/child" 68 "+content/child"
68 ] 69 ]
69 } 70 }
OLDNEW
« no previous file with comments | « no previous file | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698