| 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 958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 969 "graphics/filters/SourceGraphic.cpp", | 969 "graphics/filters/SourceGraphic.cpp", |
| 970 "graphics/filters/SourceGraphic.h", | 970 "graphics/filters/SourceGraphic.h", |
| 971 "graphics/filters/SpotLightSource.cpp", | 971 "graphics/filters/SpotLightSource.cpp", |
| 972 "graphics/filters/SpotLightSource.h", | 972 "graphics/filters/SpotLightSource.h", |
| 973 "graphics/gpu/AcceleratedImageBufferSurface.cpp", | 973 "graphics/gpu/AcceleratedImageBufferSurface.cpp", |
| 974 "graphics/gpu/AcceleratedImageBufferSurface.h", | 974 "graphics/gpu/AcceleratedImageBufferSurface.h", |
| 975 "graphics/gpu/DrawingBuffer.cpp", | 975 "graphics/gpu/DrawingBuffer.cpp", |
| 976 "graphics/gpu/DrawingBuffer.h", | 976 "graphics/gpu/DrawingBuffer.h", |
| 977 "graphics/gpu/Extensions3DUtil.cpp", | 977 "graphics/gpu/Extensions3DUtil.cpp", |
| 978 "graphics/gpu/Extensions3DUtil.h", | 978 "graphics/gpu/Extensions3DUtil.h", |
| 979 "graphics/gpu/ImageLayerBridge.cpp", |
| 980 "graphics/gpu/ImageLayerBridge.h", |
| 979 "graphics/gpu/SharedContextRateLimiter.cpp", | 981 "graphics/gpu/SharedContextRateLimiter.cpp", |
| 980 "graphics/gpu/SharedContextRateLimiter.h", | 982 "graphics/gpu/SharedContextRateLimiter.h", |
| 981 "graphics/gpu/SharedGpuContext.cpp", | 983 "graphics/gpu/SharedGpuContext.cpp", |
| 982 "graphics/gpu/SharedGpuContext.h", | 984 "graphics/gpu/SharedGpuContext.h", |
| 983 "graphics/gpu/WebGLImageConversion.cpp", | 985 "graphics/gpu/WebGLImageConversion.cpp", |
| 984 "graphics/gpu/WebGLImageConversion.h", | 986 "graphics/gpu/WebGLImageConversion.h", |
| 985 "graphics/paint/ClipDisplayItem.cpp", | 987 "graphics/paint/ClipDisplayItem.cpp", |
| 986 "graphics/paint/ClipDisplayItem.h", | 988 "graphics/paint/ClipDisplayItem.h", |
| 987 "graphics/paint/ClipPaintPropertyNode.cpp", | 989 "graphics/paint/ClipPaintPropertyNode.cpp", |
| 988 "graphics/paint/ClipPaintPropertyNode.h", | 990 "graphics/paint/ClipPaintPropertyNode.h", |
| (...skipping 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2160 "//third_party/WebKit/Source:config", | 2162 "//third_party/WebKit/Source:config", |
| 2161 "//third_party/WebKit/Source:inside_blink", | 2163 "//third_party/WebKit/Source:inside_blink", |
| 2162 ] | 2164 ] |
| 2163 | 2165 |
| 2164 deps = [ | 2166 deps = [ |
| 2165 ":test_support", | 2167 ":test_support", |
| 2166 "//testing/gmock", | 2168 "//testing/gmock", |
| 2167 "//testing/gtest", | 2169 "//testing/gtest", |
| 2168 ] | 2170 ] |
| 2169 } | 2171 } |
| OLD | NEW |