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 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', | 10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', |
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
635 'ext/platform_device_mac.h', | 635 'ext/platform_device_mac.h', |
636 'ext/platform_device_win.cc', | 636 'ext/platform_device_win.cc', |
637 'ext/platform_device_win.h', | 637 'ext/platform_device_win.h', |
638 'ext/SkMemory_new_handler.cpp', | 638 'ext/SkMemory_new_handler.cpp', |
639 'ext/skia_utils_mac.mm', | 639 'ext/skia_utils_mac.mm', |
640 'ext/skia_utils_mac.h', | 640 'ext/skia_utils_mac.h', |
641 'ext/skia_utils_win.cc', | 641 'ext/skia_utils_win.cc', |
642 'ext/skia_utils_win.h', | 642 'ext/skia_utils_win.h', |
643 'ext/vector_canvas.cc', | 643 'ext/vector_canvas.cc', |
644 'ext/vector_canvas.h', | 644 'ext/vector_canvas.h', |
645 'ext/vector_canvas_linux.cc', | |
646 'ext/vector_canvas_win.cc', | |
647 'ext/vector_platform_device.h', | 645 'ext/vector_platform_device.h', |
648 'ext/vector_platform_device_linux.cc', | 646 'ext/vector_platform_device_linux.cc', |
649 'ext/vector_platform_device_linux.h', | 647 'ext/vector_platform_device_linux.h', |
650 'ext/vector_platform_device_win.cc', | 648 'ext/vector_platform_device_win.cc', |
651 'ext/vector_platform_device_win.h', | 649 'ext/vector_platform_device_win.h', |
652 ], | 650 ], |
653 'include_dirs': [ | 651 'include_dirs': [ |
654 '..', | 652 '..', |
655 'config', | 653 'config', |
656 '../third_party/skia/include/config', | 654 '../third_party/skia/include/config', |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
897 ], | 895 ], |
898 }, | 896 }, |
899 ], | 897 ], |
900 } | 898 } |
901 | 899 |
902 # Local Variables: | 900 # Local Variables: |
903 # tab-width:2 | 901 # tab-width:2 |
904 # indent-tabs-mode:nil | 902 # indent-tabs-mode:nil |
905 # End: | 903 # End: |
906 # vim: set expandtab tabstop=2 shiftwidth=2: | 904 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |