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

Side by Side Diff: Source/Platform/Platform.gypi

Issue 14746002: Add WebPrescientNetworking to trigger preconnect from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add virtual d-tor Created 7 years, 7 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 | Source/Platform/chromium/public/Platform.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 # 1 #
2 # Copyright (C) 2011 Google Inc. All rights reserved. 2 # Copyright (C) 2011 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'chromium/public/WebMediaStreamSourcesRequest.h', 110 'chromium/public/WebMediaStreamSourcesRequest.h',
111 'chromium/public/WebMediaStreamTrack.h', 111 'chromium/public/WebMediaStreamTrack.h',
112 'chromium/public/WebMessagePortChannel.h', 112 'chromium/public/WebMessagePortChannel.h',
113 'chromium/public/WebMessagePortChannelClient.h', 113 'chromium/public/WebMessagePortChannelClient.h',
114 'chromium/public/WebMimeRegistry.h', 114 'chromium/public/WebMimeRegistry.h',
115 'chromium/public/WebNonCopyable.h', 115 'chromium/public/WebNonCopyable.h',
116 'chromium/public/WebPluginListBuilder.h', 116 'chromium/public/WebPluginListBuilder.h',
117 'chromium/public/WebPoint.h', 117 'chromium/public/WebPoint.h',
118 'chromium/public/WebPrerender.h', 118 'chromium/public/WebPrerender.h',
119 'chromium/public/WebPrerenderingSupport.h', 119 'chromium/public/WebPrerenderingSupport.h',
120 'chromium/public/WebPrescientNetworking.h',
120 'chromium/public/WebPrivateOwnPtr.h', 121 'chromium/public/WebPrivateOwnPtr.h',
121 'chromium/public/WebPrivatePtr.h', 122 'chromium/public/WebPrivatePtr.h',
122 'chromium/public/WebRTCConfiguration.h', 123 'chromium/public/WebRTCConfiguration.h',
123 'chromium/public/WebRTCDTMFSenderHandler.h', 124 'chromium/public/WebRTCDTMFSenderHandler.h',
124 'chromium/public/WebRTCDTMFSenderHandlerClient.h', 125 'chromium/public/WebRTCDTMFSenderHandlerClient.h',
125 'chromium/public/WebRTCDataChannelHandler.h', 126 'chromium/public/WebRTCDataChannelHandler.h',
126 'chromium/public/WebRTCDataChannelHandlerClient.h', 127 'chromium/public/WebRTCDataChannelHandlerClient.h',
127 'chromium/public/WebRTCICECandidate.h', 128 'chromium/public/WebRTCICECandidate.h',
128 'chromium/public/WebRTCPeerConnectionHandler.h', 129 'chromium/public/WebRTCPeerConnectionHandler.h',
129 'chromium/public/WebRTCPeerConnectionHandlerClient.h', 130 'chromium/public/WebRTCPeerConnectionHandlerClient.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'chromium/public/linux/WebFontInfo.h', 174 'chromium/public/linux/WebFontInfo.h',
174 'chromium/public/linux/WebFontRenderStyle.h', 175 'chromium/public/linux/WebFontRenderStyle.h',
175 'chromium/public/linux/WebSandboxSupport.h', 176 'chromium/public/linux/WebSandboxSupport.h',
176 'chromium/public/mac/WebSandboxSupport.h', 177 'chromium/public/mac/WebSandboxSupport.h',
177 'chromium/public/mac/WebThemeEngine.h', 178 'chromium/public/mac/WebThemeEngine.h',
178 'chromium/public/win/WebSandboxSupport.h', 179 'chromium/public/win/WebSandboxSupport.h',
179 'chromium/public/win/WebThemeEngine.h', 180 'chromium/public/win/WebThemeEngine.h',
180 ] 181 ]
181 } 182 }
182 } 183 }
OLDNEW
« no previous file with comments | « no previous file | Source/Platform/chromium/public/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698