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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 43443005: Move WebPrerenderingSupport to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'CalculationValue.cpp', 4 'CalculationValue.cpp',
5 'CalculationValue.h', 5 'CalculationValue.h',
6 'Clock.cpp', 6 'Clock.cpp',
7 'Clock.h', 7 'Clock.h',
8 'ContentType.cpp', 8 'ContentType.cpp',
9 'ContentType.h', 9 'ContentType.h',
10 'CrossThreadCopier.cpp', 10 'CrossThreadCopier.cpp',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'clipboard/ClipboardUtilitiesWin.cpp', 197 'clipboard/ClipboardUtilitiesWin.cpp',
198 'exported/Platform.cpp', 198 'exported/Platform.cpp',
199 'exported/WebAudioBus.cpp', 199 'exported/WebAudioBus.cpp',
200 'exported/WebAudioDevice.cpp', 200 'exported/WebAudioDevice.cpp',
201 'exported/WebBlobData.cpp', 201 'exported/WebBlobData.cpp',
202 'exported/WebData.cpp', 202 'exported/WebData.cpp',
203 'exported/WebActiveGestureAnimation.cpp', 203 'exported/WebActiveGestureAnimation.cpp',
204 'exported/WebActiveGestureAnimation.h', 204 'exported/WebActiveGestureAnimation.h',
205 'exported/WebHTTPBody.cpp', 205 'exported/WebHTTPBody.cpp',
206 'exported/WebHTTPLoadInfo.cpp', 206 'exported/WebHTTPLoadInfo.cpp',
207 'exported/WebPrerenderingSupport.cpp',
207 'exported/WebSocketStreamError.cpp', 208 'exported/WebSocketStreamError.cpp',
208 'exported/WebThreadSafeData.cpp', 209 'exported/WebThreadSafeData.cpp',
209 'exported/WebURL.cpp', 210 'exported/WebURL.cpp',
210 'exported/WebURLError.cpp', 211 'exported/WebURLError.cpp',
211 'exported/WebURLLoadTiming.cpp', 212 'exported/WebURLLoadTiming.cpp',
212 'exported/WebURLRequest.cpp', 213 'exported/WebURLRequest.cpp',
213 'exported/WebURLRequestPrivate.h', 214 'exported/WebURLRequestPrivate.h',
214 'exported/WebURLResponse.cpp', 215 'exported/WebURLResponse.cpp',
215 'exported/WebURLResponsePrivate.h', 216 'exported/WebURLResponsePrivate.h',
216 'fonts/FontBaseline.h', 217 'fonts/FontBaseline.h',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'geometry/RoundedRectTest.cpp', 366 'geometry/RoundedRectTest.cpp',
366 'graphics/ThreadSafeDataTransportTest.cpp', 367 'graphics/ThreadSafeDataTransportTest.cpp',
367 'testing/ArenaTestHelpers.h', 368 'testing/ArenaTestHelpers.h',
368 'testing/TreeTestHelpers.cpp', 369 'testing/TreeTestHelpers.cpp',
369 'testing/TreeTestHelpers.h', 370 'testing/TreeTestHelpers.h',
370 'text/BidiResolverTest.cpp', 371 'text/BidiResolverTest.cpp',
371 'text/DateTimeFormatTest.cpp', 372 'text/DateTimeFormatTest.cpp',
372 ], 373 ],
373 }, 374 },
374 } 375 }
OLDNEW
« no previous file with comments | « Source/core/platform/chromium/support/WebPrerenderingSupport.cpp ('k') | Source/platform/exported/WebPrerenderingSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698