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

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

Issue 2335223004: Make SharedGpuContext recover automatically after a context loss (Closed)
Patch Set: fix flake for real 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 1653 matching lines...) Expand 10 before | Expand all | Expand 10 after
1664 "graphics/CompositorMutableStateTest.cpp", 1664 "graphics/CompositorMutableStateTest.cpp",
1665 "graphics/CompositorMutatorClientTest.cpp", 1665 "graphics/CompositorMutatorClientTest.cpp",
1666 "graphics/ContiguousContainerTest.cpp", 1666 "graphics/ContiguousContainerTest.cpp",
1667 "graphics/DeferredImageDecoderTestWoPlatform.cpp", 1667 "graphics/DeferredImageDecoderTestWoPlatform.cpp",
1668 "graphics/GraphicsContextTest.cpp", 1668 "graphics/GraphicsContextTest.cpp",
1669 "graphics/RecordingImageBufferSurfaceTest.cpp", 1669 "graphics/RecordingImageBufferSurfaceTest.cpp",
1670 "graphics/compositing/PaintArtifactCompositorTest.cpp", 1670 "graphics/compositing/PaintArtifactCompositorTest.cpp",
1671 "graphics/filters/FilterOperationsTest.cpp", 1671 "graphics/filters/FilterOperationsTest.cpp",
1672 "graphics/filters/ImageFilterBuilderTest.cpp", 1672 "graphics/filters/ImageFilterBuilderTest.cpp",
1673 "graphics/gpu/DrawingBufferTest.cpp", 1673 "graphics/gpu/DrawingBufferTest.cpp",
1674 "graphics/gpu/SharedGpuContextTest.cpp",
1674 "graphics/gpu/WebGLImageConversionTest.cpp", 1675 "graphics/gpu/WebGLImageConversionTest.cpp",
1675 "graphics/paint/DisplayItemClientTest.cpp", 1676 "graphics/paint/DisplayItemClientTest.cpp",
1676 "graphics/paint/DisplayItemListTest.cpp", 1677 "graphics/paint/DisplayItemListTest.cpp",
1677 "graphics/paint/DisplayItemTest.cpp", 1678 "graphics/paint/DisplayItemTest.cpp",
1678 "graphics/paint/GeometryMapperTest.cpp", 1679 "graphics/paint/GeometryMapperTest.cpp",
1679 "graphics/paint/GeometryPropertyTreeStateTest.cpp", 1680 "graphics/paint/GeometryPropertyTreeStateTest.cpp",
1680 "graphics/paint/PaintArtifactToSkCanvasTest.cpp", 1681 "graphics/paint/PaintArtifactToSkCanvasTest.cpp",
1681 "graphics/paint/PaintChunkTest.cpp", 1682 "graphics/paint/PaintChunkTest.cpp",
1682 "graphics/paint/PaintChunkerTest.cpp", 1683 "graphics/paint/PaintChunkerTest.cpp",
1683 "graphics/paint/PaintControllerTest.cpp", 1684 "graphics/paint/PaintControllerTest.cpp",
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
1952 "//third_party/WebKit/Source:inside_blink", 1953 "//third_party/WebKit/Source:inside_blink",
1953 ] 1954 ]
1954 1955
1955 deps = [ 1956 deps = [
1956 ":test_support", 1957 ":test_support",
1957 "//cc/surfaces:surface_id", 1958 "//cc/surfaces:surface_id",
1958 "//testing/gmock", 1959 "//testing/gmock",
1959 "//testing/gtest", 1960 "//testing/gtest",
1960 ] 1961 ]
1961 } 1962 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698