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

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

Issue 2175123002: Move platform/ParsingUtilities.h to wtf/text/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: I keep forgetting this bit... Created 4 years, 4 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'MIMETypeRegistry.h', 72 'MIMETypeRegistry.h',
73 'MemoryCacheDumpProvider.cpp', 73 'MemoryCacheDumpProvider.cpp',
74 'MemoryCacheDumpProvider.h', 74 'MemoryCacheDumpProvider.h',
75 'PartitionAllocMemoryDumpProvider.cpp', 75 'PartitionAllocMemoryDumpProvider.cpp',
76 'PartitionAllocMemoryDumpProvider.h', 76 'PartitionAllocMemoryDumpProvider.h',
77 'PODArena.h', 77 'PODArena.h',
78 'PODFreeListArena.h', 78 'PODFreeListArena.h',
79 'PODInterval.h', 79 'PODInterval.h',
80 'PODIntervalTree.h', 80 'PODIntervalTree.h',
81 'PODRedBlackTree.h', 81 'PODRedBlackTree.h',
82 'ParsingUtilities.h',
83 'PasteMode.h', 82 'PasteMode.h',
84 'PlatformEvent.h', 83 'PlatformEvent.h',
85 'PlatformGestureEvent.h', 84 'PlatformGestureEvent.h',
86 'PlatformInstrumentation.cpp', 85 'PlatformInstrumentation.cpp',
87 'PlatformInstrumentation.h', 86 'PlatformInstrumentation.h',
88 'PlatformKeyboardEvent.cpp', 87 'PlatformKeyboardEvent.cpp',
89 'PlatformKeyboardEvent.h', 88 'PlatformKeyboardEvent.h',
90 'PlatformMouseEvent.h', 89 'PlatformMouseEvent.h',
91 'PlatformResourceLoader.cpp', 90 'PlatformResourceLoader.cpp',
92 'PlatformResourceLoader.h', 91 'PlatformResourceLoader.h',
(...skipping 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1346 ['use_default_render_theme==1', 1345 ['use_default_render_theme==1',
1347 { 1346 {
1348 'platform_test_files': [ 1347 'platform_test_files': [
1349 'scroll/ScrollbarThemeAuraTest.cpp', 1348 'scroll/ScrollbarThemeAuraTest.cpp',
1350 ], 1349 ],
1351 } 1350 }
1352 ], 1351 ],
1353 ], 1352 ],
1354 }, 1353 },
1355 } 1354 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/ParsingUtilities.h ('k') | third_party/WebKit/Source/platform/network/HTTPParsers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698