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

Side by Side Diff: skia/skia.gyp

Issue 6665046: Unfork VectorPlatformCanvas. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 9 years, 9 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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 'ext/platform_device_mac.h', 635 'ext/platform_device_mac.h',
636 'ext/platform_device_win.cc', 636 'ext/platform_device_win.cc',
637 'ext/platform_device_win.h', 637 'ext/platform_device_win.h',
638 'ext/SkMemory_new_handler.cpp', 638 'ext/SkMemory_new_handler.cpp',
639 'ext/skia_utils_mac.mm', 639 'ext/skia_utils_mac.mm',
640 'ext/skia_utils_mac.h', 640 'ext/skia_utils_mac.h',
641 'ext/skia_utils_win.cc', 641 'ext/skia_utils_win.cc',
642 'ext/skia_utils_win.h', 642 'ext/skia_utils_win.h',
643 'ext/vector_canvas.cc', 643 'ext/vector_canvas.cc',
644 'ext/vector_canvas.h', 644 'ext/vector_canvas.h',
645 'ext/vector_canvas_linux.cc',
646 'ext/vector_canvas_win.cc',
647 'ext/vector_platform_device.h', 645 'ext/vector_platform_device.h',
648 'ext/vector_platform_device_linux.cc', 646 'ext/vector_platform_device_linux.cc',
649 'ext/vector_platform_device_linux.h', 647 'ext/vector_platform_device_linux.h',
650 'ext/vector_platform_device_win.cc', 648 'ext/vector_platform_device_win.cc',
651 'ext/vector_platform_device_win.h', 649 'ext/vector_platform_device_win.h',
652 ], 650 ],
653 'include_dirs': [ 651 'include_dirs': [
654 '..', 652 '..',
655 'config', 653 'config',
656 '../third_party/skia/include/config', 654 '../third_party/skia/include/config',
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 ], 894 ],
897 }, 895 },
898 ], 896 ],
899 } 897 }
900 898
901 # Local Variables: 899 # Local Variables:
902 # tab-width:2 900 # tab-width:2
903 # indent-tabs-mode:nil 901 # indent-tabs-mode:nil
904 # End: 902 # End:
905 # vim: set expandtab tabstop=2 shiftwidth=2: 903 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« skia/ext/vector_canvas.cc ('K') | « skia/ext/vector_platform_device_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698