Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2868323003: Canvas2D on WebGL texture (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 "graphics/gpu/DrawingBuffer.cpp", 1029 "graphics/gpu/DrawingBuffer.cpp",
1030 "graphics/gpu/DrawingBuffer.h", 1030 "graphics/gpu/DrawingBuffer.h",
1031 "graphics/gpu/Extensions3DUtil.cpp", 1031 "graphics/gpu/Extensions3DUtil.cpp",
1032 "graphics/gpu/Extensions3DUtil.h", 1032 "graphics/gpu/Extensions3DUtil.h",
1033 "graphics/gpu/ImageLayerBridge.cpp", 1033 "graphics/gpu/ImageLayerBridge.cpp",
1034 "graphics/gpu/ImageLayerBridge.h", 1034 "graphics/gpu/ImageLayerBridge.h",
1035 "graphics/gpu/SharedContextRateLimiter.cpp", 1035 "graphics/gpu/SharedContextRateLimiter.cpp",
1036 "graphics/gpu/SharedContextRateLimiter.h", 1036 "graphics/gpu/SharedContextRateLimiter.h",
1037 "graphics/gpu/SharedGpuContext.cpp", 1037 "graphics/gpu/SharedGpuContext.cpp",
1038 "graphics/gpu/SharedGpuContext.h", 1038 "graphics/gpu/SharedGpuContext.h",
1039 "graphics/gpu/TextureImageBufferSurface.cpp",
1040 "graphics/gpu/TextureImageBufferSurface.h",
1039 "graphics/gpu/WebGLImageConversion.cpp", 1041 "graphics/gpu/WebGLImageConversion.cpp",
1040 "graphics/gpu/WebGLImageConversion.h", 1042 "graphics/gpu/WebGLImageConversion.h",
1041 "graphics/paint/ClipDisplayItem.cpp", 1043 "graphics/paint/ClipDisplayItem.cpp",
1042 "graphics/paint/ClipDisplayItem.h", 1044 "graphics/paint/ClipDisplayItem.h",
1043 "graphics/paint/ClipPaintPropertyNode.cpp", 1045 "graphics/paint/ClipPaintPropertyNode.cpp",
1044 "graphics/paint/ClipPaintPropertyNode.h", 1046 "graphics/paint/ClipPaintPropertyNode.h",
1045 "graphics/paint/ClipPathDisplayItem.cpp", 1047 "graphics/paint/ClipPathDisplayItem.cpp",
1046 "graphics/paint/ClipPathDisplayItem.h", 1048 "graphics/paint/ClipPathDisplayItem.h",
1047 "graphics/paint/ClipPathRecorder.cpp", 1049 "graphics/paint/ClipPathRecorder.cpp",
1048 "graphics/paint/ClipPathRecorder.h", 1050 "graphics/paint/ClipPathRecorder.h",
(...skipping 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after
2233 "//third_party/WebKit/Source:config", 2235 "//third_party/WebKit/Source:config",
2234 "//third_party/WebKit/Source:inside_blink", 2236 "//third_party/WebKit/Source:inside_blink",
2235 ] 2237 ]
2236 2238
2237 deps = [ 2239 deps = [
2238 ":test_support", 2240 ":test_support",
2239 "//testing/gmock", 2241 "//testing/gmock",
2240 "//testing/gtest", 2242 "//testing/gtest",
2241 ] 2243 ]
2242 } 2244 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698