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

Side by Side Diff: skia/skia.gyp

Issue 3227007: Move BitmapPlatformDevice::makeOpaque into a shared file (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: 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/platform_device_mac.h ('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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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:
OLDNEW
« no previous file with comments | « skia/ext/platform_device_mac.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698