| 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 936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 947 "graphics/ReplayingCanvas.h", | 947 "graphics/ReplayingCanvas.h", |
| 948 "graphics/SkiaTextureHolder.cpp", | 948 "graphics/SkiaTextureHolder.cpp", |
| 949 "graphics/SkiaTextureHolder.h", | 949 "graphics/SkiaTextureHolder.h", |
| 950 "graphics/SquashingDisallowedReasons.cpp", | 950 "graphics/SquashingDisallowedReasons.cpp", |
| 951 "graphics/SquashingDisallowedReasons.h", | 951 "graphics/SquashingDisallowedReasons.h", |
| 952 "graphics/StaticBitmapImage.cpp", | 952 "graphics/StaticBitmapImage.cpp", |
| 953 "graphics/StaticBitmapImage.h", | 953 "graphics/StaticBitmapImage.h", |
| 954 "graphics/StrokeData.cpp", | 954 "graphics/StrokeData.cpp", |
| 955 "graphics/StrokeData.h", | 955 "graphics/StrokeData.h", |
| 956 "graphics/TextureHolder.h", | 956 "graphics/TextureHolder.h", |
| 957 "graphics/TouchAction.h", |
| 957 "graphics/UnacceleratedImageBufferSurface.cpp", | 958 "graphics/UnacceleratedImageBufferSurface.cpp", |
| 958 "graphics/UnacceleratedImageBufferSurface.h", | 959 "graphics/UnacceleratedImageBufferSurface.h", |
| 959 "graphics/UnacceleratedStaticBitmapImage.cpp", | 960 "graphics/UnacceleratedStaticBitmapImage.cpp", |
| 960 "graphics/UnacceleratedStaticBitmapImage.h", | 961 "graphics/UnacceleratedStaticBitmapImage.h", |
| 961 "graphics/WebGraphicsContext3DProviderWrapper.h", | 962 "graphics/WebGraphicsContext3DProviderWrapper.h", |
| 962 "graphics/compositing/PaintArtifactCompositor.cpp", | 963 "graphics/compositing/PaintArtifactCompositor.cpp", |
| 963 "graphics/compositing/PaintArtifactCompositor.h", | 964 "graphics/compositing/PaintArtifactCompositor.h", |
| 964 "graphics/compositing/PaintChunksToCcLayer.cpp", | 965 "graphics/compositing/PaintChunksToCcLayer.cpp", |
| 965 "graphics/compositing/PaintChunksToCcLayer.h", | 966 "graphics/compositing/PaintChunksToCcLayer.h", |
| 966 "graphics/compositing/PropertyTreeManager.cpp", | 967 "graphics/compositing/PropertyTreeManager.cpp", |
| (...skipping 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2233 "//third_party/WebKit/Source:config", | 2234 "//third_party/WebKit/Source:config", |
| 2234 "//third_party/WebKit/Source:inside_blink", | 2235 "//third_party/WebKit/Source:inside_blink", |
| 2235 ] | 2236 ] |
| 2236 | 2237 |
| 2237 deps = [ | 2238 deps = [ |
| 2238 ":test_support", | 2239 ":test_support", |
| 2239 "//testing/gmock", | 2240 "//testing/gmock", |
| 2240 "//testing/gtest", | 2241 "//testing/gtest", |
| 2241 ] | 2242 ] |
| 2242 } | 2243 } |
| OLD | NEW |