| 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 '../third_party/skia/src/gpu/GrGLTexture.cpp', | 372 '../third_party/skia/src/gpu/GrGLTexture.cpp', |
| 373 '../third_party/skia/src/gpu/GrGLTexture.h', | 373 '../third_party/skia/src/gpu/GrGLTexture.h', |
| 374 '../third_party/skia/src/gpu/GrGLUtil.cpp', | 374 '../third_party/skia/src/gpu/GrGLUtil.cpp', |
| 375 '../third_party/skia/src/gpu/GrGLVertexBuffer.cpp', | 375 '../third_party/skia/src/gpu/GrGLVertexBuffer.cpp', |
| 376 '../third_party/skia/src/gpu/GrGLVertexBuffer.h', | 376 '../third_party/skia/src/gpu/GrGLVertexBuffer.h', |
| 377 '../third_party/skia/src/gpu/GrGpu.cpp', | 377 '../third_party/skia/src/gpu/GrGpu.cpp', |
| 378 '../third_party/skia/src/gpu/GrGpu.h', | 378 '../third_party/skia/src/gpu/GrGpu.h', |
| 379 '../third_party/skia/src/gpu/GrGpuFactory.cpp', | 379 '../third_party/skia/src/gpu/GrGpuFactory.cpp', |
| 380 '../third_party/skia/src/gpu/GrGpuGL.cpp', | 380 '../third_party/skia/src/gpu/GrGpuGL.cpp', |
| 381 '../third_party/skia/src/gpu/GrGpuGL.h', | 381 '../third_party/skia/src/gpu/GrGpuGL.h', |
| 382 '../third_party/skia/src/gpu/GrGpuGLFixed.cpp', | |
| 383 '../third_party/skia/src/gpu/GrGpuGLFixed.h', | |
| 384 '../third_party/skia/src/gpu/GrGpuGLShaders.cpp', | 382 '../third_party/skia/src/gpu/GrGpuGLShaders.cpp', |
| 385 '../third_party/skia/src/gpu/GrGpuGLShaders.h', | 383 '../third_party/skia/src/gpu/GrGpuGLShaders.h', |
| 386 '../third_party/skia/src/gpu/GrGpuVertex.h', | 384 '../third_party/skia/src/gpu/GrGpuVertex.h', |
| 387 '../third_party/skia/src/gpu/GrIndexBuffer.h', | 385 '../third_party/skia/src/gpu/GrIndexBuffer.h', |
| 388 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.cpp', | 386 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.cpp', |
| 389 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.h', | 387 '../third_party/skia/src/gpu/GrInOrderDrawBuffer.h', |
| 390 '../third_party/skia/src/gpu/GrMatrix.cpp', | 388 '../third_party/skia/src/gpu/GrMatrix.cpp', |
| 391 '../third_party/skia/src/gpu/GrMemory.cpp', | 389 '../third_party/skia/src/gpu/GrMemory.cpp', |
| 392 '../third_party/skia/src/gpu/GrPathRenderer.cpp', | 390 '../third_party/skia/src/gpu/GrPathRenderer.cpp', |
| 393 '../third_party/skia/src/gpu/GrPathRenderer.h', | 391 '../third_party/skia/src/gpu/GrPathRenderer.h', |
| (...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1114 ], | 1112 ], |
| 1115 'include_dirs': [ | 1113 'include_dirs': [ |
| 1116 '..', | 1114 '..', |
| 1117 ], | 1115 ], |
| 1118 'sources': [ | 1116 'sources': [ |
| 1119 'ext/image_operations_bench.cc', | 1117 'ext/image_operations_bench.cc', |
| 1120 ], | 1118 ], |
| 1121 }, | 1119 }, |
| 1122 ], | 1120 ], |
| 1123 } | 1121 } |
| OLD | NEW |