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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 ], | 584 ], |
585 # This exports a hard dependency because it needs to run its | 585 # This exports a hard dependency because it needs to run its |
586 # symlink action in order to expose the skia header files. | 586 # symlink action in order to expose the skia header files. |
587 'hard_dependency': 1, | 587 'hard_dependency': 1, |
588 'include_dirs': [ | 588 'include_dirs': [ |
589 '../third_party/expat/files/lib', | 589 '../third_party/expat/files/lib', |
590 ], | 590 ], |
591 'sources/': [ | 591 'sources/': [ |
592 ['include', 'ext/platform_device_linux\\.cc$'], | 592 ['include', 'ext/platform_device_linux\\.cc$'], |
593 ['include', 'ext/platform_canvas_linux\\.cc$'], | 593 ['include', 'ext/platform_canvas_linux\\.cc$'], |
| 594 ['exclude', '../third_party/skia/src/pdf/'], |
594 ], | 595 ], |
595 'sources!': [ | 596 'sources!': [ |
596 'ext/vector_platform_device_skia.cc', | 597 'ext/vector_platform_device_skia.cc', |
597 '../third_party/skia/src/pdf/SkPDFFont.cpp', | |
598 ], | 598 ], |
599 'export_dependent_settings': [ | 599 'export_dependent_settings': [ |
600 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz', | 600 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz', |
601 ], | 601 ], |
602 }], | 602 }], |
603 [ '_toolset == "target" and android_build_type == 0', { | 603 [ '_toolset == "target" and android_build_type == 0', { |
604 'defines': [ | 604 'defines': [ |
605 'HAVE_ENDIAN_H', | 605 'HAVE_ENDIAN_H', |
606 ], | 606 ], |
607 }], | 607 }], |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
950 ], | 950 ], |
951 'include_dirs': [ | 951 'include_dirs': [ |
952 '..', | 952 '..', |
953 ], | 953 ], |
954 'sources': [ | 954 'sources': [ |
955 'ext/image_operations_bench.cc', | 955 'ext/image_operations_bench.cc', |
956 ], | 956 ], |
957 }, | 957 }, |
958 ], | 958 ], |
959 } | 959 } |
OLD | NEW |