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

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

Issue 240003002: Add unit test for GlyphPageTreeNode. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: more tests Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 ['include', 'CF\\.cpp$'], 299 ['include', 'CF\\.cpp$'],
300 300
301 # Use native Mac font code from core. 301 # Use native Mac font code from core.
302 ['include', '(fonts/)?mac/[^/]*Font[^/]*\\.(cpp|mm?)$'], 302 ['include', '(fonts/)?mac/[^/]*Font[^/]*\\.(cpp|mm?)$'],
303 ['include', 'fonts/mac/ComplexText[^/]*\\.(cpp|h)$'], 303 ['include', 'fonts/mac/ComplexText[^/]*\\.(cpp|h)$'],
304 304
305 # Cherry-pick some files that can't be included by broader regexps. 305 # Cherry-pick some files that can't be included by broader regexps.
306 # Some of these are used instead of Chromium platform files, see 306 # Some of these are used instead of Chromium platform files, see
307 # the specific exclusions in the "exclude" list below. 307 # the specific exclusions in the "exclude" list below.
308 ['include', 'audio/mac/FFTFrameMac\\.cpp$'], 308 ['include', 'audio/mac/FFTFrameMac\\.cpp$'],
309 ['include', 'fonts/mac/GlyphPageTreeNodeMac\\.cpp$'],
310 ['include', 'fonts/mac/ComplexTextControllerCoreText\\.mm$'], 309 ['include', 'fonts/mac/ComplexTextControllerCoreText\\.mm$'],
311 ['include', 'mac/ColorMac\\.mm$'], 310 ['include', 'mac/ColorMac\\.mm$'],
312 ['include', 'mac/BlockExceptions\\.mm$'], 311 ['include', 'mac/BlockExceptions\\.mm$'],
313 ['include', 'mac/KillRingMac\\.mm$'], 312 ['include', 'mac/KillRingMac\\.mm$'],
314 ['include', 'mac/LocalCurrentGraphicsContext\\.mm$'], 313 ['include', 'mac/LocalCurrentGraphicsContext\\.mm$'],
315 ['include', 'mac/NSScrollerImpDetails\\.mm$'], 314 ['include', 'mac/NSScrollerImpDetails\\.mm$'],
316 ['include', 'mac/ScrollAnimatorMac\\.mm$'], 315 ['include', 'mac/ScrollAnimatorMac\\.mm$'],
317 ['include', 'mac/ScrollElasticityController\\.mm$'], 316 ['include', 'mac/ScrollElasticityController\\.mm$'],
318 ['include', 'mac/ThemeMac\\.h$'], 317 ['include', 'mac/ThemeMac\\.h$'],
319 ['include', 'mac/ThemeMac\\.mm$'], 318 ['include', 'mac/ThemeMac\\.mm$'],
320 319
321 # Mac uses only ScrollAnimatorMac. 320 # Mac uses only ScrollAnimatorMac.
322 ['exclude', 'scroll/ScrollbarThemeNonMacCommon\\.(cpp|h)$'], 321 ['exclude', 'scroll/ScrollbarThemeNonMacCommon\\.(cpp|h)$'],
323 ['exclude', 'scroll/ScrollAnimatorNone\\.cpp$'], 322 ['exclude', 'scroll/ScrollAnimatorNone\\.cpp$'],
324 ['exclude', 'scroll/ScrollAnimatorNone\\.h$'], 323 ['exclude', 'scroll/ScrollAnimatorNone\\.h$'],
325 324
326 # The Mac currently uses FontCustomPlatformDataMac.cpp, 325 # The Mac currently uses FontCustomPlatformDataMac.cpp,
327 # included by regex above, instead. 326 # included by regex above, instead.
328 ['exclude', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'], 327 ['exclude', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'],
329 328
330 ['exclude', 'fonts/skia/FontCacheSkia\\.cpp$'], 329 ['exclude', 'fonts/skia/FontCacheSkia\\.cpp$'],
331 ['exclude', 'fonts/skia/GlyphPageTreeNodeSkia\\.cpp$'],
332 ['exclude', 'fonts/skia/SimpleFontDataSkia\\.cpp$'], 330 ['exclude', 'fonts/skia/SimpleFontDataSkia\\.cpp$'],
333 331
334 # Mac uses Harfbuzz. 332 # Mac uses Harfbuzz.
335 ['include', 'fonts/harfbuzz/HarfBuzzFaceCoreText\\.cpp$'], 333 ['include', 'fonts/harfbuzz/HarfBuzzFaceCoreText\\.cpp$'],
336 ['include', 'fonts/harfbuzz/HarfBuzzFace\\.(cpp|h)$'], 334 ['include', 'fonts/harfbuzz/HarfBuzzFace\\.(cpp|h)$'],
337 ['include', 'fonts/harfbuzz/HarfBuzzShaper\\.(cpp|h)$'], 335 ['include', 'fonts/harfbuzz/HarfBuzzShaper\\.(cpp|h)$'],
338 336
339 ['include', 'geometry/mac/FloatPointMac\\.mm$'], 337 ['include', 'geometry/mac/FloatPointMac\\.mm$'],
340 ['include', 'geometry/mac/FloatRectMac\\.mm$'], 338 ['include', 'geometry/mac/FloatRectMac\\.mm$'],
341 ['include', 'geometry/mac/FloatSizeMac\\.mm$'], 339 ['include', 'geometry/mac/FloatSizeMac\\.mm$'],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 'sources/': [ 372 'sources/': [
375 # We use LocaleWin.cpp instead of LocaleICU.cpp 373 # We use LocaleWin.cpp instead of LocaleICU.cpp
376 ['exclude', 'text/LocaleICU\\.(cpp|h)$'], 374 ['exclude', 'text/LocaleICU\\.(cpp|h)$'],
377 ['include', 'text/LocaleWin\\.(cpp|h)$'], 375 ['include', 'text/LocaleWin\\.(cpp|h)$'],
378 376
379 ['include', 'clipboard/ClipboardUtilitiesWin\\.(cpp|h)$'], 377 ['include', 'clipboard/ClipboardUtilitiesWin\\.(cpp|h)$'],
380 378
381 ['include', 'fonts/opentype/'], 379 ['include', 'fonts/opentype/'],
382 ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'], 380 ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'],
383 ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'], 381 ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'],
384 ['include', 'fonts/skia/GlyphPageTreeNodeSkia\\.cpp$'],
385 ['include', 'fonts/skia/SimpleFontDataSkia\\.cpp$'], 382 ['include', 'fonts/skia/SimpleFontDataSkia\\.cpp$'],
386 ['include', 'fonts/win/FontCacheSkiaWin\\.cpp$'], 383 ['include', 'fonts/win/FontCacheSkiaWin\\.cpp$'],
387 ['include', 'fonts/win/FontFallbackWin\\.(cpp|h)$'], 384 ['include', 'fonts/win/FontFallbackWin\\.(cpp|h)$'],
388 ['include', 'fonts/win/FontPlatformDataWin\\.cpp$'], 385 ['include', 'fonts/win/FontPlatformDataWin\\.cpp$'],
389 386
390 # SystemInfo.cpp is useful and we don't want to copy it. 387 # SystemInfo.cpp is useful and we don't want to copy it.
391 ['include', 'win/SystemInfo\\.cpp$'], 388 ['include', 'win/SystemInfo\\.cpp$'],
392 ], 389 ],
393 }, { # OS!="win" 390 }, { # OS!="win"
394 'sources/': [ 391 'sources/': [
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 ['OS=="android"', { 477 ['OS=="android"', {
481 'cflags!': ['-mthumb'], 478 'cflags!': ['-mthumb'],
482 }], 479 }],
483 ], 480 ],
484 },{ # target_arch!="arm" 481 },{ # target_arch!="arm"
485 'type': 'none', 482 'type': 'none',
486 }], 483 }],
487 ], 484 ],
488 }], 485 }],
489 } 486 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698