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 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', | 10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 '../third_party/skia/gpu/include/GrConfig.h', | 56 '../third_party/skia/gpu/include/GrConfig.h', |
57 '../third_party/skia/gpu/include/GrContext.h', | 57 '../third_party/skia/gpu/include/GrContext.h', |
58 '../third_party/skia/gpu/include/GrContext_impl.h', | 58 '../third_party/skia/gpu/include/GrContext_impl.h', |
59 '../third_party/skia/gpu/include/GrDrawTarget.h', | 59 '../third_party/skia/gpu/include/GrDrawTarget.h', |
60 '../third_party/skia/gpu/include/GrFontScaler.h', | 60 '../third_party/skia/gpu/include/GrFontScaler.h', |
61 '../third_party/skia/gpu/include/GrGeometryBuffer.h', | 61 '../third_party/skia/gpu/include/GrGeometryBuffer.h', |
62 '../third_party/skia/gpu/include/GrGLConfig.h', | 62 '../third_party/skia/gpu/include/GrGLConfig.h', |
63 '../third_party/skia/gpu/include/GrGLConfig_chrome.h', | 63 '../third_party/skia/gpu/include/GrGLConfig_chrome.h', |
64 '../third_party/skia/gpu/include/GrGLIndexBuffer.h', | 64 '../third_party/skia/gpu/include/GrGLIndexBuffer.h', |
65 '../third_party/skia/gpu/include/GrGLInterface.h', | 65 '../third_party/skia/gpu/include/GrGLInterface.h', |
66 '../third_party/skia/gpu/include/GrGLPlatformIncludes.h', | |
67 '../third_party/skia/gpu/include/GrGLTexture.h', | 66 '../third_party/skia/gpu/include/GrGLTexture.h', |
68 '../third_party/skia/gpu/include/GrGLVertexBuffer.h', | 67 '../third_party/skia/gpu/include/GrGLVertexBuffer.h', |
69 '../third_party/skia/gpu/include/GrGlyph.h', | 68 '../third_party/skia/gpu/include/GrGlyph.h', |
70 '../third_party/skia/gpu/include/GrGpu.h', | 69 '../third_party/skia/gpu/include/GrGpu.h', |
71 '../third_party/skia/gpu/include/GrGpuVertex.h', | 70 '../third_party/skia/gpu/include/GrGpuVertex.h', |
72 '../third_party/skia/gpu/include/GrIPoint.h', | 71 '../third_party/skia/gpu/include/GrIPoint.h', |
73 '../third_party/skia/gpu/include/GrInOrderDrawBuffer.h', | 72 '../third_party/skia/gpu/include/GrInOrderDrawBuffer.h', |
74 '../third_party/skia/gpu/include/GrIndexBuffer.h', | 73 '../third_party/skia/gpu/include/GrIndexBuffer.h', |
75 '../third_party/skia/gpu/include/GrInstanceCounter.h', | 74 '../third_party/skia/gpu/include/GrInstanceCounter.h', |
76 '../third_party/skia/gpu/include/GrKey.h', | 75 '../third_party/skia/gpu/include/GrKey.h', |
(...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
944 ], | 943 ], |
945 }, | 944 }, |
946 ], | 945 ], |
947 } | 946 } |
948 | 947 |
949 # Local Variables: | 948 # Local Variables: |
950 # tab-width:2 | 949 # tab-width:2 |
951 # indent-tabs-mode:nil | 950 # indent-tabs-mode:nil |
952 # End: | 951 # End: |
953 # vim: set expandtab tabstop=2 shiftwidth=2: | 952 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |