| 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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 687 'ext/platform_canvas.cc', | 687 'ext/platform_canvas.cc', |
| 688 'ext/platform_canvas.h', | 688 'ext/platform_canvas.h', |
| 689 'ext/platform_canvas_linux.cc', | 689 'ext/platform_canvas_linux.cc', |
| 690 'ext/platform_canvas_mac.cc', | 690 'ext/platform_canvas_mac.cc', |
| 691 'ext/platform_canvas_win.cc', | 691 'ext/platform_canvas_win.cc', |
| 692 'ext/platform_device.cc', | 692 'ext/platform_device.cc', |
| 693 'ext/platform_device.h', | 693 'ext/platform_device.h', |
| 694 'ext/platform_device_linux.cc', | 694 'ext/platform_device_linux.cc', |
| 695 'ext/platform_device_mac.cc', | 695 'ext/platform_device_mac.cc', |
| 696 'ext/platform_device_win.cc', | 696 'ext/platform_device_win.cc', |
| 697 'ext/SkFontHost_sandbox_win.h', |
| 698 'ext/SkFontHost_sandbox_win.cpp', |
| 697 'ext/SkMemory_new_handler.cpp', | 699 'ext/SkMemory_new_handler.cpp', |
| 698 'ext/skia_utils_mac.mm', | 700 'ext/skia_utils_mac.mm', |
| 699 'ext/skia_utils_mac.h', | 701 'ext/skia_utils_mac.h', |
| 700 'ext/skia_utils_win.cc', | 702 'ext/skia_utils_win.cc', |
| 701 'ext/skia_utils_win.h', | 703 'ext/skia_utils_win.h', |
| 702 'ext/vector_canvas.cc', | 704 'ext/vector_canvas.cc', |
| 703 'ext/vector_canvas.h', | 705 'ext/vector_canvas.h', |
| 704 'ext/vector_platform_device_emf_win.cc', | 706 'ext/vector_platform_device_emf_win.cc', |
| 705 'ext/vector_platform_device_emf_win.h', | 707 'ext/vector_platform_device_emf_win.h', |
| 706 'ext/vector_platform_device_skia.cc', | 708 'ext/vector_platform_device_skia.cc', |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1113 ], | 1115 ], |
| 1114 'include_dirs': [ | 1116 'include_dirs': [ |
| 1115 '..', | 1117 '..', |
| 1116 ], | 1118 ], |
| 1117 'sources': [ | 1119 'sources': [ |
| 1118 'ext/image_operations_bench.cc', | 1120 'ext/image_operations_bench.cc', |
| 1119 ], | 1121 ], |
| 1120 }, | 1122 }, |
| 1121 ], | 1123 ], |
| 1122 } | 1124 } |
| OLD | NEW |