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

Side by Side Diff: skia/skia.gyp

Issue 12391070: Call Skia's version of SkFontHost_fontconfig (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 10 'variables': {
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 '../build/linux/system.gyp:fontconfig', 359 '../build/linux/system.gyp:fontconfig',
360 '../build/linux/system.gyp:freetype2', 360 '../build/linux/system.gyp:freetype2',
361 '../build/linux/system.gyp:pangocairo', 361 '../build/linux/system.gyp:pangocairo',
362 '../third_party/icu/icu.gyp:icuuc', 362 '../third_party/icu/icu.gyp:icuuc',
363 ], 363 ],
364 'cflags': [ 364 'cflags': [
365 '-Wno-unused', 365 '-Wno-unused',
366 '-Wno-unused-function', 366 '-Wno-unused-function',
367 ], 367 ],
368 'sources': [ 368 'sources': [
369 'ext/SkFontHost_fontconfig.cpp', 369 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp',
370 'ext/SkFontHost_fontconfig_direct.cpp', 370 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp',
371 ],
372 'sources!': [
373 '../third_party/skia/src/ports/SkFontHost_tables.cpp',
371 ], 374 ],
372 'defines': [ 375 'defines': [
373 # 'SK_USE_COLOR_LUMINANCE', 376 # 'SK_USE_COLOR_LUMINANCE',
374 ], 377 ],
375 }], 378 }],
376 [ 'use_glib == 0 and OS != "android"', { 379 [ 'use_glib == 0 and OS != "android"', {
377 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], 380 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ],
378 'sources!': [ 381 'sources!': [
379 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 382 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
380 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', 383 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'sources': [ 844 'sources': [
842 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', 845 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
843 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', 846 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
844 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 847 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
845 ], 848 ],
846 }, 849 },
847 ], 850 ],
848 }], 851 }],
849 ], 852 ],
850 } 853 }
OLDNEW
« content/common/font_config_ipc_linux.cc ('K') | « skia/ext/SkFontHost_fontconfig_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698