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

Side by Side Diff: skia/skia.gyp

Issue 7019013: Removal of dependencies on PlatformDevice classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add ScopedPlatformPaint class. Created 9 years, 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': '<(component)', 9 'type': '<(component)',
10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', 10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D',
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 'ext/bitmap_platform_device_mac.cc', 654 'ext/bitmap_platform_device_mac.cc',
655 'ext/bitmap_platform_device_mac.h', 655 'ext/bitmap_platform_device_mac.h',
656 'ext/bitmap_platform_device_win.cc', 656 'ext/bitmap_platform_device_win.cc',
657 'ext/bitmap_platform_device_win.h', 657 'ext/bitmap_platform_device_win.h',
658 'ext/convolver.cc', 658 'ext/convolver.cc',
659 'ext/convolver.h', 659 'ext/convolver.h',
660 'ext/google_logging.cc', 660 'ext/google_logging.cc',
661 'ext/image_operations.cc', 661 'ext/image_operations.cc',
662 'ext/image_operations.h', 662 'ext/image_operations.h',
663 'ext/SkThread_chrome.cc', 663 'ext/SkThread_chrome.cc',
664 'ext/platform_canvas.cc',
664 'ext/platform_canvas.h', 665 'ext/platform_canvas.h',
665 'ext/platform_canvas.cc',
666 'ext/platform_canvas_linux.cc', 666 'ext/platform_canvas_linux.cc',
667 'ext/platform_canvas_mac.cc', 667 'ext/platform_canvas_mac.cc',
668 'ext/platform_canvas_win.cc', 668 'ext/platform_canvas_win.cc',
669 'ext/platform_device.cc',
669 'ext/platform_device.h', 670 'ext/platform_device.h',
670 'ext/platform_device_linux.cc', 671 'ext/platform_device_linux.cc',
671 'ext/platform_device_linux.h', 672 'ext/platform_device_linux.h',
672 'ext/platform_device_mac.cc', 673 'ext/platform_device_mac.cc',
673 'ext/platform_device_mac.h', 674 'ext/platform_device_mac.h',
674 'ext/platform_device_win.cc', 675 'ext/platform_device_win.cc',
675 'ext/platform_device_win.h', 676 'ext/platform_device_win.h',
676 'ext/SkMemory_new_handler.cpp', 677 'ext/SkMemory_new_handler.cpp',
677 'ext/skia_utils_mac.mm', 678 'ext/skia_utils_mac.mm',
678 'ext/skia_utils_mac.h', 679 'ext/skia_utils_mac.h',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 ], 945 ],
945 }, 946 },
946 ], 947 ],
947 } 948 }
948 949
949 # Local Variables: 950 # Local Variables:
950 # tab-width:2 951 # tab-width:2
951 # indent-tabs-mode:nil 952 # indent-tabs-mode:nil
952 # End: 953 # End:
953 # vim: set expandtab tabstop=2 shiftwidth=2: 954 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698