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 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
685 'ext/platform_canvas.h', | 685 'ext/platform_canvas.h', |
686 'ext/platform_canvas_linux.cc', | 686 'ext/platform_canvas_linux.cc', |
687 'ext/platform_canvas_mac.cc', | 687 'ext/platform_canvas_mac.cc', |
688 'ext/platform_canvas_win.cc', | 688 'ext/platform_canvas_win.cc', |
689 'ext/platform_device.cc', | 689 'ext/platform_device.cc', |
690 'ext/platform_device.h', | 690 'ext/platform_device.h', |
691 'ext/platform_device_linux.cc', | 691 'ext/platform_device_linux.cc', |
692 'ext/platform_device_mac.cc', | 692 'ext/platform_device_mac.cc', |
693 'ext/platform_device_win.cc', | 693 'ext/platform_device_win.cc', |
694 'ext/SkMemory_new_handler.cpp', | 694 'ext/SkMemory_new_handler.cpp', |
| 695 'ext/skia_sandbox_support_win.h', |
| 696 'ext/skia_sandbox_support_win.cc', |
695 'ext/skia_utils_mac.mm', | 697 'ext/skia_utils_mac.mm', |
696 'ext/skia_utils_mac.h', | 698 'ext/skia_utils_mac.h', |
697 'ext/skia_utils_win.cc', | 699 'ext/skia_utils_win.cc', |
698 'ext/skia_utils_win.h', | 700 'ext/skia_utils_win.h', |
699 'ext/vector_canvas.cc', | 701 'ext/vector_canvas.cc', |
700 'ext/vector_canvas.h', | 702 'ext/vector_canvas.h', |
701 'ext/vector_platform_device_emf_win.cc', | 703 'ext/vector_platform_device_emf_win.cc', |
702 'ext/vector_platform_device_emf_win.h', | 704 'ext/vector_platform_device_emf_win.h', |
703 'ext/vector_platform_device_skia.cc', | 705 'ext/vector_platform_device_skia.cc', |
704 'ext/vector_platform_device_skia.h', | 706 'ext/vector_platform_device_skia.h', |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 'defines': [ | 871 'defines': [ |
870 'SK_USE_MAC_CORE_TEXT', | 872 'SK_USE_MAC_CORE_TEXT', |
871 ], | 873 ], |
872 }], | 874 }], |
873 ], | 875 ], |
874 }], | 876 }], |
875 [ 'OS == "win"', { | 877 [ 'OS == "win"', { |
876 'sources!': [ | 878 'sources!': [ |
877 '../third_party/skia/src/core/SkMMapStream.cpp', | 879 '../third_party/skia/src/core/SkMMapStream.cpp', |
878 '../third_party/skia/src/ports/SkTime_Unix.cpp', | 880 '../third_party/skia/src/ports/SkTime_Unix.cpp', |
| 881 '../third_party/skia/src/ports/SkFontHost_sandbox_none.cpp', |
879 'ext/SkThread_chrome.cc', | 882 'ext/SkThread_chrome.cc', |
880 ], | 883 ], |
881 'include_dirs': [ | 884 'include_dirs': [ |
882 'config/win', | 885 'config/win', |
883 ], | 886 ], |
884 'direct_dependent_settings': { | 887 'direct_dependent_settings': { |
885 'include_dirs': [ | 888 'include_dirs': [ |
886 'config/win', | 889 'config/win', |
887 ], | 890 ], |
888 }, | 891 }, |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1107 ], | 1110 ], |
1108 'include_dirs': [ | 1111 'include_dirs': [ |
1109 '..', | 1112 '..', |
1110 ], | 1113 ], |
1111 'sources': [ | 1114 'sources': [ |
1112 'ext/image_operations_bench.cc', | 1115 'ext/image_operations_bench.cc', |
1113 ], | 1116 ], |
1114 }, | 1117 }, |
1115 ], | 1118 ], |
1116 } | 1119 } |
OLD | NEW |