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

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

Issue 1041103002: PartitionAlloc: Centralize Partition allocators into one place (Part 1) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'MIMETypeRegistry.cpp', 72 'MIMETypeRegistry.cpp',
73 'MIMETypeRegistry.h', 73 'MIMETypeRegistry.h',
74 'NotImplemented.cpp', 74 'NotImplemented.cpp',
75 'NotImplemented.h', 75 'NotImplemented.h',
76 'PODArena.h', 76 'PODArena.h',
77 'PODFreeListArena.h', 77 'PODFreeListArena.h',
78 'PODInterval.h', 78 'PODInterval.h',
79 'PODIntervalTree.h', 79 'PODIntervalTree.h',
80 'PODRedBlackTree.h', 80 'PODRedBlackTree.h',
81 'ParsingUtilities.h', 81 'ParsingUtilities.h',
82 'Partitions.cpp',
83 'Partitions.h',
84 'PasteMode.h', 82 'PasteMode.h',
85 'PlatformEvent.h', 83 'PlatformEvent.h',
86 'PlatformGestureEvent.h', 84 'PlatformGestureEvent.h',
87 'PlatformInstrumentation.cpp', 85 'PlatformInstrumentation.cpp',
88 'PlatformInstrumentation.h', 86 'PlatformInstrumentation.h',
89 'PlatformKeyboardEvent.cpp', 87 'PlatformKeyboardEvent.cpp',
90 'PlatformKeyboardEvent.h', 88 'PlatformKeyboardEvent.h',
91 'PlatformMouseEvent.h', 89 'PlatformMouseEvent.h',
92 'PlatformResourceLoader.cpp', 90 'PlatformResourceLoader.cpp',
93 'PlatformResourceLoader.h', 91 'PlatformResourceLoader.h',
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 'image-decoders/webp/WEBPImageDecoderTest.cpp', 999 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1002 ], 1000 ],
1003 'platform_unittest_support_files': [ 1001 'platform_unittest_support_files': [
1004 'testing/URLTestHelpers.cpp', 1002 'testing/URLTestHelpers.cpp',
1005 'testing/URLTestHelpers.h', 1003 'testing/URLTestHelpers.h',
1006 'testing/UnitTestHelpers.cpp', 1004 'testing/UnitTestHelpers.cpp',
1007 'testing/UnitTestHelpers.h', 1005 'testing/UnitTestHelpers.h',
1008 ], 1006 ],
1009 }, 1007 },
1010 } 1008 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698