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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 '../third_party/skia/src/gpu/GrDrawTarget.h', | 380 '../third_party/skia/src/gpu/GrDrawTarget.h', |
381 '../third_party/skia/src/gpu/GrGeometryBuffer.h', | 381 '../third_party/skia/src/gpu/GrGeometryBuffer.h', |
382 '../third_party/skia/src/gpu/GrGpu.cpp', | 382 '../third_party/skia/src/gpu/GrGpu.cpp', |
383 '../third_party/skia/src/gpu/GrGpu.h', | 383 '../third_party/skia/src/gpu/GrGpu.h', |
384 '../third_party/skia/src/gpu/GrGpuFactory.cpp', | 384 '../third_party/skia/src/gpu/GrGpuFactory.cpp', |
385 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.cpp', | 385 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.cpp', |
386 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.h', | 386 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.h', |
387 '../third_party/skia/src/gpu/GrIndexBuffer.h', | 387 '../third_party/skia/src/gpu/GrIndexBuffer.h', |
388 '../third_party/skia/src/gpu/GrMatrix.cpp', | 388 '../third_party/skia/src/gpu/GrMatrix.cpp', |
389 '../third_party/skia/src/gpu/GrMemory.cpp', | 389 '../third_party/skia/src/gpu/GrMemory.cpp', |
| 390 '../third_party/skia/src/gpu/GrMemoryPool.cpp', |
| 391 '../third_party/skia/src/gpu/GrMemoryPool.h', |
390 '../third_party/skia/src/gpu/GrPathRenderer.cpp', | 392 '../third_party/skia/src/gpu/GrPathRenderer.cpp', |
391 '../third_party/skia/src/gpu/GrPathRenderer.h', | 393 '../third_party/skia/src/gpu/GrPathRenderer.h', |
392 '../third_party/skia/src/gpu/GrPathRendererChain.cpp', | 394 '../third_party/skia/src/gpu/GrPathRendererChain.cpp', |
393 '../third_party/skia/src/gpu/GrPathRendererChain.h', | 395 '../third_party/skia/src/gpu/GrPathRendererChain.h', |
394 '../third_party/skia/src/gpu/GrSoftwarePathRenderer.cpp', | 396 '../third_party/skia/src/gpu/GrSoftwarePathRenderer.cpp', |
395 '../third_party/skia/src/gpu/GrSoftwarePathRenderer.h', | 397 '../third_party/skia/src/gpu/GrSoftwarePathRenderer.h', |
396 '../third_party/skia/src/gpu/GrSWMaskHelper.cpp', | 398 '../third_party/skia/src/gpu/GrSWMaskHelper.cpp', |
397 '../third_party/skia/src/gpu/GrSWMaskHelper.h', | 399 '../third_party/skia/src/gpu/GrSWMaskHelper.h', |
398 '../third_party/skia/src/gpu/GrPath.h', | 400 '../third_party/skia/src/gpu/GrPath.h', |
399 '../third_party/skia/src/gpu/GrPathUtils.cpp', | 401 '../third_party/skia/src/gpu/GrPathUtils.cpp', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 '../third_party/skia/src/gpu/gl/GrGLProgramStage.h', | 463 '../third_party/skia/src/gpu/gl/GrGLProgramStage.h', |
462 '../third_party/skia/src/gpu/gl/GrGLRenderTarget.cpp', | 464 '../third_party/skia/src/gpu/gl/GrGLRenderTarget.cpp', |
463 '../third_party/skia/src/gpu/gl/GrGLRenderTarget.h', | 465 '../third_party/skia/src/gpu/gl/GrGLRenderTarget.h', |
464 '../third_party/skia/src/gpu/gl/GrGLSL.cpp', | 466 '../third_party/skia/src/gpu/gl/GrGLSL.cpp', |
465 '../third_party/skia/src/gpu/gl/GrGLSL.h', | 467 '../third_party/skia/src/gpu/gl/GrGLSL.h', |
466 '../third_party/skia/src/gpu/gl/GrGLShaderBuilder.cpp', | 468 '../third_party/skia/src/gpu/gl/GrGLShaderBuilder.cpp', |
467 '../third_party/skia/src/gpu/gl/GrGLShaderBuilder.h', | 469 '../third_party/skia/src/gpu/gl/GrGLShaderBuilder.h', |
468 '../third_party/skia/src/gpu/gl/GrGLStencilBuffer.cpp', | 470 '../third_party/skia/src/gpu/gl/GrGLStencilBuffer.cpp', |
469 '../third_party/skia/src/gpu/gl/GrGLTexture.cpp', | 471 '../third_party/skia/src/gpu/gl/GrGLTexture.cpp', |
470 '../third_party/skia/src/gpu/gl/GrGLTexture.h', | 472 '../third_party/skia/src/gpu/gl/GrGLTexture.h', |
| 473 '../third_party/skia/src/gpu/gl/GrGLUniformManager.cpp', |
| 474 '../third_party/skia/src/gpu/gl/GrGLUniformManager.h', |
| 475 '../third_party/skia/src/gpu/gl/GrGLUniformHandle.h', |
471 '../third_party/skia/src/gpu/gl/GrGLUtil.cpp', | 476 '../third_party/skia/src/gpu/gl/GrGLUtil.cpp', |
472 '../third_party/skia/src/gpu/gl/GrGLUtil.h', | 477 '../third_party/skia/src/gpu/gl/GrGLUtil.h', |
473 '../third_party/skia/src/gpu/gl/GrGLVertexBuffer.cpp', | 478 '../third_party/skia/src/gpu/gl/GrGLVertexBuffer.cpp', |
474 '../third_party/skia/src/gpu/gl/GrGLVertexBuffer.h', | 479 '../third_party/skia/src/gpu/gl/GrGLVertexBuffer.h', |
475 '../third_party/skia/src/gpu/gl/GrGpuGL.cpp', | 480 '../third_party/skia/src/gpu/gl/GrGpuGL.cpp', |
476 '../third_party/skia/src/gpu/gl/GrGpuGL.h', | 481 '../third_party/skia/src/gpu/gl/GrGpuGL.h', |
477 '../third_party/skia/src/gpu/gl/GrGpuGL_program.cpp', | 482 '../third_party/skia/src/gpu/gl/GrGpuGL_program.cpp', |
478 | 483 |
479 '../third_party/skia/src/images/bmpdecoderhelper.cpp', | 484 '../third_party/skia/src/images/bmpdecoderhelper.cpp', |
480 '../third_party/skia/src/images/bmpdecoderhelper.h', | 485 '../third_party/skia/src/images/bmpdecoderhelper.h', |
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1304 ], | 1309 ], |
1305 'include_dirs': [ | 1310 'include_dirs': [ |
1306 '..', | 1311 '..', |
1307 ], | 1312 ], |
1308 'sources': [ | 1313 'sources': [ |
1309 'ext/image_operations_bench.cc', | 1314 'ext/image_operations_bench.cc', |
1310 ], | 1315 ], |
1311 }, | 1316 }, |
1312 ], | 1317 ], |
1313 } | 1318 } |
OLD | NEW |