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 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
630 "exported/WebString.cpp", | 630 "exported/WebString.cpp", |
631 "exported/WebTextRun.cpp", | 631 "exported/WebTextRun.cpp", |
632 "exported/WebThreadSafeData.cpp", | 632 "exported/WebThreadSafeData.cpp", |
633 "exported/WebURL.cpp", | 633 "exported/WebURL.cpp", |
634 "exported/WebURLError.cpp", | 634 "exported/WebURLError.cpp", |
635 "exported/WebURLLoadTiming.cpp", | 635 "exported/WebURLLoadTiming.cpp", |
636 "exported/WebURLLoaderClient.cpp", | 636 "exported/WebURLLoaderClient.cpp", |
637 "exported/WebURLLoaderTestDelegate.cpp", | 637 "exported/WebURLLoaderTestDelegate.cpp", |
638 "exported/WebURLRequest.cpp", | 638 "exported/WebURLRequest.cpp", |
639 "exported/WebURLResponse.cpp", | 639 "exported/WebURLResponse.cpp", |
| 640 "exported/WebVideoSurfaceLayerBridge.cpp", |
640 "exported/WrappedResourceRequest.h", | 641 "exported/WrappedResourceRequest.h", |
641 "exported/WrappedResourceResponse.h", | 642 "exported/WrappedResourceResponse.h", |
642 "exported/linux/WebFontRenderStyle.cpp", | 643 "exported/linux/WebFontRenderStyle.cpp", |
643 "feature_policy/FeaturePolicy.cpp", | 644 "feature_policy/FeaturePolicy.cpp", |
644 "feature_policy/FeaturePolicy.h", | 645 "feature_policy/FeaturePolicy.h", |
645 "fonts/AcceptLanguagesResolver.cpp", | 646 "fonts/AcceptLanguagesResolver.cpp", |
646 "fonts/AcceptLanguagesResolver.h", | 647 "fonts/AcceptLanguagesResolver.h", |
647 "fonts/AlternateFontFamily.h", | 648 "fonts/AlternateFontFamily.h", |
648 "fonts/CharacterRange.h", | 649 "fonts/CharacterRange.h", |
649 "fonts/CustomFontData.h", | 650 "fonts/CustomFontData.h", |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
952 "graphics/ReplayingCanvas.cpp", | 953 "graphics/ReplayingCanvas.cpp", |
953 "graphics/ReplayingCanvas.h", | 954 "graphics/ReplayingCanvas.h", |
954 "graphics/SkiaTextureHolder.cpp", | 955 "graphics/SkiaTextureHolder.cpp", |
955 "graphics/SkiaTextureHolder.h", | 956 "graphics/SkiaTextureHolder.h", |
956 "graphics/SquashingDisallowedReasons.cpp", | 957 "graphics/SquashingDisallowedReasons.cpp", |
957 "graphics/SquashingDisallowedReasons.h", | 958 "graphics/SquashingDisallowedReasons.h", |
958 "graphics/StaticBitmapImage.cpp", | 959 "graphics/StaticBitmapImage.cpp", |
959 "graphics/StaticBitmapImage.h", | 960 "graphics/StaticBitmapImage.h", |
960 "graphics/StrokeData.cpp", | 961 "graphics/StrokeData.cpp", |
961 "graphics/StrokeData.h", | 962 "graphics/StrokeData.h", |
| 963 "graphics/SurfaceLayerBridge.cpp", |
| 964 "graphics/SurfaceLayerBridge.h", |
962 "graphics/TextureHolder.h", | 965 "graphics/TextureHolder.h", |
963 "graphics/TouchAction.h", | 966 "graphics/TouchAction.h", |
964 "graphics/UnacceleratedImageBufferSurface.cpp", | 967 "graphics/UnacceleratedImageBufferSurface.cpp", |
965 "graphics/UnacceleratedImageBufferSurface.h", | 968 "graphics/UnacceleratedImageBufferSurface.h", |
966 "graphics/UnacceleratedStaticBitmapImage.cpp", | 969 "graphics/UnacceleratedStaticBitmapImage.cpp", |
967 "graphics/UnacceleratedStaticBitmapImage.h", | 970 "graphics/UnacceleratedStaticBitmapImage.h", |
| 971 "graphics/VideoSurfaceLayerBridge.cpp", |
| 972 "graphics/VideoSurfaceLayerBridge.h", |
968 "graphics/WebGraphicsContext3DProviderWrapper.h", | 973 "graphics/WebGraphicsContext3DProviderWrapper.h", |
969 "graphics/compositing/ContentLayerClientImpl.cpp", | 974 "graphics/compositing/ContentLayerClientImpl.cpp", |
970 "graphics/compositing/ContentLayerClientImpl.h", | 975 "graphics/compositing/ContentLayerClientImpl.h", |
971 "graphics/compositing/PaintArtifactCompositor.cpp", | 976 "graphics/compositing/PaintArtifactCompositor.cpp", |
972 "graphics/compositing/PaintArtifactCompositor.h", | 977 "graphics/compositing/PaintArtifactCompositor.h", |
973 "graphics/compositing/PaintChunksToCcLayer.cpp", | 978 "graphics/compositing/PaintChunksToCcLayer.cpp", |
974 "graphics/compositing/PaintChunksToCcLayer.h", | 979 "graphics/compositing/PaintChunksToCcLayer.h", |
975 "graphics/compositing/PropertyTreeManager.cpp", | 980 "graphics/compositing/PropertyTreeManager.cpp", |
976 "graphics/compositing/PropertyTreeManager.h", | 981 "graphics/compositing/PropertyTreeManager.h", |
977 "graphics/cpu/arm/WebGLImageConversionNEON.h", | 982 "graphics/cpu/arm/WebGLImageConversionNEON.h", |
(...skipping 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2269 "//third_party/WebKit/Source:config", | 2274 "//third_party/WebKit/Source:config", |
2270 "//third_party/WebKit/Source:inside_blink", | 2275 "//third_party/WebKit/Source:inside_blink", |
2271 ] | 2276 ] |
2272 | 2277 |
2273 deps = [ | 2278 deps = [ |
2274 ":test_support", | 2279 ":test_support", |
2275 "//testing/gmock", | 2280 "//testing/gmock", |
2276 "//testing/gtest", | 2281 "//testing/gtest", |
2277 ] | 2282 ] |
2278 } | 2283 } |
OLD | NEW |