| 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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 820 "graphics/BitmapImage.h", | 820 "graphics/BitmapImage.h", |
| 821 "graphics/BitmapImageMetrics.cpp", | 821 "graphics/BitmapImageMetrics.cpp", |
| 822 "graphics/BitmapImageMetrics.h", | 822 "graphics/BitmapImageMetrics.h", |
| 823 "graphics/BoxReflection.cpp", | 823 "graphics/BoxReflection.cpp", |
| 824 "graphics/BoxReflection.h", | 824 "graphics/BoxReflection.h", |
| 825 "graphics/Canvas2DImageBufferSurface.h", | 825 "graphics/Canvas2DImageBufferSurface.h", |
| 826 "graphics/Canvas2DLayerBridge.cpp", | 826 "graphics/Canvas2DLayerBridge.cpp", |
| 827 "graphics/Canvas2DLayerBridge.h", | 827 "graphics/Canvas2DLayerBridge.h", |
| 828 "graphics/CanvasColorParams.cpp", | 828 "graphics/CanvasColorParams.cpp", |
| 829 "graphics/CanvasColorParams.h", | 829 "graphics/CanvasColorParams.h", |
| 830 "graphics/CanvasHeuristicParameters.h", |
| 830 "graphics/CanvasMetrics.cpp", | 831 "graphics/CanvasMetrics.cpp", |
| 831 "graphics/CanvasMetrics.h", | 832 "graphics/CanvasMetrics.h", |
| 832 "graphics/CanvasSurfaceLayerBridge.cpp", | 833 "graphics/CanvasSurfaceLayerBridge.cpp", |
| 833 "graphics/CanvasSurfaceLayerBridge.h", | 834 "graphics/CanvasSurfaceLayerBridge.h", |
| 834 "graphics/Color.cpp", | 835 "graphics/Color.cpp", |
| 835 "graphics/Color.h", | 836 "graphics/Color.h", |
| 836 "graphics/ColorBehavior.cpp", | 837 "graphics/ColorBehavior.cpp", |
| 837 "graphics/ColorBehavior.h", | 838 "graphics/ColorBehavior.h", |
| 838 "graphics/ColorSpaceGamut.cpp", | 839 "graphics/ColorSpaceGamut.cpp", |
| 839 "graphics/ColorSpaceGamut.h", | 840 "graphics/ColorSpaceGamut.h", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 861 "graphics/ContiguousContainer.h", | 862 "graphics/ContiguousContainer.h", |
| 862 "graphics/CrossfadeGeneratedImage.cpp", | 863 "graphics/CrossfadeGeneratedImage.cpp", |
| 863 "graphics/CrossfadeGeneratedImage.h", | 864 "graphics/CrossfadeGeneratedImage.h", |
| 864 "graphics/DashArray.h", | 865 "graphics/DashArray.h", |
| 865 "graphics/DecodingImageGenerator.cpp", | 866 "graphics/DecodingImageGenerator.cpp", |
| 866 "graphics/DecodingImageGenerator.h", | 867 "graphics/DecodingImageGenerator.h", |
| 867 "graphics/DeferredImageDecoder.cpp", | 868 "graphics/DeferredImageDecoder.cpp", |
| 868 "graphics/DeferredImageDecoder.h", | 869 "graphics/DeferredImageDecoder.h", |
| 869 "graphics/DrawLooperBuilder.cpp", | 870 "graphics/DrawLooperBuilder.cpp", |
| 870 "graphics/DrawLooperBuilder.h", | 871 "graphics/DrawLooperBuilder.h", |
| 871 "graphics/ExpensiveCanvasHeuristicParameters.h", | |
| 872 "graphics/FirstPaintInvalidationTracking.cpp", | 872 "graphics/FirstPaintInvalidationTracking.cpp", |
| 873 "graphics/FirstPaintInvalidationTracking.h", | 873 "graphics/FirstPaintInvalidationTracking.h", |
| 874 "graphics/FrameData.cpp", | 874 "graphics/FrameData.cpp", |
| 875 "graphics/FrameData.h", | 875 "graphics/FrameData.h", |
| 876 "graphics/GeneratedImage.cpp", | 876 "graphics/GeneratedImage.cpp", |
| 877 "graphics/GeneratedImage.h", | 877 "graphics/GeneratedImage.h", |
| 878 "graphics/Gradient.cpp", | 878 "graphics/Gradient.cpp", |
| 879 "graphics/Gradient.h", | 879 "graphics/Gradient.h", |
| 880 "graphics/GradientGeneratedImage.cpp", | 880 "graphics/GradientGeneratedImage.cpp", |
| 881 "graphics/GradientGeneratedImage.h", | 881 "graphics/GradientGeneratedImage.h", |
| (...skipping 1363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2245 "//third_party/WebKit/Source:config", | 2245 "//third_party/WebKit/Source:config", |
| 2246 "//third_party/WebKit/Source:inside_blink", | 2246 "//third_party/WebKit/Source:inside_blink", |
| 2247 ] | 2247 ] |
| 2248 | 2248 |
| 2249 deps = [ | 2249 deps = [ |
| 2250 ":test_support", | 2250 ":test_support", |
| 2251 "//testing/gmock", | 2251 "//testing/gmock", |
| 2252 "//testing/gtest", | 2252 "//testing/gtest", |
| 2253 ] | 2253 ] |
| 2254 } | 2254 } |
| OLD | NEW |