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

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

Issue 175253002: Switch to HarfBuzz on Mac and remove CoreText shaper (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: ChromiumAATTest font based test added, header inclusion order fixed Created 6 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
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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 231
232 # The Mac uses mac/KillRingMac.mm instead of the dummy 232 # The Mac uses mac/KillRingMac.mm instead of the dummy
233 # implementation. 233 # implementation.
234 ['exclude', 'KillRingNone\\.cpp$'], 234 ['exclude', 'KillRingNone\\.cpp$'],
235 235
236 # The Mac build is USE(CF). 236 # The Mac build is USE(CF).
237 ['include', 'CF\\.cpp$'], 237 ['include', 'CF\\.cpp$'],
238 238
239 # Use native Mac font code from core. 239 # Use native Mac font code from core.
240 ['include', '(fonts/)?mac/[^/]*Font[^/]*\\.(cpp|mm?)$'], 240 ['include', '(fonts/)?mac/[^/]*Font[^/]*\\.(cpp|mm?)$'],
241 ['include', 'fonts/mac/ComplexText[^/]*\\.(cpp|h)$'],
242 241
243 # Cherry-pick some files that can't be included by broader regexps. 242 # Cherry-pick some files that can't be included by broader regexps.
244 # Some of these are used instead of Chromium platform files, see 243 # Some of these are used instead of Chromium platform files, see
245 # the specific exclusions in the "exclude" list below. 244 # the specific exclusions in the "exclude" list below.
246 ['include', 'audio/mac/FFTFrameMac\\.cpp$'], 245 ['include', 'audio/mac/FFTFrameMac\\.cpp$'],
247 ['include', 'fonts/mac/GlyphPageTreeNodeMac\\.cpp$'], 246 ['include', 'fonts/mac/GlyphPageTreeNodeMac\\.cpp$'],
248 ['include', 'fonts/mac/ComplexTextControllerCoreText\\.mm$'],
249 ['include', 'mac/ColorMac\\.mm$'], 247 ['include', 'mac/ColorMac\\.mm$'],
250 ['include', 'mac/BlockExceptions\\.mm$'], 248 ['include', 'mac/BlockExceptions\\.mm$'],
251 ['include', 'mac/KillRingMac\\.mm$'], 249 ['include', 'mac/KillRingMac\\.mm$'],
252 ['include', 'mac/LocalCurrentGraphicsContext\\.mm$'], 250 ['include', 'mac/LocalCurrentGraphicsContext\\.mm$'],
253 ['include', 'mac/NSScrollerImpDetails\\.mm$'], 251 ['include', 'mac/NSScrollerImpDetails\\.mm$'],
254 ['include', 'mac/ScrollAnimatorMac\\.mm$'], 252 ['include', 'mac/ScrollAnimatorMac\\.mm$'],
255 ['include', 'mac/ScrollElasticityController\\.mm$'], 253 ['include', 'mac/ScrollElasticityController\\.mm$'],
256 ['include', 'mac/ThemeMac\\.h$'], 254 ['include', 'mac/ThemeMac\\.h$'],
257 ['include', 'mac/ThemeMac\\.mm$'], 255 ['include', 'mac/ThemeMac\\.mm$'],
258 256
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 ['OS=="android"', { 417 ['OS=="android"', {
420 'cflags!': ['-mthumb'], 418 'cflags!': ['-mthumb'],
421 }], 419 }],
422 ], 420 ],
423 },{ # target_arch!="arm" 421 },{ # target_arch!="arm"
424 'type': 'none', 422 'type': 'none',
425 }], 423 }],
426 ], 424 ],
427 }], 425 }],
428 } 426 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698