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

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

Issue 1826283004: Revert NotImplemented() changes in r383029 and r383047. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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',
75 'PartitionAllocMemoryDumpProvider.cpp', 77 'PartitionAllocMemoryDumpProvider.cpp',
76 'PartitionAllocMemoryDumpProvider.h', 78 'PartitionAllocMemoryDumpProvider.h',
77 'PODArena.h', 79 'PODArena.h',
78 'PODFreeListArena.h', 80 'PODFreeListArena.h',
79 'PODInterval.h', 81 'PODInterval.h',
80 'PODIntervalTree.h', 82 'PODIntervalTree.h',
81 'PODRedBlackTree.h', 83 'PODRedBlackTree.h',
82 'ParsingUtilities.h', 84 'ParsingUtilities.h',
83 'PasteMode.h', 85 'PasteMode.h',
84 'PlatformEvent.h', 86 'PlatformEvent.h',
(...skipping 1202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1287 ['OS!="mac"', 1289 ['OS!="mac"',
1288 { 1290 {
1289 'platform_test_files': [ 1291 'platform_test_files': [
1290 'scroll/ScrollAnimatorTest.cpp', 1292 'scroll/ScrollAnimatorTest.cpp',
1291 ], 1293 ],
1292 } 1294 }
1293 ], 1295 ],
1294 ], 1296 ],
1295 }, 1297 },
1296 } 1298 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698