| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |