| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 10 'variables': { |
| (...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 714 'ext/platform_canvas_skia.cc', | 714 'ext/platform_canvas_skia.cc', |
| 715 'ext/platform_canvas_win.cc', | 715 'ext/platform_canvas_win.cc', |
| 716 'ext/platform_device.cc', | 716 'ext/platform_device.cc', |
| 717 'ext/platform_device.h', | 717 'ext/platform_device.h', |
| 718 'ext/platform_device_linux.cc', | 718 'ext/platform_device_linux.cc', |
| 719 'ext/platform_device_mac.cc', | 719 'ext/platform_device_mac.cc', |
| 720 'ext/platform_device_win.cc', | 720 'ext/platform_device_win.cc', |
| 721 'ext/SkMemory_new_handler.cpp', | 721 'ext/SkMemory_new_handler.cpp', |
| 722 'ext/skia_sandbox_support_win.h', | 722 'ext/skia_sandbox_support_win.h', |
| 723 'ext/skia_sandbox_support_win.cc', | 723 'ext/skia_sandbox_support_win.cc', |
| 724 'ext/skia_trace_shim.h', |
| 724 'ext/skia_utils_mac.mm', | 725 'ext/skia_utils_mac.mm', |
| 725 'ext/skia_utils_mac.h', | 726 'ext/skia_utils_mac.h', |
| 726 'ext/skia_utils_win.cc', | 727 'ext/skia_utils_win.cc', |
| 727 'ext/skia_utils_win.h', | 728 'ext/skia_utils_win.h', |
| 728 'ext/vector_canvas.cc', | 729 'ext/vector_canvas.cc', |
| 729 'ext/vector_canvas.h', | 730 'ext/vector_canvas.h', |
| 730 'ext/vector_platform_device_emf_win.cc', | 731 'ext/vector_platform_device_emf_win.cc', |
| 731 'ext/vector_platform_device_emf_win.h', | 732 'ext/vector_platform_device_emf_win.h', |
| 732 'ext/vector_platform_device_skia.cc', | 733 'ext/vector_platform_device_skia.cc', |
| 733 'ext/vector_platform_device_skia.h', | 734 'ext/vector_platform_device_skia.h', |
| (...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1249 ], | 1250 ], |
| 1250 'include_dirs': [ | 1251 'include_dirs': [ |
| 1251 '..', | 1252 '..', |
| 1252 ], | 1253 ], |
| 1253 'sources': [ | 1254 'sources': [ |
| 1254 'ext/image_operations_bench.cc', | 1255 'ext/image_operations_bench.cc', |
| 1255 ], | 1256 ], |
| 1256 }, | 1257 }, |
| 1257 ], | 1258 ], |
| 1258 } | 1259 } |
| OLD | NEW |