OLD | NEW |
1 # Copyright (c) 2010 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', |
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 '../third_party/skia/include/ports/SkStream_Win.h', | 490 '../third_party/skia/include/ports/SkStream_Win.h', |
491 | 491 |
492 '../third_party/skia/include/images/SkFlipPixelRef.h', | 492 '../third_party/skia/include/images/SkFlipPixelRef.h', |
493 '../third_party/skia/include/images/SkImageDecoder.h', | 493 '../third_party/skia/include/images/SkImageDecoder.h', |
494 '../third_party/skia/include/images/SkImageEncoder.h', | 494 '../third_party/skia/include/images/SkImageEncoder.h', |
495 '../third_party/skia/include/images/SkImageRef.h', | 495 '../third_party/skia/include/images/SkImageRef.h', |
496 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', | 496 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', |
497 '../third_party/skia/include/images/SkMovie.h', | 497 '../third_party/skia/include/images/SkMovie.h', |
498 '../third_party/skia/include/images/SkPageFlipper.h', | 498 '../third_party/skia/include/images/SkPageFlipper.h', |
499 | 499 |
| 500 'ext/bitmap_platform_device.cc', |
500 'ext/bitmap_platform_device.h', | 501 'ext/bitmap_platform_device.h', |
501 'ext/bitmap_platform_device_data.h', | 502 'ext/bitmap_platform_device_data.h', |
502 'ext/bitmap_platform_device_linux.cc', | 503 'ext/bitmap_platform_device_linux.cc', |
503 'ext/bitmap_platform_device_linux.h', | 504 'ext/bitmap_platform_device_linux.h', |
504 'ext/bitmap_platform_device_mac.cc', | 505 'ext/bitmap_platform_device_mac.cc', |
505 'ext/bitmap_platform_device_mac.h', | 506 'ext/bitmap_platform_device_mac.h', |
506 'ext/bitmap_platform_device_win.cc', | 507 'ext/bitmap_platform_device_win.cc', |
507 'ext/bitmap_platform_device_win.h', | 508 'ext/bitmap_platform_device_win.h', |
508 'ext/convolver.cc', | 509 'ext/convolver.cc', |
509 'ext/convolver.h', | 510 'ext/convolver.h', |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 ], | 734 ], |
734 }, | 735 }, |
735 ], | 736 ], |
736 } | 737 } |
737 | 738 |
738 # Local Variables: | 739 # Local Variables: |
739 # tab-width:2 | 740 # tab-width:2 |
740 # indent-tabs-mode:nil | 741 # indent-tabs-mode:nil |
741 # End: | 742 # End: |
742 # vim: set expandtab tabstop=2 shiftwidth=2: | 743 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |