| 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 910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 921 "graphics/filters/SourceGraphic.cpp", | 921 "graphics/filters/SourceGraphic.cpp", |
| 922 "graphics/filters/SourceGraphic.h", | 922 "graphics/filters/SourceGraphic.h", |
| 923 "graphics/filters/SpotLightSource.cpp", | 923 "graphics/filters/SpotLightSource.cpp", |
| 924 "graphics/filters/SpotLightSource.h", | 924 "graphics/filters/SpotLightSource.h", |
| 925 "graphics/gpu/AcceleratedImageBufferSurface.cpp", | 925 "graphics/gpu/AcceleratedImageBufferSurface.cpp", |
| 926 "graphics/gpu/AcceleratedImageBufferSurface.h", | 926 "graphics/gpu/AcceleratedImageBufferSurface.h", |
| 927 "graphics/gpu/DrawingBuffer.cpp", | 927 "graphics/gpu/DrawingBuffer.cpp", |
| 928 "graphics/gpu/DrawingBuffer.h", | 928 "graphics/gpu/DrawingBuffer.h", |
| 929 "graphics/gpu/Extensions3DUtil.cpp", | 929 "graphics/gpu/Extensions3DUtil.cpp", |
| 930 "graphics/gpu/Extensions3DUtil.h", | 930 "graphics/gpu/Extensions3DUtil.h", |
| 931 "graphics/gpu/ImageLayerBridge.cpp", |
| 932 "graphics/gpu/ImageLayerBridge.h", |
| 931 "graphics/gpu/SharedContextRateLimiter.cpp", | 933 "graphics/gpu/SharedContextRateLimiter.cpp", |
| 932 "graphics/gpu/SharedContextRateLimiter.h", | 934 "graphics/gpu/SharedContextRateLimiter.h", |
| 933 "graphics/gpu/SharedGpuContext.cpp", | 935 "graphics/gpu/SharedGpuContext.cpp", |
| 934 "graphics/gpu/SharedGpuContext.h", | 936 "graphics/gpu/SharedGpuContext.h", |
| 935 "graphics/gpu/WebGLImageConversion.cpp", | 937 "graphics/gpu/WebGLImageConversion.cpp", |
| 936 "graphics/gpu/WebGLImageConversion.h", | 938 "graphics/gpu/WebGLImageConversion.h", |
| 937 "graphics/paint/ClipDisplayItem.cpp", | 939 "graphics/paint/ClipDisplayItem.cpp", |
| 938 "graphics/paint/ClipDisplayItem.h", | 940 "graphics/paint/ClipDisplayItem.h", |
| 939 "graphics/paint/ClipPaintPropertyNode.cpp", | 941 "graphics/paint/ClipPaintPropertyNode.cpp", |
| 940 "graphics/paint/ClipPaintPropertyNode.h", | 942 "graphics/paint/ClipPaintPropertyNode.h", |
| (...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2087 "//third_party/WebKit/Source:config", | 2089 "//third_party/WebKit/Source:config", |
| 2088 "//third_party/WebKit/Source:inside_blink", | 2090 "//third_party/WebKit/Source:inside_blink", |
| 2089 ] | 2091 ] |
| 2090 | 2092 |
| 2091 deps = [ | 2093 deps = [ |
| 2092 ":test_support", | 2094 ":test_support", |
| 2093 "//testing/gmock", | 2095 "//testing/gmock", |
| 2094 "//testing/gtest", | 2096 "//testing/gtest", |
| 2095 ] | 2097 ] |
| 2096 } | 2098 } |
| OLD | NEW |