| 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 874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 885 "graphics/GraphicsContextState.h", | 885 "graphics/GraphicsContextState.h", |
| 886 "graphics/GraphicsContextStateSaver.h", | 886 "graphics/GraphicsContextStateSaver.h", |
| 887 "graphics/GraphicsLayer.cpp", | 887 "graphics/GraphicsLayer.cpp", |
| 888 "graphics/GraphicsLayer.h", | 888 "graphics/GraphicsLayer.h", |
| 889 "graphics/GraphicsLayerClient.h", | 889 "graphics/GraphicsLayerClient.h", |
| 890 "graphics/GraphicsLayerDebugInfo.cpp", | 890 "graphics/GraphicsLayerDebugInfo.cpp", |
| 891 "graphics/GraphicsLayerDebugInfo.h", | 891 "graphics/GraphicsLayerDebugInfo.h", |
| 892 "graphics/GraphicsTypes.cpp", | 892 "graphics/GraphicsTypes.cpp", |
| 893 "graphics/GraphicsTypes.h", | 893 "graphics/GraphicsTypes.h", |
| 894 "graphics/GraphicsTypes3D.h", | 894 "graphics/GraphicsTypes3D.h", |
| 895 "graphics/HighContrastSettings.h", |
| 895 "graphics/Image.cpp", | 896 "graphics/Image.cpp", |
| 896 "graphics/Image.h", | 897 "graphics/Image.h", |
| 897 "graphics/ImageAnimationPolicy.h", | 898 "graphics/ImageAnimationPolicy.h", |
| 898 "graphics/ImageBuffer.cpp", | 899 "graphics/ImageBuffer.cpp", |
| 899 "graphics/ImageBuffer.h", | 900 "graphics/ImageBuffer.h", |
| 900 "graphics/ImageBufferClient.h", | 901 "graphics/ImageBufferClient.h", |
| 901 "graphics/ImageBufferSurface.cpp", | 902 "graphics/ImageBufferSurface.cpp", |
| 902 "graphics/ImageBufferSurface.h", | 903 "graphics/ImageBufferSurface.h", |
| 903 "graphics/ImageDecodingStore.cpp", | 904 "graphics/ImageDecodingStore.cpp", |
| 904 "graphics/ImageDecodingStore.h", | 905 "graphics/ImageDecodingStore.h", |
| (...skipping 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2255 "//third_party/WebKit/Source:config", | 2256 "//third_party/WebKit/Source:config", |
| 2256 "//third_party/WebKit/Source:inside_blink", | 2257 "//third_party/WebKit/Source:inside_blink", |
| 2257 ] | 2258 ] |
| 2258 | 2259 |
| 2259 deps = [ | 2260 deps = [ |
| 2260 ":test_support", | 2261 ":test_support", |
| 2261 "//testing/gmock", | 2262 "//testing/gmock", |
| 2262 "//testing/gtest", | 2263 "//testing/gtest", |
| 2263 ] | 2264 ] |
| 2264 } | 2265 } |
| OLD | NEW |