Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Side by Side Diff: skia/skia.gyp

Issue 3212009: Move BitmapPlatformDeviceData into its own header file. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: add to gyp Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « skia/ext/bitmap_platform_device_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « skia/ext/bitmap_platform_device_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698