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