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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 'ext/bitmap_platform_device_mac.cc', | 654 'ext/bitmap_platform_device_mac.cc', |
655 'ext/bitmap_platform_device_mac.h', | 655 'ext/bitmap_platform_device_mac.h', |
656 'ext/bitmap_platform_device_win.cc', | 656 'ext/bitmap_platform_device_win.cc', |
657 'ext/bitmap_platform_device_win.h', | 657 'ext/bitmap_platform_device_win.h', |
658 'ext/convolver.cc', | 658 'ext/convolver.cc', |
659 'ext/convolver.h', | 659 'ext/convolver.h', |
660 'ext/google_logging.cc', | 660 'ext/google_logging.cc', |
661 'ext/image_operations.cc', | 661 'ext/image_operations.cc', |
662 'ext/image_operations.h', | 662 'ext/image_operations.h', |
663 'ext/SkThread_chrome.cc', | 663 'ext/SkThread_chrome.cc', |
| 664 'ext/platform_canvas.cc', |
664 'ext/platform_canvas.h', | 665 'ext/platform_canvas.h', |
665 'ext/platform_canvas.cc', | |
666 'ext/platform_canvas_linux.cc', | 666 'ext/platform_canvas_linux.cc', |
667 'ext/platform_canvas_mac.cc', | 667 'ext/platform_canvas_mac.cc', |
668 'ext/platform_canvas_win.cc', | 668 'ext/platform_canvas_win.cc', |
| 669 'ext/platform_device.cc', |
669 'ext/platform_device.h', | 670 'ext/platform_device.h', |
670 'ext/platform_device_linux.cc', | 671 'ext/platform_device_linux.cc', |
671 'ext/platform_device_linux.h', | 672 'ext/platform_device_linux.h', |
672 'ext/platform_device_mac.cc', | 673 'ext/platform_device_mac.cc', |
673 'ext/platform_device_mac.h', | 674 'ext/platform_device_mac.h', |
674 'ext/platform_device_win.cc', | 675 'ext/platform_device_win.cc', |
675 'ext/platform_device_win.h', | 676 'ext/platform_device_win.h', |
676 'ext/SkMemory_new_handler.cpp', | 677 'ext/SkMemory_new_handler.cpp', |
677 'ext/skia_utils_mac.mm', | 678 'ext/skia_utils_mac.mm', |
678 'ext/skia_utils_mac.h', | 679 'ext/skia_utils_mac.h', |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
943 ], | 944 ], |
944 }, | 945 }, |
945 ], | 946 ], |
946 } | 947 } |
947 | 948 |
948 # Local Variables: | 949 # Local Variables: |
949 # tab-width:2 | 950 # tab-width:2 |
950 # indent-tabs-mode:nil | 951 # indent-tabs-mode:nil |
951 # End: | 952 # End: |
952 # vim: set expandtab tabstop=2 shiftwidth=2: | 953 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |