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

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

Issue 1820083005: Remove platform/NotImplemented.*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'LinkHash.cpp', 65 'LinkHash.cpp',
66 'LinkHash.h', 66 'LinkHash.h',
67 'Logging.cpp', 67 'Logging.cpp',
68 'Logging.h', 68 'Logging.h',
69 'MIMETypeFromURL.cpp', 69 'MIMETypeFromURL.cpp',
70 'MIMETypeFromURL.h', 70 'MIMETypeFromURL.h',
71 'MIMETypeRegistry.cpp', 71 'MIMETypeRegistry.cpp',
72 'MIMETypeRegistry.h', 72 'MIMETypeRegistry.h',
73 'MemoryPurgeController.cpp', 73 'MemoryPurgeController.cpp',
74 'MemoryPurgeController.h', 74 'MemoryPurgeController.h',
75 'NotImplemented.cpp',
76 'NotImplemented.h',
77 'PartitionAllocMemoryDumpProvider.cpp', 75 'PartitionAllocMemoryDumpProvider.cpp',
78 'PartitionAllocMemoryDumpProvider.h', 76 'PartitionAllocMemoryDumpProvider.h',
79 'PODArena.h', 77 'PODArena.h',
80 'PODFreeListArena.h', 78 'PODFreeListArena.h',
81 'PODInterval.h', 79 'PODInterval.h',
82 'PODIntervalTree.h', 80 'PODIntervalTree.h',
83 'PODRedBlackTree.h', 81 'PODRedBlackTree.h',
84 'ParsingUtilities.h', 82 'ParsingUtilities.h',
85 'PasteMode.h', 83 'PasteMode.h',
86 'PlatformEvent.h', 84 'PlatformEvent.h',
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 ['OS!="mac"', 1284 ['OS!="mac"',
1287 { 1285 {
1288 'platform_test_files': [ 1286 'platform_test_files': [
1289 'scroll/ScrollAnimatorTest.cpp', 1287 'scroll/ScrollAnimatorTest.cpp',
1290 ], 1288 ],
1291 } 1289 }
1292 ], 1290 ],
1293 ], 1291 ],
1294 }, 1292 },
1295 } 1293 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698