OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |