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

Side by Side Diff: Source/platform/blink_platform.gyp

Issue 879533003: Remove Mac native font type members from FontPlatformData (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Canvas text metrics test does not need rebaselining after improvement landed, toNSFont in WebSubstringUtil.mm Created 5 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 ['include', 'mac/ThemeMac\\.h$'], 310 ['include', 'mac/ThemeMac\\.h$'],
311 ['include', 'mac/ThemeMac\\.mm$'], 311 ['include', 'mac/ThemeMac\\.mm$'],
312 ['include', 'mac/WebCoreNSCellExtras\\.h$'], 312 ['include', 'mac/WebCoreNSCellExtras\\.h$'],
313 ['include', 'mac/WebCoreNSCellExtras\\.mm$'], 313 ['include', 'mac/WebCoreNSCellExtras\\.mm$'],
314 314
315 # Mac uses only ScrollAnimatorMac. 315 # Mac uses only ScrollAnimatorMac.
316 ['exclude', 'scroll/ScrollbarThemeNonMacCommon\\.(cpp|h)$'], 316 ['exclude', 'scroll/ScrollbarThemeNonMacCommon\\.(cpp|h)$'],
317 ['exclude', 'scroll/ScrollAnimatorNone\\.cpp$'], 317 ['exclude', 'scroll/ScrollAnimatorNone\\.cpp$'],
318 ['exclude', 'scroll/ScrollAnimatorNone\\.h$'], 318 ['exclude', 'scroll/ScrollAnimatorNone\\.h$'],
319 319
320 # The Mac currently uses FontCustomPlatformDataMac.cpp,
321 # included by regex above, instead.
322 ['exclude', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'],
323
324 ['exclude', 'fonts/skia/FontCacheSkia\\.cpp$'], 320 ['exclude', 'fonts/skia/FontCacheSkia\\.cpp$'],
325 321
326 ['include', 'geometry/mac/FloatPointMac\\.mm$'], 322 ['include', 'geometry/mac/FloatPointMac\\.mm$'],
327 ['include', 'geometry/mac/FloatRectMac\\.mm$'], 323 ['include', 'geometry/mac/FloatRectMac\\.mm$'],
328 ['include', 'geometry/mac/FloatSizeMac\\.mm$'], 324 ['include', 'geometry/mac/FloatSizeMac\\.mm$'],
329 ['include', 'geometry/mac/IntPointMac\\.mm$'], 325 ['include', 'geometry/mac/IntPointMac\\.mm$'],
330 ['include', 'geometry/mac/IntRectMac\\.mm$'], 326 ['include', 'geometry/mac/IntRectMac\\.mm$'],
331 327
332 ['include', 'geometry/cg/FloatPointCG\\.cpp$'], 328 ['include', 'geometry/cg/FloatPointCG\\.cpp$'],
333 ['include', 'geometry/cg/FloatRectCG\\.cpp$'], 329 ['include', 'geometry/cg/FloatRectCG\\.cpp$'],
(...skipping 17 matching lines...) Expand all
351 }], 347 }],
352 ['OS=="win"', { 348 ['OS=="win"', {
353 'sources/': [ 349 'sources/': [
354 # We use LocaleWin.cpp instead of LocaleICU.cpp 350 # We use LocaleWin.cpp instead of LocaleICU.cpp
355 ['exclude', 'text/LocaleICU\\.(cpp|h)$'], 351 ['exclude', 'text/LocaleICU\\.(cpp|h)$'],
356 ['include', 'text/LocaleWin\\.(cpp|h)$'], 352 ['include', 'text/LocaleWin\\.(cpp|h)$'],
357 353
358 ['include', 'clipboard/ClipboardUtilitiesWin\\.(cpp|h)$'], 354 ['include', 'clipboard/ClipboardUtilitiesWin\\.(cpp|h)$'],
359 355
360 ['include', 'fonts/opentype/'], 356 ['include', 'fonts/opentype/'],
361 ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'],
362 ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'],
363 ['include', 'fonts/win/FontCacheSkiaWin\\.cpp$'], 357 ['include', 'fonts/win/FontCacheSkiaWin\\.cpp$'],
364 ['include', 'fonts/win/FontFallbackWin\\.(cpp|h)$'], 358 ['include', 'fonts/win/FontFallbackWin\\.(cpp|h)$'],
365 ['include', 'fonts/win/FontPlatformDataWin\\.cpp$'], 359 ['include', 'fonts/win/FontPlatformDataWin\\.cpp$'],
366 360
367 # SystemInfo.cpp is useful and we don't want to copy it. 361 # SystemInfo.cpp is useful and we don't want to copy it.
368 ['include', 'win/SystemInfo\\.cpp$'], 362 ['include', 'win/SystemInfo\\.cpp$'],
369 ], 363 ],
370 }, { # OS!="win" 364 }, { # OS!="win"
371 'sources/': [ 365 'sources/': [
372 ['exclude', 'win/'], 366 ['exclude', 'win/'],
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 ['OS=="android"', { 451 ['OS=="android"', {
458 'cflags!': ['-mthumb'], 452 'cflags!': ['-mthumb'],
459 }], 453 }],
460 ], 454 ],
461 },{ # target_arch!="arm" 455 },{ # target_arch!="arm"
462 'type': 'none', 456 'type': 'none',
463 }], 457 }],
464 ], 458 ],
465 }], 459 }],
466 } 460 }
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698