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 964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
975 ], | 975 ], |
976 # This exports a hard dependency because it needs to run its | 976 # This exports a hard dependency because it needs to run its |
977 # symlink action in order to expose the skia header files. | 977 # symlink action in order to expose the skia header files. |
978 'hard_dependency': 1, | 978 'hard_dependency': 1, |
979 'include_dirs': [ | 979 'include_dirs': [ |
980 '../third_party/expat/files/lib', | 980 '../third_party/expat/files/lib', |
981 ], | 981 ], |
982 'sources/': [ | 982 'sources/': [ |
983 ['include', 'ext/platform_device_linux\\.cc$'], | 983 ['include', 'ext/platform_device_linux\\.cc$'], |
984 ['include', 'ext/platform_canvas_linux\\.cc$'], | 984 ['include', 'ext/platform_canvas_linux\\.cc$'], |
| 985 ['exclude', '../third_party/skia/src/pdf/'], |
985 ], | 986 ], |
986 'sources!': [ | 987 'sources!': [ |
987 'ext/vector_platform_device_skia.cc', | 988 'ext/vector_platform_device_skia.cc', |
988 '../third_party/skia/src/pdf/SkPDFFont.cpp', | |
989 ], | 989 ], |
990 'export_dependent_settings': [ | 990 'export_dependent_settings': [ |
991 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz', | 991 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz', |
992 ], | 992 ], |
993 }], | 993 }], |
994 [ '_toolset == "target" and android_build_type == 0', { | 994 [ '_toolset == "target" and android_build_type == 0', { |
995 'defines': [ | 995 'defines': [ |
996 'HAVE_ENDIAN_H', | 996 'HAVE_ENDIAN_H', |
997 ], | 997 ], |
998 }], | 998 }], |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1341 ], | 1341 ], |
1342 'include_dirs': [ | 1342 'include_dirs': [ |
1343 '..', | 1343 '..', |
1344 ], | 1344 ], |
1345 'sources': [ | 1345 'sources': [ |
1346 'ext/image_operations_bench.cc', | 1346 'ext/image_operations_bench.cc', |
1347 ], | 1347 ], |
1348 }, | 1348 }, |
1349 ], | 1349 ], |
1350 } | 1350 } |
OLD | NEW |