OLD | NEW |
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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 '../build/linux/system.gyp:fontconfig', | 364 '../build/linux/system.gyp:fontconfig', |
365 '../build/linux/system.gyp:freetype2', | 365 '../build/linux/system.gyp:freetype2', |
366 '../build/linux/system.gyp:pangocairo', | 366 '../build/linux/system.gyp:pangocairo', |
367 '../third_party/icu/icu.gyp:icuuc', | 367 '../third_party/icu/icu.gyp:icuuc', |
368 ], | 368 ], |
369 'cflags': [ | 369 'cflags': [ |
370 '-Wno-unused', | 370 '-Wno-unused', |
371 '-Wno-unused-function', | 371 '-Wno-unused-function', |
372 ], | 372 ], |
373 'sources': [ | 373 'sources': [ |
| 374 '../third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp', |
374 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp', | 375 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp', |
375 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp', | 376 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp', |
376 ], | 377 ], |
377 'defines': [ | 378 'defines': [ |
378 # 'SK_USE_COLOR_LUMINANCE', | 379 # 'SK_USE_COLOR_LUMINANCE', |
379 ], | 380 ], |
380 }], | 381 }], |
381 [ 'use_glib == 0 and OS != "android"', { | 382 [ 'use_glib == 0 and OS != "android"', { |
382 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], | 383 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], |
383 'sources!': [ | 384 'sources!': [ |
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
834 'sources': [ | 835 'sources': [ |
835 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', | 836 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', |
836 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', | 837 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', |
837 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', | 838 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', |
838 ], | 839 ], |
839 }, | 840 }, |
840 ], | 841 ], |
841 }], | 842 }], |
842 ], | 843 ], |
843 } | 844 } |
OLD | NEW |