| 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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.h', | 500 'ext/bitmap_platform_device.h', |
| 501 'ext/bitmap_platform_device_data.h', |
| 501 'ext/bitmap_platform_device_linux.cc', | 502 'ext/bitmap_platform_device_linux.cc', |
| 502 'ext/bitmap_platform_device_linux.h', | 503 'ext/bitmap_platform_device_linux.h', |
| 503 'ext/bitmap_platform_device_mac.cc', | 504 'ext/bitmap_platform_device_mac.cc', |
| 504 'ext/bitmap_platform_device_mac.h', | 505 'ext/bitmap_platform_device_mac.h', |
| 505 'ext/bitmap_platform_device_win.cc', | 506 'ext/bitmap_platform_device_win.cc', |
| 506 'ext/bitmap_platform_device_win.h', | 507 'ext/bitmap_platform_device_win.h', |
| 507 'ext/convolver.cc', | 508 'ext/convolver.cc', |
| 508 'ext/convolver.h', | 509 'ext/convolver.h', |
| 509 'ext/google_logging.cc', | 510 'ext/google_logging.cc', |
| 510 'ext/image_operations.cc', | 511 'ext/image_operations.cc', |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 732 ], | 733 ], |
| 733 }, | 734 }, |
| 734 ], | 735 ], |
| 735 } | 736 } |
| 736 | 737 |
| 737 # Local Variables: | 738 # Local Variables: |
| 738 # tab-width:2 | 739 # tab-width:2 |
| 739 # indent-tabs-mode:nil | 740 # indent-tabs-mode:nil |
| 740 # End: | 741 # End: |
| 741 # vim: set expandtab tabstop=2 shiftwidth=2: | 742 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |