| OLD | NEW |
| 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 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 'ext/image_operations.h', | 673 'ext/image_operations.h', |
| 674 'ext/SkThread_chrome.cc', | 674 'ext/SkThread_chrome.cc', |
| 675 'ext/platform_canvas.cc', | 675 'ext/platform_canvas.cc', |
| 676 'ext/platform_canvas.h', | 676 'ext/platform_canvas.h', |
| 677 'ext/platform_canvas_linux.cc', | 677 'ext/platform_canvas_linux.cc', |
| 678 'ext/platform_canvas_mac.cc', | 678 'ext/platform_canvas_mac.cc', |
| 679 'ext/platform_canvas_win.cc', | 679 'ext/platform_canvas_win.cc', |
| 680 'ext/platform_device.cc', | 680 'ext/platform_device.cc', |
| 681 'ext/platform_device.h', | 681 'ext/platform_device.h', |
| 682 'ext/platform_device_linux.cc', | 682 'ext/platform_device_linux.cc', |
| 683 'ext/platform_device_linux.h', | |
| 684 'ext/platform_device_mac.cc', | 683 'ext/platform_device_mac.cc', |
| 685 'ext/platform_device_mac.h', | |
| 686 'ext/platform_device_win.cc', | 684 'ext/platform_device_win.cc', |
| 687 'ext/platform_device_win.h', | |
| 688 'ext/SkMemory_new_handler.cpp', | 685 'ext/SkMemory_new_handler.cpp', |
| 689 'ext/skia_utils_mac.mm', | 686 'ext/skia_utils_mac.mm', |
| 690 'ext/skia_utils_mac.h', | 687 'ext/skia_utils_mac.h', |
| 691 'ext/skia_utils_win.cc', | 688 'ext/skia_utils_win.cc', |
| 692 'ext/skia_utils_win.h', | 689 'ext/skia_utils_win.h', |
| 693 'ext/vector_canvas.cc', | 690 'ext/vector_canvas.cc', |
| 694 'ext/vector_canvas.h', | 691 'ext/vector_canvas.h', |
| 695 'ext/vector_platform_device_cairo_linux.cc', | 692 'ext/vector_platform_device_cairo_linux.cc', |
| 696 'ext/vector_platform_device_cairo_linux.h', | 693 'ext/vector_platform_device_cairo_linux.h', |
| 697 'ext/vector_platform_device_emf_win.cc', | 694 'ext/vector_platform_device_emf_win.cc', |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1000 ], | 997 ], |
| 1001 'include_dirs': [ | 998 'include_dirs': [ |
| 1002 '..', | 999 '..', |
| 1003 ], | 1000 ], |
| 1004 'sources': [ | 1001 'sources': [ |
| 1005 'ext/image_operations_bench.cc', | 1002 'ext/image_operations_bench.cc', |
| 1006 ], | 1003 ], |
| 1007 }, | 1004 }, |
| 1008 ], | 1005 ], |
| 1009 } | 1006 } |
| OLD | NEW |