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/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 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
920 "graphics/filters/SourceGraphic.cpp", | 920 "graphics/filters/SourceGraphic.cpp", |
921 "graphics/filters/SourceGraphic.h", | 921 "graphics/filters/SourceGraphic.h", |
922 "graphics/filters/SpotLightSource.cpp", | 922 "graphics/filters/SpotLightSource.cpp", |
923 "graphics/filters/SpotLightSource.h", | 923 "graphics/filters/SpotLightSource.h", |
924 "graphics/gpu/AcceleratedImageBufferSurface.cpp", | 924 "graphics/gpu/AcceleratedImageBufferSurface.cpp", |
925 "graphics/gpu/AcceleratedImageBufferSurface.h", | 925 "graphics/gpu/AcceleratedImageBufferSurface.h", |
926 "graphics/gpu/DrawingBuffer.cpp", | 926 "graphics/gpu/DrawingBuffer.cpp", |
927 "graphics/gpu/DrawingBuffer.h", | 927 "graphics/gpu/DrawingBuffer.h", |
928 "graphics/gpu/Extensions3DUtil.cpp", | 928 "graphics/gpu/Extensions3DUtil.cpp", |
929 "graphics/gpu/Extensions3DUtil.h", | 929 "graphics/gpu/Extensions3DUtil.h", |
| 930 "graphics/gpu/ImageLayerBridge.cpp", |
| 931 "graphics/gpu/ImageLayerBridge.h", |
930 "graphics/gpu/SharedContextRateLimiter.cpp", | 932 "graphics/gpu/SharedContextRateLimiter.cpp", |
931 "graphics/gpu/SharedContextRateLimiter.h", | 933 "graphics/gpu/SharedContextRateLimiter.h", |
932 "graphics/gpu/SharedGpuContext.cpp", | 934 "graphics/gpu/SharedGpuContext.cpp", |
933 "graphics/gpu/SharedGpuContext.h", | 935 "graphics/gpu/SharedGpuContext.h", |
934 "graphics/gpu/WebGLImageConversion.cpp", | 936 "graphics/gpu/WebGLImageConversion.cpp", |
935 "graphics/gpu/WebGLImageConversion.h", | 937 "graphics/gpu/WebGLImageConversion.h", |
936 "graphics/paint/ClipDisplayItem.cpp", | 938 "graphics/paint/ClipDisplayItem.cpp", |
937 "graphics/paint/ClipDisplayItem.h", | 939 "graphics/paint/ClipDisplayItem.h", |
938 "graphics/paint/ClipPaintPropertyNode.cpp", | 940 "graphics/paint/ClipPaintPropertyNode.cpp", |
939 "graphics/paint/ClipPaintPropertyNode.h", | 941 "graphics/paint/ClipPaintPropertyNode.h", |
(...skipping 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2075 "//third_party/WebKit/Source:config", | 2077 "//third_party/WebKit/Source:config", |
2076 "//third_party/WebKit/Source:inside_blink", | 2078 "//third_party/WebKit/Source:inside_blink", |
2077 ] | 2079 ] |
2078 | 2080 |
2079 deps = [ | 2081 deps = [ |
2080 ":test_support", | 2082 ":test_support", |
2081 "//testing/gmock", | 2083 "//testing/gmock", |
2082 "//testing/gtest", | 2084 "//testing/gtest", |
2083 ] | 2085 ] |
2084 } | 2086 } |
OLD | NEW |