Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Side by Side Diff: tools/gn/secondary/skia/BUILD.gn

Issue 135293002: Remove a bunch of stale entries from our BUILD.gn files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for win Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 enable_printing = true # TODO(brettw) pass this feature flag in somehow. 5 enable_printing = true # TODO(brettw) pass this feature flag in somehow.
6 skia_support_gpu = !is_ios 6 skia_support_gpu = !is_ios
7 skia_support_pdf = !is_ios && enable_printing 7 skia_support_pdf = !is_ios && enable_printing
8 8
9 # External-facing config for dependent code. 9 # External-facing config for dependent code.
10 config("skia_config") { 10 config("skia_config") {
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 } 58 }
59 59
60 skia_chrome_sources = [ 60 skia_chrome_sources = [
61 "ext/analysis_canvas.cc", 61 "ext/analysis_canvas.cc",
62 "ext/analysis_canvas.h", 62 "ext/analysis_canvas.h",
63 "ext/benchmarking_canvas.cc", 63 "ext/benchmarking_canvas.cc",
64 "ext/benchmarking_canvas.h", 64 "ext/benchmarking_canvas.h",
65 "ext/bitmap_platform_device.h", 65 "ext/bitmap_platform_device.h",
66 "ext/bitmap_platform_device_android.cc", 66 "ext/bitmap_platform_device_android.cc",
67 "ext/bitmap_platform_device_android.h", 67 "ext/bitmap_platform_device_android.h",
68 "ext/bitmap_platform_device_linux.cc",
69 "ext/bitmap_platform_device_linux.h",
70 "ext/bitmap_platform_device_mac.cc", 68 "ext/bitmap_platform_device_mac.cc",
71 "ext/bitmap_platform_device_mac.h", 69 "ext/bitmap_platform_device_mac.h",
72 "ext/bitmap_platform_device_win.cc", 70 "ext/bitmap_platform_device_win.cc",
73 "ext/bitmap_platform_device_win.h", 71 "ext/bitmap_platform_device_win.h",
74 "ext/convolver.cc", 72 "ext/convolver.cc",
75 "ext/convolver.h", 73 "ext/convolver.h",
76 "ext/google_logging.cc", 74 "ext/google_logging.cc",
77 "ext/image_operations.cc", 75 "ext/image_operations.cc",
78 "ext/image_operations.h", 76 "ext/image_operations.h",
79 "ext/lazy_pixel_ref.cc", 77 "ext/lazy_pixel_ref.cc",
80 "ext/lazy_pixel_ref.h", 78 "ext/lazy_pixel_ref.h",
81 "ext/lazy_pixel_ref_utils.cc",
82 "ext/lazy_pixel_ref_utils.h",
83 "ext/SkThread_chrome.cc", 79 "ext/SkThread_chrome.cc",
84 "ext/opacity_draw_filter.cc", 80 "ext/opacity_draw_filter.cc",
85 "ext/opacity_draw_filter.h", 81 "ext/opacity_draw_filter.h",
86 "ext/paint_simplifier.cc", 82 "ext/paint_simplifier.cc",
87 "ext/paint_simplifier.h", 83 "ext/paint_simplifier.h",
88 "ext/platform_canvas.cc", 84 "ext/platform_canvas.cc",
89 "ext/platform_canvas.h", 85 "ext/platform_canvas.h",
90 "ext/platform_device.cc", 86 "ext/platform_device.cc",
91 "ext/platform_device.h", 87 "ext/platform_device.h",
92 "ext/platform_device_linux.cc", 88 "ext/platform_device_linux.cc",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 skia_library_sources = [ 207 skia_library_sources = [
212 # This section from core.gypi ----------------------------------------------- - 208 # This section from core.gypi ----------------------------------------------- -
213 209
214 "//third_party/skia/src/core/ARGB32_Clamp_Bilinear_BitmapShader.h", 210 "//third_party/skia/src/core/ARGB32_Clamp_Bilinear_BitmapShader.h",
215 "//third_party/skia/src/core/Sk64.cpp", 211 "//third_party/skia/src/core/Sk64.cpp",
216 "//third_party/skia/src/core/SkAAClip.cpp", 212 "//third_party/skia/src/core/SkAAClip.cpp",
217 "//third_party/skia/src/core/SkAnnotation.cpp", 213 "//third_party/skia/src/core/SkAnnotation.cpp",
218 "//third_party/skia/src/core/SkAdvancedTypefaceMetrics.cpp", 214 "//third_party/skia/src/core/SkAdvancedTypefaceMetrics.cpp",
219 "//third_party/skia/src/core/SkAlphaRuns.cpp", 215 "//third_party/skia/src/core/SkAlphaRuns.cpp",
220 "//third_party/skia/src/core/SkAntiRun.h", 216 "//third_party/skia/src/core/SkAntiRun.h",
221 "//third_party/skia/src/core/SkBBoxHierarchy.cpp",
222 "//third_party/skia/src/core/SkBBoxHierarchy.h",
223 "//third_party/skia/src/core/SkBBoxRecord.cpp", 217 "//third_party/skia/src/core/SkBBoxRecord.cpp",
224 "//third_party/skia/src/core/SkBBoxRecord.h", 218 "//third_party/skia/src/core/SkBBoxRecord.h",
225 "//third_party/skia/src/core/SkBBoxHierarchyRecord.cpp", 219 "//third_party/skia/src/core/SkBBoxHierarchyRecord.cpp",
226 "//third_party/skia/src/core/SkBBoxHierarchyRecord.h", 220 "//third_party/skia/src/core/SkBBoxHierarchyRecord.h",
227 "//third_party/skia/src/core/SkBitmap.cpp", 221 "//third_party/skia/src/core/SkBitmap.cpp",
228 "//third_party/skia/src/core/SkBitmapDevice.cpp", 222 "//third_party/skia/src/core/SkBitmapDevice.cpp",
229 "//third_party/skia/src/core/SkBitmapFilter.h", 223 "//third_party/skia/src/core/SkBitmapFilter.h",
230 "//third_party/skia/src/core/SkBitmapFilter.cpp", 224 "//third_party/skia/src/core/SkBitmapFilter.cpp",
231 "//third_party/skia/src/core/SkBitmapHeap.cpp", 225 "//third_party/skia/src/core/SkBitmapHeap.cpp",
232 "//third_party/skia/src/core/SkBitmapHeap.h", 226 "//third_party/skia/src/core/SkBitmapHeap.h",
233 "//third_party/skia/src/core/SkBitmapProcShader.cpp", 227 "//third_party/skia/src/core/SkBitmapProcShader.cpp",
234 "//third_party/skia/src/core/SkBitmapProcShader.h", 228 "//third_party/skia/src/core/SkBitmapProcShader.h",
235 "//third_party/skia/src/core/SkBitmapProcState.cpp", 229 "//third_party/skia/src/core/SkBitmapProcState.cpp",
236 "//third_party/skia/src/core/SkBitmapProcState.h", 230 "//third_party/skia/src/core/SkBitmapProcState.h",
237 "//third_party/skia/src/core/SkBitmapProcState_matrix.h", 231 "//third_party/skia/src/core/SkBitmapProcState_matrix.h",
238 "//third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp", 232 "//third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp",
239 "//third_party/skia/src/core/SkBitmapProcState_sample.h", 233 "//third_party/skia/src/core/SkBitmapProcState_sample.h",
240 "//third_party/skia/src/core/SkBitmapScaler.h", 234 "//third_party/skia/src/core/SkBitmapScaler.h",
241 "//third_party/skia/src/core/SkBitmapScaler.cpp", 235 "//third_party/skia/src/core/SkBitmapScaler.cpp",
242 "//third_party/skia/src/core/SkBitmapShader16BilerpTemplate.h", 236 "//third_party/skia/src/core/SkBitmapShader16BilerpTemplate.h",
243 "//third_party/skia/src/core/SkBitmapShaderTemplate.h", 237 "//third_party/skia/src/core/SkBitmapShaderTemplate.h",
244 "//third_party/skia/src/core/SkBitmap_scroll.cpp", 238 "//third_party/skia/src/core/SkBitmap_scroll.cpp",
245 "//third_party/skia/src/core/SkBlitBWMaskTemplate.h", 239 "//third_party/skia/src/core/SkBlitBWMaskTemplate.h",
246 "//third_party/skia/src/core/SkBlitMask_D32.cpp", 240 "//third_party/skia/src/core/SkBlitMask_D32.cpp",
247 "//third_party/skia/src/core/SkBlitRow_D16.cpp", 241 "//third_party/skia/src/core/SkBlitRow_D16.cpp",
248 "//third_party/skia/src/core/SkBlitRow_D32.cpp", 242 "//third_party/skia/src/core/SkBlitRow_D32.cpp",
249 "//third_party/skia/src/core/SkBlitter.h", 243 "//third_party/skia/src/core/SkBlitter.h",
250 "//third_party/skia/src/core/SkBlitter.cpp", 244 "//third_party/skia/src/core/SkBlitter.cpp",
251 "//third_party/skia/src/core/SkBlitter_A1.cpp",
252 "//third_party/skia/src/core/SkBlitter_A8.cpp", 245 "//third_party/skia/src/core/SkBlitter_A8.cpp",
253 "//third_party/skia/src/core/SkBlitter_ARGB32.cpp", 246 "//third_party/skia/src/core/SkBlitter_ARGB32.cpp",
254 "//third_party/skia/src/core/SkBlitter_RGB16.cpp", 247 "//third_party/skia/src/core/SkBlitter_RGB16.cpp",
255 "//third_party/skia/src/core/SkBlitter_Sprite.cpp", 248 "//third_party/skia/src/core/SkBlitter_Sprite.cpp",
256 "//third_party/skia/src/core/SkBuffer.cpp", 249 "//third_party/skia/src/core/SkBuffer.cpp",
257 "//third_party/skia/src/core/SkCanvas.cpp", 250 "//third_party/skia/src/core/SkCanvas.cpp",
258 "//third_party/skia/src/core/SkChunkAlloc.cpp", 251 "//third_party/skia/src/core/SkChunkAlloc.cpp",
259 "//third_party/skia/src/core/SkClipStack.cpp", 252 "//third_party/skia/src/core/SkClipStack.cpp",
260 "//third_party/skia/src/core/SkColor.cpp", 253 "//third_party/skia/src/core/SkColor.cpp",
261 "//third_party/skia/src/core/SkColorFilter.cpp", 254 "//third_party/skia/src/core/SkColorFilter.cpp",
262 "//third_party/skia/src/core/SkColorTable.cpp", 255 "//third_party/skia/src/core/SkColorTable.cpp",
263 "//third_party/skia/src/core/SkComposeShader.cpp", 256 "//third_party/skia/src/core/SkComposeShader.cpp",
264 "//third_party/skia/src/core/SkConfig8888.cpp", 257 "//third_party/skia/src/core/SkConfig8888.cpp",
265 "//third_party/skia/src/core/SkConfig8888.h", 258 "//third_party/skia/src/core/SkConfig8888.h",
266 "//third_party/skia/src/core/SkConvolver.cpp", 259 "//third_party/skia/src/core/SkConvolver.cpp",
267 "//third_party/skia/src/core/SkConvolver.h", 260 "//third_party/skia/src/core/SkConvolver.h",
268 "//third_party/skia/src/core/SkCordic.cpp",
269 "//third_party/skia/src/core/SkCordic.h",
270 "//third_party/skia/src/core/SkCoreBlitters.h", 261 "//third_party/skia/src/core/SkCoreBlitters.h",
271 "//third_party/skia/src/core/SkCubicClipper.cpp", 262 "//third_party/skia/src/core/SkCubicClipper.cpp",
272 "//third_party/skia/src/core/SkCubicClipper.h", 263 "//third_party/skia/src/core/SkCubicClipper.h",
273 "//third_party/skia/src/core/SkData.cpp", 264 "//third_party/skia/src/core/SkData.cpp",
274 "//third_party/skia/src/core/SkDataTable.cpp", 265 "//third_party/skia/src/core/SkDataTable.cpp",
275 "//third_party/skia/src/core/SkDebug.cpp", 266 "//third_party/skia/src/core/SkDebug.cpp",
276 "//third_party/skia/src/core/SkDeque.cpp", 267 "//third_party/skia/src/core/SkDeque.cpp",
277 "//third_party/skia/src/core/SkDevice.cpp", 268 "//third_party/skia/src/core/SkDevice.cpp",
278 "//third_party/skia/src/core/SkDeviceLooper.cpp", 269 "//third_party/skia/src/core/SkDeviceLooper.cpp",
279 "//third_party/skia/src/core/SkDeviceProfile.cpp", 270 "//third_party/skia/src/core/SkDeviceProfile.cpp",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "//third_party/skia/src/core/SkPictureStateTree.h", 335 "//third_party/skia/src/core/SkPictureStateTree.h",
345 "//third_party/skia/src/core/SkPixelRef.cpp", 336 "//third_party/skia/src/core/SkPixelRef.cpp",
346 "//third_party/skia/src/core/SkPoint.cpp", 337 "//third_party/skia/src/core/SkPoint.cpp",
347 "//third_party/skia/src/core/SkProcSpriteBlitter.cpp", 338 "//third_party/skia/src/core/SkProcSpriteBlitter.cpp",
348 "//third_party/skia/src/core/SkPtrRecorder.cpp", 339 "//third_party/skia/src/core/SkPtrRecorder.cpp",
349 "//third_party/skia/src/core/SkQuadClipper.cpp", 340 "//third_party/skia/src/core/SkQuadClipper.cpp",
350 "//third_party/skia/src/core/SkQuadClipper.h", 341 "//third_party/skia/src/core/SkQuadClipper.h",
351 "//third_party/skia/src/core/SkRasterClip.cpp", 342 "//third_party/skia/src/core/SkRasterClip.cpp",
352 "//third_party/skia/src/core/SkRasterizer.cpp", 343 "//third_party/skia/src/core/SkRasterizer.cpp",
353 "//third_party/skia/src/core/SkRect.cpp", 344 "//third_party/skia/src/core/SkRect.cpp",
354 "//third_party/skia/src/core/SkRefCnt.cpp",
355 "//third_party/skia/src/core/SkRefDict.cpp", 345 "//third_party/skia/src/core/SkRefDict.cpp",
356 "//third_party/skia/src/core/SkRegion.cpp", 346 "//third_party/skia/src/core/SkRegion.cpp",
357 "//third_party/skia/src/core/SkRegionPriv.h", 347 "//third_party/skia/src/core/SkRegionPriv.h",
358 "//third_party/skia/src/core/SkRegion_path.cpp", 348 "//third_party/skia/src/core/SkRegion_path.cpp",
359 "//third_party/skia/src/core/SkRRect.cpp", 349 "//third_party/skia/src/core/SkRRect.cpp",
360 "//third_party/skia/src/core/SkRTree.h", 350 "//third_party/skia/src/core/SkRTree.h",
361 "//third_party/skia/src/core/SkRTree.cpp", 351 "//third_party/skia/src/core/SkRTree.cpp",
362 "//third_party/skia/src/core/SkScaledImageCache.cpp", 352 "//third_party/skia/src/core/SkScaledImageCache.cpp",
363 "//third_party/skia/src/core/SkScalar.cpp", 353 "//third_party/skia/src/core/SkScalar.cpp",
364 "//third_party/skia/src/core/SkScalerContext.cpp", 354 "//third_party/skia/src/core/SkScalerContext.cpp",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 "//third_party/skia/src/core/SkTypeface.cpp", 386 "//third_party/skia/src/core/SkTypeface.cpp",
397 "//third_party/skia/src/core/SkTypefaceCache.cpp", 387 "//third_party/skia/src/core/SkTypefaceCache.cpp",
398 "//third_party/skia/src/core/SkTypefaceCache.h", 388 "//third_party/skia/src/core/SkTypefaceCache.h",
399 "//third_party/skia/src/core/SkUnPreMultiply.cpp", 389 "//third_party/skia/src/core/SkUnPreMultiply.cpp",
400 "//third_party/skia/src/core/SkUtils.cpp", 390 "//third_party/skia/src/core/SkUtils.cpp",
401 "//third_party/skia/src/core/SkWriter32.cpp", 391 "//third_party/skia/src/core/SkWriter32.cpp",
402 "//third_party/skia/src/core/SkXfermode.cpp", 392 "//third_party/skia/src/core/SkXfermode.cpp",
403 393
404 "//third_party/skia/src/doc/SkDocument.cpp", 394 "//third_party/skia/src/doc/SkDocument.cpp",
405 395
406 "//third_party/skia/src/image/SkDataPixelRef.cpp",
407 "//third_party/skia/src/image/SkImage.cpp", 396 "//third_party/skia/src/image/SkImage.cpp",
408 "//third_party/skia/src/image/SkImagePriv.cpp", 397 "//third_party/skia/src/image/SkImagePriv.cpp",
409 "//third_party/skia/src/image/SkImage_Codec.cpp", 398 "//third_party/skia/src/image/SkImage_Codec.cpp",
410 # "//third_party/skia/src/image/SkImage_Gpu.cpp", 399 # "//third_party/skia/src/image/SkImage_Gpu.cpp",
411 "//third_party/skia/src/image/SkImage_Picture.cpp", 400 "//third_party/skia/src/image/SkImage_Picture.cpp",
412 "//third_party/skia/src/image/SkImage_Raster.cpp", 401 "//third_party/skia/src/image/SkImage_Raster.cpp",
413 "//third_party/skia/src/image/SkSurface.cpp", 402 "//third_party/skia/src/image/SkSurface.cpp",
414 # "//third_party/skia/src/image/SkSurface_Gpu.cpp", 403 # "//third_party/skia/src/image/SkSurface_Gpu.cpp",
415 "//third_party/skia/src/image/SkSurface_Picture.cpp", 404 "//third_party/skia/src/image/SkSurface_Picture.cpp",
416 "//third_party/skia/src/image/SkSurface_Raster.cpp", 405 "//third_party/skia/src/image/SkSurface_Raster.cpp",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 "//third_party/skia/include/core/SkTypeface.h", 492 "//third_party/skia/include/core/SkTypeface.h",
504 "//third_party/skia/include/core/SkTypes.h", 493 "//third_party/skia/include/core/SkTypes.h",
505 "//third_party/skia/include/core/SkUnPreMultiply.h", 494 "//third_party/skia/include/core/SkUnPreMultiply.h",
506 "//third_party/skia/include/core/SkUnitMapper.h", 495 "//third_party/skia/include/core/SkUnitMapper.h",
507 "//third_party/skia/include/core/SkUtils.h", 496 "//third_party/skia/include/core/SkUtils.h",
508 "//third_party/skia/include/core/SkWeakRefCnt.h", 497 "//third_party/skia/include/core/SkWeakRefCnt.h",
509 "//third_party/skia/include/core/SkWriter32.h", 498 "//third_party/skia/include/core/SkWriter32.h",
510 "//third_party/skia/include/core/SkXfermode.h", 499 "//third_party/skia/include/core/SkXfermode.h",
511 500
512 # Lazy decoding: 501 # Lazy decoding:
513 "//third_party/skia/include/lazy/SkBitmapFactory.h",
514 "//third_party/skia/include/lazy/SkImageCache.h", 502 "//third_party/skia/include/lazy/SkImageCache.h",
515 "//third_party/skia/include/lazy/SkLruImageCache.h",
516 "//third_party/skia/include/lazy/SkPurgeableImageCache.h",
517 503
518 "//third_party/skia/src/lazy/SkBitmapFactory.cpp",
519 "//third_party/skia/src/lazy/SkLazyPixelRef.h",
520 "//third_party/skia/src/lazy/SkLazyPixelRef.cpp",
521 "//third_party/skia/src/lazy/SkLruImageCache.cpp",
522 "//third_party/skia/src/lazy/SkPurgeableMemoryBlock.h", 504 "//third_party/skia/src/lazy/SkPurgeableMemoryBlock.h",
523 "//third_party/skia/src/lazy/SkPurgeableMemoryBlock_common.cpp", 505 "//third_party/skia/src/lazy/SkPurgeableMemoryBlock_common.cpp",
524 "//third_party/skia/src/lazy/SkPurgeableImageCache.cpp",
525 506
526 # Path ops 507 # Path ops
527 "//third_party/skia/include/pathops/SkPathOps.h", 508 "//third_party/skia/include/pathops/SkPathOps.h",
528 509
529 "//third_party/skia/src/pathops/SkAddIntersections.cpp", 510 "//third_party/skia/src/pathops/SkAddIntersections.cpp",
530 "//third_party/skia/src/pathops/SkDCubicIntersection.cpp", 511 "//third_party/skia/src/pathops/SkDCubicIntersection.cpp",
531 "//third_party/skia/src/pathops/SkDCubicLineIntersection.cpp", 512 "//third_party/skia/src/pathops/SkDCubicLineIntersection.cpp",
532 "//third_party/skia/src/pathops/SkDCubicToQuads.cpp", 513 "//third_party/skia/src/pathops/SkDCubicToQuads.cpp",
533 "//third_party/skia/src/pathops/SkDLineIntersection.cpp", 514 "//third_party/skia/src/pathops/SkDLineIntersection.cpp",
534 "//third_party/skia/src/pathops/SkDQuadImplicit.cpp", 515 "//third_party/skia/src/pathops/SkDQuadImplicit.cpp",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 "//third_party/skia/src/pathops/SkQuarticRoot.h", 560 "//third_party/skia/src/pathops/SkQuarticRoot.h",
580 "//third_party/skia/src/pathops/SkReduceOrder.h", 561 "//third_party/skia/src/pathops/SkReduceOrder.h",
581 562
582 # This section from skia_effects.gypi ---------------------------------------- 563 # This section from skia_effects.gypi ----------------------------------------
583 564
584 "//third_party/skia/src/effects/Sk1DPathEffect.cpp", 565 "//third_party/skia/src/effects/Sk1DPathEffect.cpp",
585 "//third_party/skia/src/effects/Sk2DPathEffect.cpp", 566 "//third_party/skia/src/effects/Sk2DPathEffect.cpp",
586 "//third_party/skia/src/effects/SkArithmeticMode.cpp", 567 "//third_party/skia/src/effects/SkArithmeticMode.cpp",
587 "//third_party/skia/src/effects/SkAvoidXfermode.cpp", 568 "//third_party/skia/src/effects/SkAvoidXfermode.cpp",
588 "//third_party/skia/src/effects/SkBicubicImageFilter.cpp", 569 "//third_party/skia/src/effects/SkBicubicImageFilter.cpp",
589 "//third_party/skia/src/effects/SkBitmapAlphaThresholdShader.cpp",
590 "//third_party/skia/src/effects/SkBitmapSource.cpp", 570 "//third_party/skia/src/effects/SkBitmapSource.cpp",
591 "//third_party/skia/src/effects/SkBlurDrawLooper.cpp", 571 "//third_party/skia/src/effects/SkBlurDrawLooper.cpp",
592 "//third_party/skia/src/effects/SkBlurMask.cpp", 572 "//third_party/skia/src/effects/SkBlurMask.cpp",
593 "//third_party/skia/src/effects/SkBlurMask.h", 573 "//third_party/skia/src/effects/SkBlurMask.h",
594 "//third_party/skia/src/effects/SkBlurImageFilter.cpp", 574 "//third_party/skia/src/effects/SkBlurImageFilter.cpp",
595 "//third_party/skia/src/effects/SkBlurMaskFilter.cpp", 575 "//third_party/skia/src/effects/SkBlurMaskFilter.cpp",
596 "//third_party/skia/src/effects/SkColorFilters.cpp", 576 "//third_party/skia/src/effects/SkColorFilters.cpp",
597 "//third_party/skia/src/effects/SkColorFilterImageFilter.cpp", 577 "//third_party/skia/src/effects/SkColorFilterImageFilter.cpp",
598 "//third_party/skia/src/effects/SkColorMatrix.cpp", 578 "//third_party/skia/src/effects/SkColorMatrix.cpp",
599 "//third_party/skia/src/effects/SkColorMatrixFilter.cpp", 579 "//third_party/skia/src/effects/SkColorMatrixFilter.cpp",
600 "//third_party/skia/src/effects/SkComposeImageFilter.cpp", 580 "//third_party/skia/src/effects/SkComposeImageFilter.cpp",
601 "//third_party/skia/src/effects/SkCornerPathEffect.cpp", 581 "//third_party/skia/src/effects/SkCornerPathEffect.cpp",
602 "//third_party/skia/src/effects/SkDashPathEffect.cpp", 582 "//third_party/skia/src/effects/SkDashPathEffect.cpp",
603 "//third_party/skia/src/effects/SkDiscretePathEffect.cpp", 583 "//third_party/skia/src/effects/SkDiscretePathEffect.cpp",
604 "//third_party/skia/src/effects/SkDisplacementMapEffect.cpp", 584 "//third_party/skia/src/effects/SkDisplacementMapEffect.cpp",
605 "//third_party/skia/src/effects/SkDropShadowImageFilter.cpp", 585 "//third_party/skia/src/effects/SkDropShadowImageFilter.cpp",
606 "//third_party/skia/src/effects/SkEmbossMask.cpp", 586 "//third_party/skia/src/effects/SkEmbossMask.cpp",
607 "//third_party/skia/src/effects/SkEmbossMask.h", 587 "//third_party/skia/src/effects/SkEmbossMask.h",
608 "//third_party/skia/src/effects/SkEmbossMask_Table.h", 588 "//third_party/skia/src/effects/SkEmbossMask_Table.h",
609 "//third_party/skia/src/effects/SkEmbossMaskFilter.cpp", 589 "//third_party/skia/src/effects/SkEmbossMaskFilter.cpp",
610 "//third_party/skia/src/effects/SkGpuBlurUtils.h", 590 "//third_party/skia/src/effects/SkGpuBlurUtils.h",
611 "//third_party/skia/src/effects/SkGpuBlurUtils.cpp", 591 "//third_party/skia/src/effects/SkGpuBlurUtils.cpp",
612 "//third_party/skia/src/effects/SkKernel33MaskFilter.cpp", 592 "//third_party/skia/src/effects/SkKernel33MaskFilter.cpp",
613 "//third_party/skia/src/effects/SkLayerDrawLooper.cpp", 593 "//third_party/skia/src/effects/SkLayerDrawLooper.cpp",
614 "//third_party/skia/src/effects/SkLayerRasterizer.cpp", 594 "//third_party/skia/src/effects/SkLayerRasterizer.cpp",
615 "//third_party/skia/src/effects/SkLerpXfermode.cpp", 595 "//third_party/skia/src/effects/SkLerpXfermode.cpp",
616 "//third_party/skia/src/effects/SkLightingImageFilter.cpp", 596 "//third_party/skia/src/effects/SkLightingImageFilter.cpp",
617 "//third_party/skia/src/effects/SkLumaXfermode.cpp",
618 "//third_party/skia/src/effects/SkMagnifierImageFilter.cpp", 597 "//third_party/skia/src/effects/SkMagnifierImageFilter.cpp",
619 "//third_party/skia/src/effects/SkMatrixConvolutionImageFilter.cpp", 598 "//third_party/skia/src/effects/SkMatrixConvolutionImageFilter.cpp",
620 "//third_party/skia/src/effects/SkMergeImageFilter.cpp", 599 "//third_party/skia/src/effects/SkMergeImageFilter.cpp",
621 "//third_party/skia/src/effects/SkMorphologyImageFilter.cpp", 600 "//third_party/skia/src/effects/SkMorphologyImageFilter.cpp",
622 "//third_party/skia/src/effects/SkOffsetImageFilter.cpp", 601 "//third_party/skia/src/effects/SkOffsetImageFilter.cpp",
623 "//third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp", 602 "//third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp",
624 "//third_party/skia/src/effects/SkPerlinNoiseShader.cpp", 603 "//third_party/skia/src/effects/SkPerlinNoiseShader.cpp",
625 "//third_party/skia/src/effects/SkPixelXorXfermode.cpp", 604 "//third_party/skia/src/effects/SkPixelXorXfermode.cpp",
626 "//third_party/skia/src/effects/SkPorterDuff.cpp", 605 "//third_party/skia/src/effects/SkPorterDuff.cpp",
627 "//third_party/skia/src/effects/SkRectShaderImageFilter.cpp", 606 "//third_party/skia/src/effects/SkRectShaderImageFilter.cpp",
(...skipping 21 matching lines...) Expand all
649 "//third_party/skia/src/effects/gradients/SkTwoPointConicalGradient.cpp", 628 "//third_party/skia/src/effects/gradients/SkTwoPointConicalGradient.cpp",
650 "//third_party/skia/src/effects/gradients/SkTwoPointConicalGradient.h", 629 "//third_party/skia/src/effects/gradients/SkTwoPointConicalGradient.h",
651 "//third_party/skia/src/effects/gradients/SkSweepGradient.cpp", 630 "//third_party/skia/src/effects/gradients/SkSweepGradient.cpp",
652 "//third_party/skia/src/effects/gradients/SkSweepGradient.h", 631 "//third_party/skia/src/effects/gradients/SkSweepGradient.h",
653 632
654 "//third_party/skia/include/effects/Sk1DPathEffect.h", 633 "//third_party/skia/include/effects/Sk1DPathEffect.h",
655 "//third_party/skia/include/effects/Sk2DPathEffect.h", 634 "//third_party/skia/include/effects/Sk2DPathEffect.h",
656 "//third_party/skia/include/effects/SkXfermodeImageFilter.h", 635 "//third_party/skia/include/effects/SkXfermodeImageFilter.h",
657 "//third_party/skia/include/effects/SkArithmeticMode.h", 636 "//third_party/skia/include/effects/SkArithmeticMode.h",
658 "//third_party/skia/include/effects/SkAvoidXfermode.h", 637 "//third_party/skia/include/effects/SkAvoidXfermode.h",
659 "//third_party/skia/include/effects/SkBitmapAlphaThresholdShader.h",
660 "//third_party/skia/include/effects/SkBitmapSource.h", 638 "//third_party/skia/include/effects/SkBitmapSource.h",
661 "//third_party/skia/include/effects/SkBlurDrawLooper.h", 639 "//third_party/skia/include/effects/SkBlurDrawLooper.h",
662 "//third_party/skia/include/effects/SkBlurImageFilter.h", 640 "//third_party/skia/include/effects/SkBlurImageFilter.h",
663 "//third_party/skia/include/effects/SkBlurMaskFilter.h", 641 "//third_party/skia/include/effects/SkBlurMaskFilter.h",
664 "//third_party/skia/include/effects/SkColorMatrix.h", 642 "//third_party/skia/include/effects/SkColorMatrix.h",
665 "//third_party/skia/include/effects/SkColorMatrixFilter.h", 643 "//third_party/skia/include/effects/SkColorMatrixFilter.h",
666 "//third_party/skia/include/effects/SkColorFilterImageFilter.h", 644 "//third_party/skia/include/effects/SkColorFilterImageFilter.h",
667 "//third_party/skia/include/effects/SkCornerPathEffect.h", 645 "//third_party/skia/include/effects/SkCornerPathEffect.h",
668 "//third_party/skia/include/effects/SkDashPathEffect.h", 646 "//third_party/skia/include/effects/SkDashPathEffect.h",
669 "//third_party/skia/include/effects/SkDiscretePathEffect.h", 647 "//third_party/skia/include/effects/SkDiscretePathEffect.h",
670 "//third_party/skia/include/effects/SkDisplacementMapEffect.h", 648 "//third_party/skia/include/effects/SkDisplacementMapEffect.h",
671 "//third_party/skia/include/effects/SkDrawExtraPathEffect.h", 649 "//third_party/skia/include/effects/SkDrawExtraPathEffect.h",
672 "//third_party/skia/include/effects/SkDropShadowImageFilter.h", 650 "//third_party/skia/include/effects/SkDropShadowImageFilter.h",
673 "//third_party/skia/include/effects/SkEmbossMaskFilter.h", 651 "//third_party/skia/include/effects/SkEmbossMaskFilter.h",
674 "//third_party/skia/include/effects/SkGradientShader.h", 652 "//third_party/skia/include/effects/SkGradientShader.h",
675 "//third_party/skia/include/effects/SkKernel33MaskFilter.h", 653 "//third_party/skia/include/effects/SkKernel33MaskFilter.h",
676 "//third_party/skia/include/effects/SkLayerDrawLooper.h", 654 "//third_party/skia/include/effects/SkLayerDrawLooper.h",
677 "//third_party/skia/include/effects/SkLayerRasterizer.h", 655 "//third_party/skia/include/effects/SkLayerRasterizer.h",
678 "//third_party/skia/include/effects/SkLerpXfermode.h", 656 "//third_party/skia/include/effects/SkLerpXfermode.h",
679 "//third_party/skia/include/effects/SkLightingImageFilter.h", 657 "//third_party/skia/include/effects/SkLightingImageFilter.h",
680 "//third_party/skia/include/effects/SkLumaXfermode.h",
681 "//third_party/skia/include/effects/SkOffsetImageFilter.h", 658 "//third_party/skia/include/effects/SkOffsetImageFilter.h",
682 "//third_party/skia/include/effects/SkMorphologyImageFilter.h", 659 "//third_party/skia/include/effects/SkMorphologyImageFilter.h",
683 "//third_party/skia/include/effects/SkPaintFlagsDrawFilter.h", 660 "//third_party/skia/include/effects/SkPaintFlagsDrawFilter.h",
684 "//third_party/skia/include/effects/SkPerlinNoiseShader.h", 661 "//third_party/skia/include/effects/SkPerlinNoiseShader.h",
685 "//third_party/skia/include/effects/SkPixelXorXfermode.h", 662 "//third_party/skia/include/effects/SkPixelXorXfermode.h",
686 "//third_party/skia/include/effects/SkPorterDuff.h", 663 "//third_party/skia/include/effects/SkPorterDuff.h",
687 "//third_party/skia/include/effects/SkRectShaderImageFilter.h", 664 "//third_party/skia/include/effects/SkRectShaderImageFilter.h",
688 "//third_party/skia/include/effects/SkStippleMaskFilter.h", 665 "//third_party/skia/include/effects/SkStippleMaskFilter.h",
689 "//third_party/skia/include/effects/SkTableColorFilter.h", 666 "//third_party/skia/include/effects/SkTableColorFilter.h",
690 "//third_party/skia/include/effects/SkTableMaskFilter.h", 667 "//third_party/skia/include/effects/SkTableMaskFilter.h",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 "//third_party/skia/src/ports/SkFontHost_mac.cpp", 734 "//third_party/skia/src/ports/SkFontHost_mac.cpp",
758 "//third_party/skia/src/ports/SkFontHost_win.cpp", 735 "//third_party/skia/src/ports/SkFontHost_win.cpp",
759 "//third_party/skia/src/ports/SkFontHost_win_dw.cpp", 736 "//third_party/skia/src/ports/SkFontHost_win_dw.cpp",
760 "//third_party/skia/src/ports/SkFontMgr_default_gdi.cpp", 737 "//third_party/skia/src/ports/SkFontMgr_default_gdi.cpp",
761 "//third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp", 738 "//third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp",
762 "//third_party/skia/src/ports/SkImageDecoder_empty.cpp", 739 "//third_party/skia/src/ports/SkImageDecoder_empty.cpp",
763 "//third_party/skia/src/ports/SkOSFile_posix.cpp", 740 "//third_party/skia/src/ports/SkOSFile_posix.cpp",
764 "//third_party/skia/src/ports/SkOSFile_stdio.cpp", 741 "//third_party/skia/src/ports/SkOSFile_stdio.cpp",
765 "//third_party/skia/src/ports/SkOSFile_win.cpp", 742 "//third_party/skia/src/ports/SkOSFile_win.cpp",
766 "//third_party/skia/src/ports/SkPurgeableMemoryBlock_none.cpp", 743 "//third_party/skia/src/ports/SkPurgeableMemoryBlock_none.cpp",
767 "//third_party/skia/src/ports/SkThread_pthread.cpp",
768 "//third_party/skia/src/ports/SkThread_win.cpp", 744 "//third_party/skia/src/ports/SkThread_win.cpp",
769 "//third_party/skia/src/ports/SkTime_Unix.cpp", 745 "//third_party/skia/src/ports/SkTime_Unix.cpp",
770 "//third_party/skia/src/ports/SkTLS_pthread.cpp", 746 "//third_party/skia/src/ports/SkTLS_pthread.cpp",
771 "//third_party/skia/src/ports/SkTLS_win.cpp", 747 "//third_party/skia/src/ports/SkTLS_win.cpp",
772 "//third_party/skia/src/sfnt/SkOTTable_name.cpp", 748 "//third_party/skia/src/sfnt/SkOTTable_name.cpp",
773 "//third_party/skia/src/sfnt/SkOTTable_name.h", 749 "//third_party/skia/src/sfnt/SkOTTable_name.h",
774 "//third_party/skia/src/sfnt/SkOTUtils.cpp", 750 "//third_party/skia/src/sfnt/SkOTUtils.cpp",
775 "//third_party/skia/src/sfnt/SkOTUtils.h", 751 "//third_party/skia/src/sfnt/SkOTUtils.h",
776 "//third_party/skia/src/utils/debugger/SkDebugCanvas.cpp", 752 "//third_party/skia/src/utils/debugger/SkDebugCanvas.cpp",
777 "//third_party/skia/src/utils/debugger/SkDebugCanvas.h", 753 "//third_party/skia/src/utils/debugger/SkDebugCanvas.h",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 "//third_party/skia/src/gpu/effects/GrBicubicEffect.cpp", 820 "//third_party/skia/src/gpu/effects/GrBicubicEffect.cpp",
845 "//third_party/skia/src/gpu/effects/GrBicubicEffect.h", 821 "//third_party/skia/src/gpu/effects/GrBicubicEffect.h",
846 "//third_party/skia/src/gpu/effects/GrConfigConversionEffect.cpp", 822 "//third_party/skia/src/gpu/effects/GrConfigConversionEffect.cpp",
847 "//third_party/skia/src/gpu/effects/GrConfigConversionEffect.h", 823 "//third_party/skia/src/gpu/effects/GrConfigConversionEffect.h",
848 "//third_party/skia/src/gpu/effects/GrConvolutionEffect.cpp", 824 "//third_party/skia/src/gpu/effects/GrConvolutionEffect.cpp",
849 "//third_party/skia/src/gpu/effects/GrConvolutionEffect.h", 825 "//third_party/skia/src/gpu/effects/GrConvolutionEffect.h",
850 "//third_party/skia/src/gpu/effects/GrSimpleTextureEffect.cpp", 826 "//third_party/skia/src/gpu/effects/GrSimpleTextureEffect.cpp",
851 "//third_party/skia/src/gpu/effects/GrSimpleTextureEffect.h", 827 "//third_party/skia/src/gpu/effects/GrSimpleTextureEffect.h",
852 "//third_party/skia/src/gpu/effects/GrSingleTextureEffect.cpp", 828 "//third_party/skia/src/gpu/effects/GrSingleTextureEffect.cpp",
853 "//third_party/skia/src/gpu/effects/GrSingleTextureEffect.h", 829 "//third_party/skia/src/gpu/effects/GrSingleTextureEffect.h",
854 "//third_party/skia/src/gpu/effects/GrTextureDomainEffect.cpp",
855 "//third_party/skia/src/gpu/effects/GrTextureDomainEffect.h",
856 "//third_party/skia/src/gpu/effects/GrTextureStripAtlas.cpp", 830 "//third_party/skia/src/gpu/effects/GrTextureStripAtlas.cpp",
857 "//third_party/skia/src/gpu/effects/GrTextureStripAtlas.h", 831 "//third_party/skia/src/gpu/effects/GrTextureStripAtlas.h",
858 "//third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp", 832 "//third_party/skia/src/gpu/gl/GrGLBufferImpl.cpp",
859 "//third_party/skia/src/gpu/gl/GrGLBufferImpl.h", 833 "//third_party/skia/src/gpu/gl/GrGLBufferImpl.h",
860 "//third_party/skia/src/gpu/gl/GrGLCaps.cpp", 834 "//third_party/skia/src/gpu/gl/GrGLCaps.cpp",
861 "//third_party/skia/src/gpu/gl/GrGLCaps.h", 835 "//third_party/skia/src/gpu/gl/GrGLCaps.h",
862 "//third_party/skia/src/gpu/gl/GrGLContext.cpp", 836 "//third_party/skia/src/gpu/gl/GrGLContext.cpp",
863 "//third_party/skia/src/gpu/gl/GrGLContext.h", 837 "//third_party/skia/src/gpu/gl/GrGLContext.h",
864 "//third_party/skia/src/gpu/gl/GrGLCoordTransform.cpp",
865 "//third_party/skia/src/gpu/gl/GrGLCoordTransform.h",
866 "//third_party/skia/src/gpu/gl/GrGLCreateNativeInterface_none.cpp", 838 "//third_party/skia/src/gpu/gl/GrGLCreateNativeInterface_none.cpp",
867 "//third_party/skia/src/gpu/gl/GrGLDefaultInterface_none.cpp", 839 "//third_party/skia/src/gpu/gl/GrGLDefaultInterface_none.cpp",
868 "//third_party/skia/src/gpu/gl/GrGLDefines.h", 840 "//third_party/skia/src/gpu/gl/GrGLDefines.h",
869 "//third_party/skia/src/gpu/gl/GrGLEffect.h", 841 "//third_party/skia/src/gpu/gl/GrGLEffect.h",
870 "//third_party/skia/src/gpu/gl/GrGLExtensions.cpp", 842 "//third_party/skia/src/gpu/gl/GrGLExtensions.cpp",
871 "//third_party/skia/src/gpu/gl/GrGLIndexBuffer.cpp", 843 "//third_party/skia/src/gpu/gl/GrGLIndexBuffer.cpp",
872 "//third_party/skia/src/gpu/gl/GrGLIndexBuffer.h", 844 "//third_party/skia/src/gpu/gl/GrGLIndexBuffer.h",
873 "//third_party/skia/src/gpu/gl/GrGLInterface.cpp", 845 "//third_party/skia/src/gpu/gl/GrGLInterface.cpp",
874 "//third_party/skia/src/gpu/gl/GrGLIRect.h", 846 "//third_party/skia/src/gpu/gl/GrGLIRect.h",
875 "//third_party/skia/src/gpu/gl/GrGLNoOpInterface.cpp", 847 "//third_party/skia/src/gpu/gl/GrGLNoOpInterface.cpp",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 "//third_party/skia/src/gpu/GrClipMaskManager.h", 903 "//third_party/skia/src/gpu/GrClipMaskManager.h",
932 "//third_party/skia/src/gpu/GrContext.cpp", 904 "//third_party/skia/src/gpu/GrContext.cpp",
933 "//third_party/skia/src/gpu/GrDefaultPathRenderer.cpp", 905 "//third_party/skia/src/gpu/GrDefaultPathRenderer.cpp",
934 "//third_party/skia/src/gpu/GrDefaultPathRenderer.h", 906 "//third_party/skia/src/gpu/GrDefaultPathRenderer.h",
935 "//third_party/skia/src/gpu/GrDrawState.cpp", 907 "//third_party/skia/src/gpu/GrDrawState.cpp",
936 "//third_party/skia/src/gpu/GrDrawState.h", 908 "//third_party/skia/src/gpu/GrDrawState.h",
937 "//third_party/skia/src/gpu/GrDrawTargetCaps.h", 909 "//third_party/skia/src/gpu/GrDrawTargetCaps.h",
938 "//third_party/skia/src/gpu/GrDrawTarget.cpp", 910 "//third_party/skia/src/gpu/GrDrawTarget.cpp",
939 "//third_party/skia/src/gpu/GrDrawTarget.h", 911 "//third_party/skia/src/gpu/GrDrawTarget.h",
940 "//third_party/skia/src/gpu/GrEffect.cpp", 912 "//third_party/skia/src/gpu/GrEffect.cpp",
941 "//third_party/skia/src/gpu/GrGeometryBuffer.cpp",
942 "//third_party/skia/src/gpu/GrGeometryBuffer.h",
943 "//third_party/skia/src/gpu/GrGpu.cpp", 913 "//third_party/skia/src/gpu/GrGpu.cpp",
944 "//third_party/skia/src/gpu/GrGpuFactory.cpp", 914 "//third_party/skia/src/gpu/GrGpuFactory.cpp",
945 "//third_party/skia/src/gpu/GrGpu.h", 915 "//third_party/skia/src/gpu/GrGpu.h",
946 "//third_party/skia/src/gpu/GrIndexBuffer.h", 916 "//third_party/skia/src/gpu/GrIndexBuffer.h",
947 "//third_party/skia/src/gpu/GrInOrderDrawBuffer.cpp", 917 "//third_party/skia/src/gpu/GrInOrderDrawBuffer.cpp",
948 "//third_party/skia/src/gpu/GrInOrderDrawBuffer.h", 918 "//third_party/skia/src/gpu/GrInOrderDrawBuffer.h",
949 "//third_party/skia/src/gpu/GrMemory.cpp", 919 "//third_party/skia/src/gpu/GrMemory.cpp",
950 "//third_party/skia/src/gpu/GrMemoryPool.cpp", 920 "//third_party/skia/src/gpu/GrMemoryPool.cpp",
951 "//third_party/skia/src/gpu/GrMemoryPool.h", 921 "//third_party/skia/src/gpu/GrMemoryPool.h",
952 "//third_party/skia/src/gpu/GrOvalRenderer.cpp", 922 "//third_party/skia/src/gpu/GrOvalRenderer.cpp",
(...skipping 29 matching lines...) Expand all
982 "//third_party/skia/src/gpu/GrSWMaskHelper.h", 952 "//third_party/skia/src/gpu/GrSWMaskHelper.h",
983 "//third_party/skia/src/gpu/GrTBSearch.h", 953 "//third_party/skia/src/gpu/GrTBSearch.h",
984 "//third_party/skia/src/gpu/GrTemplates.h", 954 "//third_party/skia/src/gpu/GrTemplates.h",
985 "//third_party/skia/src/gpu/GrTextContext.cpp", 955 "//third_party/skia/src/gpu/GrTextContext.cpp",
986 "//third_party/skia/src/gpu/GrTextStrike.cpp", 956 "//third_party/skia/src/gpu/GrTextStrike.cpp",
987 "//third_party/skia/src/gpu/GrTextStrike.h", 957 "//third_party/skia/src/gpu/GrTextStrike.h",
988 "//third_party/skia/src/gpu/GrTextStrike_impl.h", 958 "//third_party/skia/src/gpu/GrTextStrike_impl.h",
989 "//third_party/skia/src/gpu/GrTextureAccess.cpp", 959 "//third_party/skia/src/gpu/GrTextureAccess.cpp",
990 "//third_party/skia/src/gpu/GrTexture.cpp", 960 "//third_party/skia/src/gpu/GrTexture.cpp",
991 "//third_party/skia/src/gpu/GrTHashCache.h", 961 "//third_party/skia/src/gpu/GrTHashCache.h",
992 "//third_party/skia/src/gpu/gr_unittests.cpp",
993 "//third_party/skia/src/gpu/GrVertexBuffer.h", 962 "//third_party/skia/src/gpu/GrVertexBuffer.h",
994 "//third_party/skia/src/gpu/SkGpuDevice.cpp", 963 "//third_party/skia/src/gpu/SkGpuDevice.cpp",
995 "//third_party/skia/src/gpu/SkGr.cpp", 964 "//third_party/skia/src/gpu/SkGr.cpp",
996 "//third_party/skia/src/gpu/SkGrFontScaler.cpp", 965 "//third_party/skia/src/gpu/SkGrFontScaler.cpp",
997 "//third_party/skia/src/gpu/SkGrPixelRef.cpp", 966 "//third_party/skia/src/gpu/SkGrPixelRef.cpp",
998 "//third_party/skia/src/gpu/SkGrTexturePixelRef.cpp", 967 "//third_party/skia/src/gpu/SkGrTexturePixelRef.cpp",
999 "//third_party/skia/src/image/SkImage_Gpu.cpp", 968 "//third_party/skia/src/image/SkImage_Gpu.cpp",
1000 "//third_party/skia/src/image/SkSurface_Gpu.cpp", 969 "//third_party/skia/src/image/SkSurface_Gpu.cpp",
1001 ] 970 ]
1002 } 971 }
1003 if (is_win) { 972 if (is_win) {
1004 skia_library_sources -= [ 973 skia_library_sources -= [
1005 "//third_party/skia/src/ports/SkOSFile_posix.cpp", 974 "//third_party/skia/src/ports/SkOSFile_posix.cpp",
1006 "//third_party/skia/src/ports/SkThread_pthread.cpp",
1007 "//third_party/skia/src/ports/SkTime_Unix.cpp", 975 "//third_party/skia/src/ports/SkTime_Unix.cpp",
1008 "//third_party/skia/src/ports/SkTLS_pthread.cpp", 976 "//third_party/skia/src/ports/SkTLS_pthread.cpp",
1009 "//third_party/skia/src/ports/SkFontConfigInterface_direct.cpp", 977 "//third_party/skia/src/ports/SkFontConfigInterface_direct.cpp",
1010 "//third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp", 978 "//third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp",
1011 ] 979 ]
1012 } else { 980 } else {
1013 skia_library_sources -= [ 981 skia_library_sources -= [
1014 "//third_party/skia/src/ports/SkFontHost_win.cpp", 982 "//third_party/skia/src/ports/SkFontHost_win.cpp",
1015 "//third_party/skia/src/ports/SkFontHost_win_dw.cpp", 983 "//third_party/skia/src/ports/SkFontHost_win_dw.cpp",
1016 "//third_party/skia/src/ports/SkFontMgr_default_gdi.cpp", 984 "//third_party/skia/src/ports/SkFontMgr_default_gdi.cpp",
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 ":skia_config", 1301 ":skia_config",
1334 "//build/config/compiler:no_chromium_code" 1302 "//build/config/compiler:no_chromium_code"
1335 ] 1303 ]
1336 1304
1337 if (is_linux) { 1305 if (is_linux) {
1338 cflags = [ "-msse3" ] 1306 cflags = [ "-msse3" ]
1339 } else if (is_mac) { 1307 } else if (is_mac) {
1340 cflags = [ "-mssse3" ] # Note the third 's'. 1308 cflags = [ "-mssse3" ] # Note the third 's'.
1341 } 1309 }
1342 } 1310 }
OLDNEW
« no previous file with comments | « no previous file | tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698