| 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', |
| 645 'ext/vector_platform_device.h', | 647 'ext/vector_platform_device.h', |
| 646 'ext/vector_platform_device_linux.cc', | 648 'ext/vector_platform_device_linux.cc', |
| 647 'ext/vector_platform_device_linux.h', | 649 'ext/vector_platform_device_linux.h', |
| 648 'ext/vector_platform_device_win.cc', | 650 'ext/vector_platform_device_win.cc', |
| 649 'ext/vector_platform_device_win.h', | 651 'ext/vector_platform_device_win.h', |
| 650 ], | 652 ], |
| 651 'include_dirs': [ | 653 'include_dirs': [ |
| 652 '..', | 654 '..', |
| 653 'config', | 655 'config', |
| 654 '../third_party/skia/include/config', | 656 '../third_party/skia/include/config', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 895 ], | 897 ], |
| 896 }, | 898 }, |
| 897 ], | 899 ], |
| 898 } | 900 } |
| 899 | 901 |
| 900 # Local Variables: | 902 # Local Variables: |
| 901 # tab-width:2 | 903 # tab-width:2 |
| 902 # indent-tabs-mode:nil | 904 # indent-tabs-mode:nil |
| 903 # End: | 905 # End: |
| 904 # vim: set expandtab tabstop=2 shiftwidth=2: | 906 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |