| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 'ext/image_operations.h', | 169 'ext/image_operations.h', |
| 170 'ext/lazy_pixel_ref.h', | 170 'ext/lazy_pixel_ref.h', |
| 171 'ext/SkThread_chrome.cc', | 171 'ext/SkThread_chrome.cc', |
| 172 'ext/platform_canvas.cc', | 172 'ext/platform_canvas.cc', |
| 173 'ext/platform_canvas.h', | 173 'ext/platform_canvas.h', |
| 174 'ext/platform_device.cc', | 174 'ext/platform_device.cc', |
| 175 'ext/platform_device.h', | 175 'ext/platform_device.h', |
| 176 'ext/platform_device_linux.cc', | 176 'ext/platform_device_linux.cc', |
| 177 'ext/platform_device_mac.cc', | 177 'ext/platform_device_mac.cc', |
| 178 'ext/platform_device_win.cc', | 178 'ext/platform_device_win.cc', |
| 179 'ext/refptr.h', |
| 179 'ext/SkMemory_new_handler.cpp', | 180 'ext/SkMemory_new_handler.cpp', |
| 180 'ext/skia_sandbox_support_win.h', | 181 'ext/skia_sandbox_support_win.h', |
| 181 'ext/skia_sandbox_support_win.cc', | 182 'ext/skia_sandbox_support_win.cc', |
| 182 'ext/skia_trace_shim.h', | 183 'ext/skia_trace_shim.h', |
| 183 'ext/skia_utils_ios.mm', | 184 'ext/skia_utils_ios.mm', |
| 184 'ext/skia_utils_ios.h', | 185 'ext/skia_utils_ios.h', |
| 185 'ext/skia_utils_mac.mm', | 186 'ext/skia_utils_mac.mm', |
| 186 'ext/skia_utils_mac.h', | 187 'ext/skia_utils_mac.h', |
| 187 'ext/skia_utils_win.cc', | 188 'ext/skia_utils_win.cc', |
| 188 'ext/skia_utils_win.h', | 189 'ext/skia_utils_win.h', |
| (...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 839 'sources': [ | 840 'sources': [ |
| 840 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', | 841 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', |
| 841 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', | 842 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', |
| 842 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', | 843 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', |
| 843 ], | 844 ], |
| 844 }, | 845 }, |
| 845 ], | 846 ], |
| 846 }], | 847 }], |
| 847 ], | 848 ], |
| 848 } | 849 } |
| OLD | NEW |