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', | |
184 '../third_party/skia/src/core/SkBitmapProcShader.cpp', | 183 '../third_party/skia/src/core/SkBitmapProcShader.cpp', |
185 '../third_party/skia/src/core/SkBitmapProcShader.h', | 184 '../third_party/skia/src/core/SkBitmapProcShader.h', |
186 '../third_party/skia/src/core/SkBitmapProcState.cpp', | 185 '../third_party/skia/src/core/SkBitmapProcState.cpp', |
187 '../third_party/skia/src/core/SkBitmapProcState.h', | 186 '../third_party/skia/src/core/SkBitmapProcState.h', |
188 '../third_party/skia/src/core/SkBitmapProcState_matrix.h', | 187 '../third_party/skia/src/core/SkBitmapProcState_matrix.h', |
189 '../third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp', | 188 '../third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp', |
190 '../third_party/skia/src/core/SkBitmapProcState_sample.h', | 189 '../third_party/skia/src/core/SkBitmapProcState_sample.h', |
191 '../third_party/skia/src/core/SkBitmapSampler.cpp', | 190 '../third_party/skia/src/core/SkBitmapSampler.cpp', |
192 '../third_party/skia/src/core/SkBitmapSampler.h', | 191 '../third_party/skia/src/core/SkBitmapSampler.h', |
193 '../third_party/skia/src/core/SkBitmapSamplerTemplate.h', | 192 '../third_party/skia/src/core/SkBitmapSamplerTemplate.h', |
(...skipping 1144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1338 ], | 1337 ], |
1339 'include_dirs': [ | 1338 'include_dirs': [ |
1340 '..', | 1339 '..', |
1341 ], | 1340 ], |
1342 'sources': [ | 1341 'sources': [ |
1343 'ext/image_operations_bench.cc', | 1342 'ext/image_operations_bench.cc', |
1344 ], | 1343 ], |
1345 }, | 1344 }, |
1346 ], | 1345 ], |
1347 } | 1346 } |
OLD | NEW |