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

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

Issue 2362473002: Adding unit test for DrawingBuffer's bitmap recycling mechanism (Closed)
Patch Set: fix nits Created 4 years, 3 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/Source/build/scripts/scripts.gni") 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
10 import("//third_party/WebKit/Source/config.gni") 10 import("//third_party/WebKit/Source/config.gni")
(...skipping 1920 matching lines...) Expand 10 before | Expand all | Expand 10 after
1931 visibility = [] 1931 visibility = []
1932 visibility = [ "//third_party/WebKit/Source/*" ] 1932 visibility = [ "//third_party/WebKit/Source/*" ]
1933 sources = [ 1933 sources = [
1934 "graphics/Canvas2DLayerBridgeTest.cpp", 1934 "graphics/Canvas2DLayerBridgeTest.cpp",
1935 "graphics/CanvasSurfaceLayerBridgeTest.cpp", 1935 "graphics/CanvasSurfaceLayerBridgeTest.cpp",
1936 "graphics/DeferredImageDecoderTest.cpp", 1936 "graphics/DeferredImageDecoderTest.cpp",
1937 "graphics/GraphicsLayerTest.cpp", 1937 "graphics/GraphicsLayerTest.cpp",
1938 "graphics/ImageDecodingStoreTest.cpp", 1938 "graphics/ImageDecodingStoreTest.cpp",
1939 "graphics/ImageFrameGeneratorTest.cpp", 1939 "graphics/ImageFrameGeneratorTest.cpp",
1940 "graphics/ImageLayerChromiumTest.cpp", 1940 "graphics/ImageLayerChromiumTest.cpp",
1941 "graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp",
1941 "graphics/test/FakeGLES2Interface.h", 1942 "graphics/test/FakeGLES2Interface.h",
1942 "graphics/test/FakeWebGraphicsContext3DProvider.h", 1943 "graphics/test/FakeWebGraphicsContext3DProvider.h",
1943 "graphics/test/MockImageDecoder.h", 1944 "graphics/test/MockImageDecoder.h",
1944 ] 1945 ]
1945 1946
1946 configs += [ 1947 configs += [
1947 "//third_party/WebKit/Source:config", 1948 "//third_party/WebKit/Source:config",
1948 "//third_party/WebKit/Source:inside_blink", 1949 "//third_party/WebKit/Source:inside_blink",
1949 ] 1950 ]
1950 1951
1951 deps = [ 1952 deps = [
1952 ":test_support", 1953 ":test_support",
1953 "//cc/surfaces:surface_id", 1954 "//cc/surfaces:surface_id",
1954 "//testing/gmock", 1955 "//testing/gmock",
1955 "//testing/gtest", 1956 "//testing/gtest",
1956 ] 1957 ]
1957 } 1958 }
OLDNEW
« no previous file with comments | « content/test/test_blink_web_unit_test_support.cc ('k') | third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698