| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'sources': [ | 10 'sources': [ |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 '../third_party/skia/src/gpu/GrGLDefaultInterface_none.cpp', | 360 '../third_party/skia/src/gpu/GrGLDefaultInterface_none.cpp', |
| 361 '../third_party/skia/src/gpu/GrGLIndexBuffer.cpp', | 361 '../third_party/skia/src/gpu/GrGLIndexBuffer.cpp', |
| 362 '../third_party/skia/src/gpu/GrGLIndexBuffer.h', | 362 '../third_party/skia/src/gpu/GrGLIndexBuffer.h', |
| 363 '../third_party/skia/src/gpu/GrGLInterface.cpp', | 363 '../third_party/skia/src/gpu/GrGLInterface.cpp', |
| 364 '../third_party/skia/src/gpu/GrGLIRect.h', | 364 '../third_party/skia/src/gpu/GrGLIRect.h', |
| 365 '../third_party/skia/src/gpu/GrGLProgram.cpp', | 365 '../third_party/skia/src/gpu/GrGLProgram.cpp', |
| 366 '../third_party/skia/src/gpu/GrGLProgram.h', | 366 '../third_party/skia/src/gpu/GrGLProgram.h', |
| 367 '../third_party/skia/src/gpu/GrGLRenderTarget.cpp', | 367 '../third_party/skia/src/gpu/GrGLRenderTarget.cpp', |
| 368 '../third_party/skia/src/gpu/GrGLRenderTarget.h', | 368 '../third_party/skia/src/gpu/GrGLRenderTarget.h', |
| 369 '../third_party/skia/src/gpu/GrGLStencilBuffer.cpp', | 369 '../third_party/skia/src/gpu/GrGLStencilBuffer.cpp', |
| 370 '../third_party/skia/src/gpu/GrGLStencilBuffer.h', | 370 '../third_party/skia/src/gpu/GrGLSL.cpp', |
| 371 '../third_party/skia/src/gpu/GrGLSL.h', |
| 371 '../third_party/skia/src/gpu/GrGLTexture.cpp', | 372 '../third_party/skia/src/gpu/GrGLTexture.cpp', |
| 372 '../third_party/skia/src/gpu/GrGLTexture.h', | 373 '../third_party/skia/src/gpu/GrGLTexture.h', |
| 373 '../third_party/skia/src/gpu/GrGLUtil.cpp', | 374 '../third_party/skia/src/gpu/GrGLUtil.cpp', |
| 374 '../third_party/skia/src/gpu/GrGLVertexBuffer.cpp', | 375 '../third_party/skia/src/gpu/GrGLVertexBuffer.cpp', |
| 375 '../third_party/skia/src/gpu/GrGLVertexBuffer.h', | 376 '../third_party/skia/src/gpu/GrGLVertexBuffer.h', |
| 376 '../third_party/skia/src/gpu/GrGpu.cpp', | 377 '../third_party/skia/src/gpu/GrGpu.cpp', |
| 377 '../third_party/skia/src/gpu/GrGpu.h', | 378 '../third_party/skia/src/gpu/GrGpu.h', |
| 378 '../third_party/skia/src/gpu/GrGpuFactory.cpp', | 379 '../third_party/skia/src/gpu/GrGpuFactory.cpp', |
| 379 '../third_party/skia/src/gpu/GrGpuGL.cpp', | 380 '../third_party/skia/src/gpu/GrGpuGL.cpp', |
| 380 '../third_party/skia/src/gpu/GrGpuGL.h', | 381 '../third_party/skia/src/gpu/GrGpuGL.h', |
| (...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 ], | 1110 ], |
| 1110 'include_dirs': [ | 1111 'include_dirs': [ |
| 1111 '..', | 1112 '..', |
| 1112 ], | 1113 ], |
| 1113 'sources': [ | 1114 'sources': [ |
| 1114 'ext/image_operations_bench.cc', | 1115 'ext/image_operations_bench.cc', |
| 1115 ], | 1116 ], |
| 1116 }, | 1117 }, |
| 1117 ], | 1118 ], |
| 1118 } | 1119 } |
| OLD | NEW |