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

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

Issue 48623005: Move RefCountedSupplement 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
« no previous file with comments | « Source/platform/RefCountedSupplement.h ('k') | no next file » | 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 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'Clock.cpp', 7 'Clock.cpp',
8 'Clock.h', 8 'Clock.h',
9 'ContentType.cpp', 9 'ContentType.cpp',
10 'ContentType.h', 10 'ContentType.h',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'PlatformThreadData.cpp', 70 'PlatformThreadData.cpp',
71 'PlatformThreadData.h', 71 'PlatformThreadData.h',
72 'PlatformTouchEvent.h', 72 'PlatformTouchEvent.h',
73 'PlatformTouchPoint.h', 73 'PlatformTouchPoint.h',
74 'PlatformWheelEvent.h', 74 'PlatformWheelEvent.h',
75 'Prerender.cpp', 75 'Prerender.cpp',
76 'Prerender.h', 76 'Prerender.h',
77 'PrerenderClient.h', 77 'PrerenderClient.h',
78 'PurgeableBuffer.cpp', 78 'PurgeableBuffer.cpp',
79 'PurgeableBuffer.h', 79 'PurgeableBuffer.h',
80 'RefCountedSupplement.h',
80 'SSLKeyGenerator.cpp', 81 'SSLKeyGenerator.cpp',
81 'SSLKeyGenerator.h', 82 'SSLKeyGenerator.h',
82 'SecureTextInput.cpp', 83 'SecureTextInput.cpp',
83 'SecureTextInput.h', 84 'SecureTextInput.h',
84 'SerializedResource.h', 85 'SerializedResource.h',
85 'SharedBuffer.cpp', 86 'SharedBuffer.cpp',
86 'SharedBuffer.h', 87 'SharedBuffer.h',
87 'SharedBufferChunkReader.cpp', 88 'SharedBufferChunkReader.cpp',
88 'SharedBufferChunkReader.h', 89 'SharedBufferChunkReader.h',
89 'SharedTimer.cpp', 90 'SharedTimer.cpp',
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'geometry/RoundedRectTest.cpp', 413 'geometry/RoundedRectTest.cpp',
413 'graphics/ThreadSafeDataTransportTest.cpp', 414 'graphics/ThreadSafeDataTransportTest.cpp',
414 'testing/ArenaTestHelpers.h', 415 'testing/ArenaTestHelpers.h',
415 'testing/TreeTestHelpers.cpp', 416 'testing/TreeTestHelpers.cpp',
416 'testing/TreeTestHelpers.h', 417 'testing/TreeTestHelpers.h',
417 'text/BidiResolverTest.cpp', 418 'text/BidiResolverTest.cpp',
418 'text/DateTimeFormatTest.cpp', 419 'text/DateTimeFormatTest.cpp',
419 ], 420 ],
420 }, 421 },
421 } 422 }
OLDNEW
« no previous file with comments | « Source/platform/RefCountedSupplement.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698