| 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 881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 892 "graphics/StrokeData.cpp", | 892 "graphics/StrokeData.cpp", |
| 893 "graphics/StrokeData.h", | 893 "graphics/StrokeData.h", |
| 894 "graphics/TextureHolder.h", | 894 "graphics/TextureHolder.h", |
| 895 "graphics/UnacceleratedImageBufferSurface.cpp", | 895 "graphics/UnacceleratedImageBufferSurface.cpp", |
| 896 "graphics/UnacceleratedImageBufferSurface.h", | 896 "graphics/UnacceleratedImageBufferSurface.h", |
| 897 "graphics/UnacceleratedStaticBitmapImage.cpp", | 897 "graphics/UnacceleratedStaticBitmapImage.cpp", |
| 898 "graphics/UnacceleratedStaticBitmapImage.h", | 898 "graphics/UnacceleratedStaticBitmapImage.h", |
| 899 "graphics/WebGraphicsContext3DProviderWrapper.h", | 899 "graphics/WebGraphicsContext3DProviderWrapper.h", |
| 900 "graphics/compositing/PaintArtifactCompositor.cpp", | 900 "graphics/compositing/PaintArtifactCompositor.cpp", |
| 901 "graphics/compositing/PaintArtifactCompositor.h", | 901 "graphics/compositing/PaintArtifactCompositor.h", |
| 902 "graphics/compositing/PropertyTreeManager.cpp", |
| 903 "graphics/compositing/PropertyTreeManager.h", |
| 902 "graphics/cpu/arm/WebGLImageConversionNEON.h", | 904 "graphics/cpu/arm/WebGLImageConversionNEON.h", |
| 903 "graphics/cpu/mips/WebGLImageConversionMSA.h", | 905 "graphics/cpu/mips/WebGLImageConversionMSA.h", |
| 904 "graphics/cpu/x86/WebGLImageConversionSSE.h", | 906 "graphics/cpu/x86/WebGLImageConversionSSE.h", |
| 905 "graphics/filters/DistantLightSource.cpp", | 907 "graphics/filters/DistantLightSource.cpp", |
| 906 "graphics/filters/DistantLightSource.h", | 908 "graphics/filters/DistantLightSource.h", |
| 907 "graphics/filters/FEBlend.cpp", | 909 "graphics/filters/FEBlend.cpp", |
| 908 "graphics/filters/FEBlend.h", | 910 "graphics/filters/FEBlend.h", |
| 909 "graphics/filters/FEBoxReflect.cpp", | 911 "graphics/filters/FEBoxReflect.cpp", |
| 910 "graphics/filters/FEBoxReflect.h", | 912 "graphics/filters/FEBoxReflect.h", |
| 911 "graphics/filters/FEColorMatrix.cpp", | 913 "graphics/filters/FEColorMatrix.cpp", |
| (...skipping 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2088 "//third_party/WebKit/Source:config", | 2090 "//third_party/WebKit/Source:config", |
| 2089 "//third_party/WebKit/Source:inside_blink", | 2091 "//third_party/WebKit/Source:inside_blink", |
| 2090 ] | 2092 ] |
| 2091 | 2093 |
| 2092 deps = [ | 2094 deps = [ |
| 2093 ":test_support", | 2095 ":test_support", |
| 2094 "//testing/gmock", | 2096 "//testing/gmock", |
| 2095 "//testing/gtest", | 2097 "//testing/gtest", |
| 2096 ] | 2098 ] |
| 2097 } | 2099 } |
| OLD | NEW |