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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
427 '../third_party/expat/files/lib', | 427 '../third_party/expat/files/lib', |
428 ], | 428 ], |
429 'sources/': [ | 429 'sources/': [ |
430 ['include', 'ext/platform_device_linux\\.cc$'], | 430 ['include', 'ext/platform_device_linux\\.cc$'], |
431 ['exclude', '../third_party/skia/src/pdf/'], | 431 ['exclude', '../third_party/skia/src/pdf/'], |
432 ], | 432 ], |
433 'sources!': [ | 433 'sources!': [ |
434 'ext/vector_platform_device_skia.cc', | 434 'ext/vector_platform_device_skia.cc', |
435 ], | 435 ], |
436 }], | 436 }], |
437 [ '_toolset == "target" and android_build_type == 0', { | 437 [ '_toolset == "target" and android_webview_build == 0', { |
438 'defines': [ | 438 'defines': [ |
439 'HAVE_ENDIAN_H', | 439 'HAVE_ENDIAN_H', |
440 ], | 440 ], |
441 }], | 441 }], |
442 [ '_toolset=="host" and host_os=="linux"', { | 442 [ '_toolset=="host" and host_os=="linux"', { |
443 'sources': [ | 443 'sources': [ |
444 'ext/platform_device_linux.cc', | 444 'ext/platform_device_linux.cc', |
445 ], | 445 ], |
446 }], | 446 }], |
447 ], | 447 ], |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 ['OS=="android"', { | 590 ['OS=="android"', { |
591 'dependencies!': [ | 591 'dependencies!': [ |
592 'skia_opts', | 592 'skia_opts', |
593 '../third_party/zlib/zlib.gyp:zlib', | 593 '../third_party/zlib/zlib.gyp:zlib', |
594 ], | 594 ], |
595 'defines': [ | 595 'defines': [ |
596 # Don't use non-NDK available stuff. | 596 # Don't use non-NDK available stuff. |
597 'SK_BUILD_FOR_ANDROID_NDK', | 597 'SK_BUILD_FOR_ANDROID_NDK', |
598 ], | 598 ], |
599 'conditions': [ | 599 'conditions': [ |
600 [ '_toolset == "target" and android_build_type == 0', { | 600 [ '_toolset == "target" and android_webview_build == 0', { |
601 'defines': [ | 601 'defines': [ |
602 'HAVE_ENDIAN_H', | 602 'HAVE_ENDIAN_H', |
603 ], | 603 ], |
604 }], | 604 }], |
605 ], | 605 ], |
606 }], | 606 }], |
607 ['OS=="mac"', { | 607 ['OS=="mac"', { |
608 'include_dirs': [ | 608 'include_dirs': [ |
609 '../third_party/skia/include/utils/mac', | 609 '../third_party/skia/include/utils/mac', |
610 ], | 610 ], |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
849 'sources': [ | 849 'sources': [ |
850 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', | 850 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', |
851 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', | 851 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', |
852 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', | 852 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', |
853 ], | 853 ], |
854 }, | 854 }, |
855 ], | 855 ], |
856 }], | 856 }], |
857 ], | 857 ], |
858 } | 858 } |
OLD | NEW |