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

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: Address comments, and compilation issues. Created 9 years, 4 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 'sources': [ 10 'sources': [
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 'ext/image_operations.h', 672 'ext/image_operations.h',
673 'ext/SkThread_chrome.cc', 673 'ext/SkThread_chrome.cc',
674 'ext/platform_canvas.cc', 674 'ext/platform_canvas.cc',
675 'ext/platform_canvas.h', 675 'ext/platform_canvas.h',
676 'ext/platform_canvas_linux.cc', 676 'ext/platform_canvas_linux.cc',
677 'ext/platform_canvas_mac.cc', 677 'ext/platform_canvas_mac.cc',
678 'ext/platform_canvas_win.cc', 678 'ext/platform_canvas_win.cc',
679 'ext/platform_device.cc', 679 'ext/platform_device.cc',
680 'ext/platform_device.h', 680 'ext/platform_device.h',
681 'ext/platform_device_linux.cc', 681 'ext/platform_device_linux.cc',
682 'ext/platform_device_linux.h',
683 'ext/platform_device_mac.cc', 682 'ext/platform_device_mac.cc',
684 'ext/platform_device_mac.h',
685 'ext/platform_device_win.cc', 683 'ext/platform_device_win.cc',
686 'ext/platform_device_win.h',
687 'ext/SkMemory_new_handler.cpp', 684 'ext/SkMemory_new_handler.cpp',
688 'ext/skia_utils_mac.mm', 685 'ext/skia_utils_mac.mm',
689 'ext/skia_utils_mac.h', 686 'ext/skia_utils_mac.h',
690 'ext/skia_utils_win.cc', 687 'ext/skia_utils_win.cc',
691 'ext/skia_utils_win.h', 688 'ext/skia_utils_win.h',
692 'ext/vector_canvas.cc', 689 'ext/vector_canvas.cc',
693 'ext/vector_canvas.h', 690 'ext/vector_canvas.h',
694 'ext/vector_platform_device_cairo_linux.cc', 691 'ext/vector_platform_device_cairo_linux.cc',
695 'ext/vector_platform_device_cairo_linux.h', 692 'ext/vector_platform_device_cairo_linux.h',
696 'ext/vector_platform_device_emf_win.cc', 693 'ext/vector_platform_device_emf_win.cc',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 ], 996 ],
1000 'include_dirs': [ 997 'include_dirs': [
1001 '..', 998 '..',
1002 ], 999 ],
1003 'sources': [ 1000 'sources': [
1004 'ext/image_operations_bench.cc', 1001 'ext/image_operations_bench.cc',
1005 ], 1002 ],
1006 }, 1003 },
1007 ], 1004 ],
1008 } 1005 }
OLDNEW
« skia/ext/platform_device.h ('K') | « 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