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

Side by Side Diff: skia/skia.gyp

Issue 7633040: CL removing inheritance of SkDevice from PlatformDevice. Flavours of PlatformDevice classes now ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | Annotate | Revision Log
« no previous file with comments | « skia/ext/vector_platform_device_skia.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) 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 'sources': [ 10 'sources': [
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'ext/image_operations.h', 678 'ext/image_operations.h',
679 'ext/SkThread_chrome.cc', 679 'ext/SkThread_chrome.cc',
680 'ext/platform_canvas.cc', 680 'ext/platform_canvas.cc',
681 'ext/platform_canvas.h', 681 'ext/platform_canvas.h',
682 'ext/platform_canvas_linux.cc', 682 'ext/platform_canvas_linux.cc',
683 'ext/platform_canvas_mac.cc', 683 'ext/platform_canvas_mac.cc',
684 'ext/platform_canvas_win.cc', 684 'ext/platform_canvas_win.cc',
685 'ext/platform_device.cc', 685 'ext/platform_device.cc',
686 'ext/platform_device.h', 686 'ext/platform_device.h',
687 'ext/platform_device_linux.cc', 687 'ext/platform_device_linux.cc',
688 'ext/platform_device_linux.h',
689 'ext/platform_device_mac.cc', 688 'ext/platform_device_mac.cc',
690 'ext/platform_device_mac.h',
691 'ext/platform_device_win.cc', 689 'ext/platform_device_win.cc',
692 'ext/platform_device_win.h',
693 'ext/SkMemory_new_handler.cpp', 690 'ext/SkMemory_new_handler.cpp',
694 'ext/skia_utils_mac.mm', 691 'ext/skia_utils_mac.mm',
695 'ext/skia_utils_mac.h', 692 'ext/skia_utils_mac.h',
696 'ext/skia_utils_win.cc', 693 'ext/skia_utils_win.cc',
697 'ext/skia_utils_win.h', 694 'ext/skia_utils_win.h',
698 'ext/vector_canvas.cc', 695 'ext/vector_canvas.cc',
699 'ext/vector_canvas.h', 696 'ext/vector_canvas.h',
700 'ext/vector_platform_device_cairo_linux.cc', 697 'ext/vector_platform_device_cairo_linux.cc',
701 'ext/vector_platform_device_cairo_linux.h', 698 'ext/vector_platform_device_cairo_linux.h',
702 'ext/vector_platform_device_emf_win.cc', 699 'ext/vector_platform_device_emf_win.cc',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 ], 1002 ],
1006 'include_dirs': [ 1003 'include_dirs': [
1007 '..', 1004 '..',
1008 ], 1005 ],
1009 'sources': [ 1006 'sources': [
1010 'ext/image_operations_bench.cc', 1007 'ext/image_operations_bench.cc',
1011 ], 1008 ],
1012 }, 1009 },
1013 ], 1010 ],
1014 } 1011 }
OLDNEW
« no previous file with comments | « skia/ext/vector_platform_device_skia.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698