OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', | 10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', |
11 'sources': [ | 11 'sources': [ |
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
515 'ext/platform_canvas_mac.cc', | 515 'ext/platform_canvas_mac.cc', |
516 'ext/platform_canvas_win.cc', | 516 'ext/platform_canvas_win.cc', |
517 'ext/platform_device.h', | 517 'ext/platform_device.h', |
518 'ext/platform_device_linux.cc', | 518 'ext/platform_device_linux.cc', |
519 'ext/platform_device_linux.h', | 519 'ext/platform_device_linux.h', |
520 'ext/platform_device_mac.cc', | 520 'ext/platform_device_mac.cc', |
521 'ext/platform_device_mac.h', | 521 'ext/platform_device_mac.h', |
522 'ext/platform_device_win.cc', | 522 'ext/platform_device_win.cc', |
523 'ext/platform_device_win.h', | 523 'ext/platform_device_win.h', |
524 'ext/SkMemory_new_handler.cpp', | 524 'ext/SkMemory_new_handler.cpp', |
525 'ext/skia_utils_gtk.cc', | |
526 'ext/skia_utils_gtk.h', | |
527 'ext/skia_utils_mac.mm', | 525 'ext/skia_utils_mac.mm', |
528 'ext/skia_utils_mac.h', | 526 'ext/skia_utils_mac.h', |
529 'ext/skia_utils_win.cc', | 527 'ext/skia_utils_win.cc', |
530 'ext/skia_utils_win.h', | 528 'ext/skia_utils_win.h', |
531 'ext/vector_canvas.cc', | 529 'ext/vector_canvas.cc', |
532 'ext/vector_canvas.h', | 530 'ext/vector_canvas.h', |
533 'ext/vector_canvas_linux.cc', | 531 'ext/vector_canvas_linux.cc', |
534 'ext/vector_canvas_win.cc', | 532 'ext/vector_canvas_win.cc', |
535 'ext/vector_platform_device.h', | 533 'ext/vector_platform_device.h', |
536 'ext/vector_platform_device_linux.cc', | 534 'ext/vector_platform_device_linux.cc', |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
725 ], | 723 ], |
726 }, | 724 }, |
727 ], | 725 ], |
728 } | 726 } |
729 | 727 |
730 # Local Variables: | 728 # Local Variables: |
731 # tab-width:2 | 729 # tab-width:2 |
732 # indent-tabs-mode:nil | 730 # indent-tabs-mode:nil |
733 # End: | 731 # End: |
734 # vim: set expandtab tabstop=2 shiftwidth=2: | 732 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |