OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 import("//third_party/WebKit/Source/modules/modules.gni") | 5 import("//third_party/WebKit/Source/modules/modules.gni") |
6 | 6 |
7 blink_modules_sources("webgl") { | 7 blink_modules_sources("webgl") { |
8 sources = [ | 8 sources = [ |
9 "ANGLEInstancedArrays.cpp", | 9 "ANGLEInstancedArrays.cpp", |
10 "ANGLEInstancedArrays.h", | 10 "ANGLEInstancedArrays.h", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 "WebGLCompressedTextureASTC.cpp", | 46 "WebGLCompressedTextureASTC.cpp", |
47 "WebGLCompressedTextureASTC.h", | 47 "WebGLCompressedTextureASTC.h", |
48 "WebGLCompressedTextureATC.cpp", | 48 "WebGLCompressedTextureATC.cpp", |
49 "WebGLCompressedTextureATC.h", | 49 "WebGLCompressedTextureATC.h", |
50 "WebGLCompressedTextureETC1.cpp", | 50 "WebGLCompressedTextureETC1.cpp", |
51 "WebGLCompressedTextureETC1.h", | 51 "WebGLCompressedTextureETC1.h", |
52 "WebGLCompressedTexturePVRTC.cpp", | 52 "WebGLCompressedTexturePVRTC.cpp", |
53 "WebGLCompressedTexturePVRTC.h", | 53 "WebGLCompressedTexturePVRTC.h", |
54 "WebGLCompressedTextureS3TC.cpp", | 54 "WebGLCompressedTextureS3TC.cpp", |
55 "WebGLCompressedTextureS3TC.h", | 55 "WebGLCompressedTextureS3TC.h", |
| 56 "WebGLCompressedTextureS3TCsRGB.cpp", |
| 57 "WebGLCompressedTextureS3TCsRGB.h", |
56 "WebGLContextAttributeHelpers.cpp", | 58 "WebGLContextAttributeHelpers.cpp", |
57 "WebGLContextAttributeHelpers.h", | 59 "WebGLContextAttributeHelpers.h", |
58 "WebGLContextEvent.cpp", | 60 "WebGLContextEvent.cpp", |
59 "WebGLContextEvent.h", | 61 "WebGLContextEvent.h", |
60 "WebGLContextGroup.cpp", | 62 "WebGLContextGroup.cpp", |
61 "WebGLContextGroup.h", | 63 "WebGLContextGroup.h", |
62 "WebGLContextObject.cpp", | 64 "WebGLContextObject.cpp", |
63 "WebGLContextObject.h", | 65 "WebGLContextObject.h", |
64 "WebGLDebugRendererInfo.cpp", | 66 "WebGLDebugRendererInfo.cpp", |
65 "WebGLDebugRendererInfo.h", | 67 "WebGLDebugRendererInfo.h", |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 "WebGLUniformLocation.cpp", | 113 "WebGLUniformLocation.cpp", |
112 "WebGLUniformLocation.h", | 114 "WebGLUniformLocation.h", |
113 "WebGLVertexArrayObject.cpp", | 115 "WebGLVertexArrayObject.cpp", |
114 "WebGLVertexArrayObject.h", | 116 "WebGLVertexArrayObject.h", |
115 "WebGLVertexArrayObjectBase.cpp", | 117 "WebGLVertexArrayObjectBase.cpp", |
116 "WebGLVertexArrayObjectBase.h", | 118 "WebGLVertexArrayObjectBase.h", |
117 "WebGLVertexArrayObjectOES.cpp", | 119 "WebGLVertexArrayObjectOES.cpp", |
118 "WebGLVertexArrayObjectOES.h", | 120 "WebGLVertexArrayObjectOES.h", |
119 ] | 121 ] |
120 } | 122 } |
OLD | NEW |