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

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

Issue 205343010: Use FontPlatformDataHarfBuzz.h on Windows (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 316
317 ['include', 'clipboard/ClipboardUtilitiesWin\\.(cpp|h)$'], 317 ['include', 'clipboard/ClipboardUtilitiesWin\\.(cpp|h)$'],
318 318
319 ['include', 'fonts/opentype/'], 319 ['include', 'fonts/opentype/'],
320 ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'], 320 ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'],
321 ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'], 321 ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'],
322 ['include', 'fonts/skia/GlyphPageTreeNodeSkia\\.cpp$'], 322 ['include', 'fonts/skia/GlyphPageTreeNodeSkia\\.cpp$'],
323 ['include', 'fonts/skia/SimpleFontDataSkia\\.cpp$'], 323 ['include', 'fonts/skia/SimpleFontDataSkia\\.cpp$'],
324 ['include', 'fonts/win/FontCacheSkiaWin\\.cpp$'], 324 ['include', 'fonts/win/FontCacheSkiaWin\\.cpp$'],
325 ['include', 'fonts/win/FontFallbackWin\\.(cpp|h)$'], 325 ['include', 'fonts/win/FontFallbackWin\\.(cpp|h)$'],
326 ['include', 'fonts/win/FontPlatformDataWin\\.(cpp|h)$'], 326 ['include', 'fonts/win/FontPlatformDataWin\\.cpp$'],
327 ['exclude', 'fonts/harfbuzz/FontPlatformDataHarfBuzz\\.cpp$'], 327 ['exclude', 'fonts/harfbuzz/FontPlatformDataHarfBuzz\\.cpp$'],
328 328
329 # SystemInfo.cpp is useful and we don't want to copy it. 329 # SystemInfo.cpp is useful and we don't want to copy it.
330 ['include', 'win/SystemInfo\\.cpp$'], 330 ['include', 'win/SystemInfo\\.cpp$'],
331 ], 331 ],
332 }, { # OS!="win" 332 }, { # OS!="win"
333 'sources/': [ 333 'sources/': [
334 ['exclude', 'win/'], 334 ['exclude', 'win/'],
335 ['exclude', 'Win\\.cpp$'], 335 ['exclude', 'Win\\.cpp$'],
336 ['exclude', '/(Windows)[^/]*\\.cpp$'], 336 ['exclude', '/(Windows)[^/]*\\.cpp$'],
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 ['OS=="android"', { 418 ['OS=="android"', {
419 'cflags!': ['-mthumb'], 419 'cflags!': ['-mthumb'],
420 }], 420 }],
421 ], 421 ],
422 },{ # target_arch!="arm" 422 },{ # target_arch!="arm"
423 'type': 'none', 423 'type': 'none',
424 }], 424 }],
425 ], 425 ],
426 }], 426 }],
427 } 427 }
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