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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 '../third_party/skia/src/animator/SkTime.cpp', | 173 '../third_party/skia/src/animator/SkTime.cpp', |
174 | 174 |
175 '../third_party/skia/src/core/ARGB32_Clamp_Bilinear_BitmapShader.h', | 175 '../third_party/skia/src/core/ARGB32_Clamp_Bilinear_BitmapShader.h', |
176 '../third_party/skia/src/core/Sk64.cpp', | 176 '../third_party/skia/src/core/Sk64.cpp', |
177 '../third_party/skia/src/core/SkAAClip.cpp', | 177 '../third_party/skia/src/core/SkAAClip.cpp', |
178 '../third_party/skia/src/core/SkAdvancedTypefaceMetrics.cpp', | 178 '../third_party/skia/src/core/SkAdvancedTypefaceMetrics.cpp', |
179 '../third_party/skia/src/core/SkAnnotation.cpp', | 179 '../third_party/skia/src/core/SkAnnotation.cpp', |
180 '../third_party/skia/src/core/SkAlphaRuns.cpp', | 180 '../third_party/skia/src/core/SkAlphaRuns.cpp', |
181 '../third_party/skia/src/core/SkAntiRun.h', | 181 '../third_party/skia/src/core/SkAntiRun.h', |
182 '../third_party/skia/src/core/SkBitmap.cpp', | 182 '../third_party/skia/src/core/SkBitmap.cpp', |
| 183 '../third_party/skia/src/core/SkBitmapHeap.cpp', |
183 '../third_party/skia/src/core/SkBitmapProcShader.cpp', | 184 '../third_party/skia/src/core/SkBitmapProcShader.cpp', |
184 '../third_party/skia/src/core/SkBitmapProcShader.h', | 185 '../third_party/skia/src/core/SkBitmapProcShader.h', |
185 '../third_party/skia/src/core/SkBitmapProcState.cpp', | 186 '../third_party/skia/src/core/SkBitmapProcState.cpp', |
186 '../third_party/skia/src/core/SkBitmapProcState.h', | 187 '../third_party/skia/src/core/SkBitmapProcState.h', |
187 '../third_party/skia/src/core/SkBitmapProcState_matrix.h', | 188 '../third_party/skia/src/core/SkBitmapProcState_matrix.h', |
188 '../third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp', | 189 '../third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp', |
189 '../third_party/skia/src/core/SkBitmapProcState_sample.h', | 190 '../third_party/skia/src/core/SkBitmapProcState_sample.h', |
190 '../third_party/skia/src/core/SkBitmapSampler.cpp', | 191 '../third_party/skia/src/core/SkBitmapSampler.cpp', |
191 '../third_party/skia/src/core/SkBitmapSampler.h', | 192 '../third_party/skia/src/core/SkBitmapSampler.h', |
192 '../third_party/skia/src/core/SkBitmapSamplerTemplate.h', | 193 '../third_party/skia/src/core/SkBitmapSamplerTemplate.h', |
(...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1341 ], | 1342 ], |
1342 'include_dirs': [ | 1343 'include_dirs': [ |
1343 '..', | 1344 '..', |
1344 ], | 1345 ], |
1345 'sources': [ | 1346 'sources': [ |
1346 'ext/image_operations_bench.cc', | 1347 'ext/image_operations_bench.cc', |
1347 ], | 1348 ], |
1348 }, | 1349 }, |
1349 ], | 1350 ], |
1350 } | 1351 } |
OLD | NEW |