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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
655 '../third_party/skia/include/gpu/GrFontScaler.h', | 655 '../third_party/skia/include/gpu/GrFontScaler.h', |
656 '../third_party/skia/include/gpu/gl/GrGLConfig.h', | 656 '../third_party/skia/include/gpu/gl/GrGLConfig.h', |
657 '../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h', | 657 '../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h', |
658 '../third_party/skia/include/gpu/gl/GrGLInterface.h', | 658 '../third_party/skia/include/gpu/gl/GrGLInterface.h', |
659 '../third_party/skia/include/gpu/GrGlyph.h', | 659 '../third_party/skia/include/gpu/GrGlyph.h', |
660 '../third_party/skia/include/gpu/GrInstanceCounter.h', | 660 '../third_party/skia/include/gpu/GrInstanceCounter.h', |
661 '../third_party/skia/include/gpu/GrKey.h', | 661 '../third_party/skia/include/gpu/GrKey.h', |
662 '../third_party/skia/include/gpu/GrMatrix.h', | 662 '../third_party/skia/include/gpu/GrMatrix.h', |
663 '../third_party/skia/include/gpu/GrNoncopyable.h', | 663 '../third_party/skia/include/gpu/GrNoncopyable.h', |
664 '../third_party/skia/include/gpu/GrPaint.h', | 664 '../third_party/skia/include/gpu/GrPaint.h', |
665 '../third_party/skia/include/gpu/GrPath.h', | |
666 '../third_party/skia/include/gpu/GrPoint.h', | 665 '../third_party/skia/include/gpu/GrPoint.h', |
667 '../third_party/skia/include/gpu/GrRect.h', | 666 '../third_party/skia/include/gpu/GrRect.h', |
668 '../third_party/skia/include/gpu/GrRefCnt.h', | 667 '../third_party/skia/include/gpu/GrRefCnt.h', |
669 '../third_party/skia/include/gpu/GrRenderTarget.h', | 668 '../third_party/skia/include/gpu/GrRenderTarget.h', |
670 '../third_party/skia/include/gpu/GrSamplerState.h', | 669 '../third_party/skia/include/gpu/GrSamplerState.h', |
671 '../third_party/skia/include/gpu/GrScalar.h', | 670 '../third_party/skia/include/gpu/GrScalar.h', |
672 '../third_party/skia/include/gpu/GrTextContext.h', | 671 '../third_party/skia/include/gpu/GrTextContext.h', |
673 '../third_party/skia/include/gpu/GrTexture.h', | 672 '../third_party/skia/include/gpu/GrTexture.h', |
674 '../third_party/skia/include/gpu/GrTypes.h', | 673 '../third_party/skia/include/gpu/GrTypes.h', |
675 '../third_party/skia/include/gpu/GrUserConfig.h', | 674 '../third_party/skia/include/gpu/GrUserConfig.h', |
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1257 ], | 1256 ], |
1258 'include_dirs': [ | 1257 'include_dirs': [ |
1259 '..', | 1258 '..', |
1260 ], | 1259 ], |
1261 'sources': [ | 1260 'sources': [ |
1262 'ext/image_operations_bench.cc', | 1261 'ext/image_operations_bench.cc', |
1263 ], | 1262 ], |
1264 }, | 1263 }, |
1265 ], | 1264 ], |
1266 } | 1265 } |
OLD | NEW |