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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 'ext/bitmap_platform_device_win.cc', | 159 'ext/bitmap_platform_device_win.cc', |
160 'ext/bitmap_platform_device_win.h', | 160 'ext/bitmap_platform_device_win.h', |
161 'ext/convolver.cc', | 161 'ext/convolver.cc', |
162 'ext/convolver.h', | 162 'ext/convolver.h', |
163 'ext/google_logging.cc', | 163 'ext/google_logging.cc', |
164 'ext/image_operations.cc', | 164 'ext/image_operations.cc', |
165 'ext/image_operations.h', | 165 'ext/image_operations.h', |
166 'ext/lazy_pixel_ref.cc', | 166 'ext/lazy_pixel_ref.cc', |
167 'ext/lazy_pixel_ref.h', | 167 'ext/lazy_pixel_ref.h', |
168 'ext/SkThread_chrome.cc', | 168 'ext/SkThread_chrome.cc', |
| 169 'ext/paint_simplifier.cc', |
| 170 'ext/paint_simplifier.h', |
169 'ext/platform_canvas.cc', | 171 'ext/platform_canvas.cc', |
170 'ext/platform_canvas.h', | 172 'ext/platform_canvas.h', |
171 'ext/platform_device.cc', | 173 'ext/platform_device.cc', |
172 'ext/platform_device.h', | 174 'ext/platform_device.h', |
173 'ext/platform_device_linux.cc', | 175 'ext/platform_device_linux.cc', |
174 'ext/platform_device_mac.cc', | 176 'ext/platform_device_mac.cc', |
175 'ext/platform_device_win.cc', | 177 'ext/platform_device_win.cc', |
176 'ext/refptr.h', | 178 'ext/refptr.h', |
177 'ext/SkMemory_new_handler.cpp', | 179 'ext/SkMemory_new_handler.cpp', |
178 'ext/skia_sandbox_support_win.h', | 180 'ext/skia_sandbox_support_win.h', |
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
838 'sources': [ | 840 'sources': [ |
839 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', | 841 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', |
840 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', | 842 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', |
841 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', | 843 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', |
842 ], | 844 ], |
843 }, | 845 }, |
844 ], | 846 ], |
845 }], | 847 }], |
846 ], | 848 ], |
847 } | 849 } |
OLD | NEW |