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 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
689 'ext/platform_device_linux.cc', | 689 'ext/platform_device_linux.cc', |
690 'ext/platform_device_mac.cc', | 690 'ext/platform_device_mac.cc', |
691 'ext/platform_device_win.cc', | 691 'ext/platform_device_win.cc', |
692 'ext/SkMemory_new_handler.cpp', | 692 'ext/SkMemory_new_handler.cpp', |
693 'ext/skia_utils_mac.mm', | 693 'ext/skia_utils_mac.mm', |
694 'ext/skia_utils_mac.h', | 694 'ext/skia_utils_mac.h', |
695 'ext/skia_utils_win.cc', | 695 'ext/skia_utils_win.cc', |
696 'ext/skia_utils_win.h', | 696 'ext/skia_utils_win.h', |
697 'ext/vector_canvas.cc', | 697 'ext/vector_canvas.cc', |
698 'ext/vector_canvas.h', | 698 'ext/vector_canvas.h', |
699 'ext/vector_platform_device_cairo_linux.cc', | |
700 'ext/vector_platform_device_cairo_linux.h', | |
701 'ext/vector_platform_device_emf_win.cc', | 699 'ext/vector_platform_device_emf_win.cc', |
702 'ext/vector_platform_device_emf_win.h', | 700 'ext/vector_platform_device_emf_win.h', |
703 'ext/vector_platform_device_skia.cc', | 701 'ext/vector_platform_device_skia.cc', |
704 'ext/vector_platform_device_skia.h', | 702 'ext/vector_platform_device_skia.h', |
705 ], | 703 ], |
706 'include_dirs': [ | 704 'include_dirs': [ |
707 '..', | 705 '..', |
708 'config', | 706 'config', |
709 '../third_party/skia/include/config', | 707 '../third_party/skia/include/config', |
710 '../third_party/skia/include/core', | 708 '../third_party/skia/include/core', |
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1005 ], | 1003 ], |
1006 'include_dirs': [ | 1004 'include_dirs': [ |
1007 '..', | 1005 '..', |
1008 ], | 1006 ], |
1009 'sources': [ | 1007 'sources': [ |
1010 'ext/image_operations_bench.cc', | 1008 'ext/image_operations_bench.cc', |
1011 ], | 1009 ], |
1012 }, | 1010 }, |
1013 ], | 1011 ], |
1014 } | 1012 } |
OLD | NEW |