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

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

Issue 2066253002: Fix Refcount in FontDataCache for objects from FontFallbackIterator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 'fonts/FontCacheKey.h', 397 'fonts/FontCacheKey.h',
398 'fonts/FontCacheMemoryDumpProvider.h', 398 'fonts/FontCacheMemoryDumpProvider.h',
399 'fonts/FontCacheMemoryDumpProvider.cpp', 399 'fonts/FontCacheMemoryDumpProvider.cpp',
400 'fonts/FontCustomPlatformData.h', 400 'fonts/FontCustomPlatformData.h',
401 'fonts/FontCustomPlatformData.cpp', 401 'fonts/FontCustomPlatformData.cpp',
402 'fonts/FontData.cpp', 402 'fonts/FontData.cpp',
403 'fonts/FontData.h', 403 'fonts/FontData.h',
404 'fonts/FontDataCache.cpp', 404 'fonts/FontDataCache.cpp',
405 'fonts/FontDataCache.h', 405 'fonts/FontDataCache.h',
406 'fonts/FontDataForRangeSet.h', 406 'fonts/FontDataForRangeSet.h',
407 'fonts/FontDataForRangeSet.cpp',
407 'fonts/FontDescription.cpp', 408 'fonts/FontDescription.cpp',
408 'fonts/FontFaceCreationParams.h', 409 'fonts/FontFaceCreationParams.h',
409 'fonts/FontFallbackIterator.cpp', 410 'fonts/FontFallbackIterator.cpp',
410 'fonts/FontFallbackIterator.h', 411 'fonts/FontFallbackIterator.h',
411 'fonts/FontFallbackList.cpp', 412 'fonts/FontFallbackList.cpp',
412 'fonts/FontFallbackList.h', 413 'fonts/FontFallbackList.h',
413 'fonts/FontFallbackPriority.h', 414 'fonts/FontFallbackPriority.h',
414 'fonts/FontFallbackPriority.cpp', 415 'fonts/FontFallbackPriority.cpp',
415 'fonts/FontFamily.cpp', 416 'fonts/FontFamily.cpp',
416 'fonts/FontFamily.h', 417 'fonts/FontFamily.h',
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
1335 ['use_default_render_theme==1', 1336 ['use_default_render_theme==1',
1336 { 1337 {
1337 'platform_test_files': [ 1338 'platform_test_files': [
1338 'scroll/ScrollbarThemeAuraTest.cpp', 1339 'scroll/ScrollbarThemeAuraTest.cpp',
1339 ], 1340 ],
1340 } 1341 }
1341 ], 1342 ],
1342 ], 1343 ],
1343 }, 1344 },
1344 } 1345 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698