OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'sources': [ | 10 'sources': [ |
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 #'../third_party/skia/src/ports/SkThread_pthread.cpp', | 490 #'../third_party/skia/src/ports/SkThread_pthread.cpp', |
491 '../third_party/skia/src/ports/SkThread_win.cpp', | 491 '../third_party/skia/src/ports/SkThread_win.cpp', |
492 '../third_party/skia/src/ports/SkTime_Unix.cpp', | 492 '../third_party/skia/src/ports/SkTime_Unix.cpp', |
493 #'../third_party/skia/src/ports/SkXMLParser_empty.cpp', | 493 #'../third_party/skia/src/ports/SkXMLParser_empty.cpp', |
494 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp', | 494 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp', |
495 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp', | 495 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp', |
496 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp', | 496 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp', |
497 '../third_party/skia/src/ports/sk_predefined_gamma.h', | 497 '../third_party/skia/src/ports/sk_predefined_gamma.h', |
498 | 498 |
499 '../third_party/skia/include/utils/mac/SkCGUtils.h', | 499 '../third_party/skia/include/utils/mac/SkCGUtils.h', |
| 500 '../third_party/skia/include/utils/SkMatrix44.h', |
500 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', | 501 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', |
| 502 '../third_party/skia/src/utils/SkMatrix44.cpp', |
501 | 503 |
502 '../third_party/skia/include/core/Sk64.h', | 504 '../third_party/skia/include/core/Sk64.h', |
503 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h', | 505 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h', |
504 '../third_party/skia/include/core/SkAutoKern.h', | 506 '../third_party/skia/include/core/SkAutoKern.h', |
505 '../third_party/skia/include/core/SkBitmap.h', | 507 '../third_party/skia/include/core/SkBitmap.h', |
506 '../third_party/skia/include/core/SkBlitRow.h', | 508 '../third_party/skia/include/core/SkBlitRow.h', |
507 '../third_party/skia/include/core/SkBlitter.h', | 509 '../third_party/skia/include/core/SkBlitter.h', |
508 '../third_party/skia/include/core/SkBounder.h', | 510 '../third_party/skia/include/core/SkBounder.h', |
509 '../third_party/skia/include/core/SkBuffer.h', | 511 '../third_party/skia/include/core/SkBuffer.h', |
510 '../third_party/skia/include/core/SkCanvas.h', | 512 '../third_party/skia/include/core/SkCanvas.h', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 ], | 730 ], |
729 'sources!': [ | 731 'sources!': [ |
730 '../third_party/skia/include/core/SkTypes.h', | 732 '../third_party/skia/include/core/SkTypes.h', |
731 ], | 733 ], |
732 'conditions': [ | 734 'conditions': [ |
733 [ 'OS != "mac"', { | 735 [ 'OS != "mac"', { |
734 'sources/': [ | 736 'sources/': [ |
735 ['exclude', '_mac\\.(cc|cpp|mm?)$'], | 737 ['exclude', '_mac\\.(cc|cpp|mm?)$'], |
736 ['exclude', '/mac/'] | 738 ['exclude', '/mac/'] |
737 ], | 739 ], |
738 'sources': [ | |
739 '../third_party/skia/include/utils/SkMatrix44.h', | |
740 '../third_party/skia/src/utils/SkMatrix44.cpp', | |
741 ], | |
742 }], | 740 }], |
743 [ 'OS == "android"', { | 741 [ 'OS == "android"', { |
744 'sources/': [ | 742 'sources/': [ |
745 ['include', 'ext/platform_device_linux.cc'], | 743 ['include', 'ext/platform_device_linux.cc'], |
746 ['include', 'ext/platform_canvas_linux.cc'], | 744 ['include', 'ext/platform_canvas_linux.cc'], |
747 ], | 745 ], |
748 'defines': [ | 746 'defines': [ |
749 'SK_BUILD_FOR_ANDROID_NDK', | 747 'SK_BUILD_FOR_ANDROID_NDK', |
750 ], | 748 ], |
751 }, { # OS != "android" | 749 }, { # OS != "android" |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1045 ], | 1043 ], |
1046 'include_dirs': [ | 1044 'include_dirs': [ |
1047 '..', | 1045 '..', |
1048 ], | 1046 ], |
1049 'sources': [ | 1047 'sources': [ |
1050 'ext/image_operations_bench.cc', | 1048 'ext/image_operations_bench.cc', |
1051 ], | 1049 ], |
1052 }, | 1050 }, |
1053 ], | 1051 ], |
1054 } | 1052 } |
OLD | NEW |