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

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: Rebased Created 4 years, 5 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'fonts/FontCacheKey.h', 395 'fonts/FontCacheKey.h',
396 'fonts/FontCacheMemoryDumpProvider.h', 396 'fonts/FontCacheMemoryDumpProvider.h',
397 'fonts/FontCacheMemoryDumpProvider.cpp', 397 'fonts/FontCacheMemoryDumpProvider.cpp',
398 'fonts/FontCustomPlatformData.h', 398 'fonts/FontCustomPlatformData.h',
399 'fonts/FontCustomPlatformData.cpp', 399 'fonts/FontCustomPlatformData.cpp',
400 'fonts/FontData.cpp', 400 'fonts/FontData.cpp',
401 'fonts/FontData.h', 401 'fonts/FontData.h',
402 'fonts/FontDataCache.cpp', 402 'fonts/FontDataCache.cpp',
403 'fonts/FontDataCache.h', 403 'fonts/FontDataCache.h',
404 'fonts/FontDataForRangeSet.h', 404 'fonts/FontDataForRangeSet.h',
405 'fonts/FontDataForRangeSet.cpp',
405 'fonts/FontDescription.cpp', 406 'fonts/FontDescription.cpp',
406 'fonts/FontFaceCreationParams.h', 407 'fonts/FontFaceCreationParams.h',
407 'fonts/FontFallbackIterator.cpp', 408 'fonts/FontFallbackIterator.cpp',
408 'fonts/FontFallbackIterator.h', 409 'fonts/FontFallbackIterator.h',
409 'fonts/FontFallbackList.cpp', 410 'fonts/FontFallbackList.cpp',
410 'fonts/FontFallbackList.h', 411 'fonts/FontFallbackList.h',
411 'fonts/FontFallbackPriority.h', 412 'fonts/FontFallbackPriority.h',
412 'fonts/FontFallbackPriority.cpp', 413 'fonts/FontFallbackPriority.cpp',
413 'fonts/FontFamily.cpp', 414 'fonts/FontFamily.cpp',
414 'fonts/FontFamily.h', 415 'fonts/FontFamily.h',
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
1337 ['use_default_render_theme==1', 1338 ['use_default_render_theme==1',
1338 { 1339 {
1339 'platform_test_files': [ 1340 'platform_test_files': [
1340 'scroll/ScrollbarThemeAuraTest.cpp', 1341 'scroll/ScrollbarThemeAuraTest.cpp',
1341 ], 1342 ],
1342 } 1343 }
1343 ], 1344 ],
1344 ], 1345 ],
1345 }, 1346 },
1346 } 1347 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698