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/Source/build/scripts/scripts.gni") | 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
10 import("//third_party/WebKit/Source/config.gni") | 10 import("//third_party/WebKit/Source/config.gni") |
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
846 "graphics/Path.cpp", | 846 "graphics/Path.cpp", |
847 "graphics/Path.h", | 847 "graphics/Path.h", |
848 "graphics/PathTraversalState.cpp", | 848 "graphics/PathTraversalState.cpp", |
849 "graphics/PathTraversalState.h", | 849 "graphics/PathTraversalState.h", |
850 "graphics/Pattern.cpp", | 850 "graphics/Pattern.cpp", |
851 "graphics/Pattern.h", | 851 "graphics/Pattern.h", |
852 "graphics/PicturePattern.cpp", | 852 "graphics/PicturePattern.cpp", |
853 "graphics/PicturePattern.h", | 853 "graphics/PicturePattern.h", |
854 "graphics/PictureSnapshot.cpp", | 854 "graphics/PictureSnapshot.cpp", |
855 "graphics/PictureSnapshot.h", | 855 "graphics/PictureSnapshot.h", |
| 856 "graphics/PlaceholderImage.cpp", |
| 857 "graphics/PlaceholderImage.h", |
856 "graphics/ProfilingCanvas.cpp", | 858 "graphics/ProfilingCanvas.cpp", |
857 "graphics/ProfilingCanvas.h", | 859 "graphics/ProfilingCanvas.h", |
858 "graphics/RecordingImageBufferSurface.cpp", | 860 "graphics/RecordingImageBufferSurface.cpp", |
859 "graphics/RecordingImageBufferSurface.h", | 861 "graphics/RecordingImageBufferSurface.h", |
860 "graphics/ReplayingCanvas.cpp", | 862 "graphics/ReplayingCanvas.cpp", |
861 "graphics/ReplayingCanvas.h", | 863 "graphics/ReplayingCanvas.h", |
862 "graphics/SquashingDisallowedReasons.cpp", | 864 "graphics/SquashingDisallowedReasons.cpp", |
863 "graphics/SquashingDisallowedReasons.h", | 865 "graphics/SquashingDisallowedReasons.h", |
864 "graphics/StaticBitmapImage.cpp", | 866 "graphics/StaticBitmapImage.cpp", |
865 "graphics/StaticBitmapImage.h", | 867 "graphics/StaticBitmapImage.h", |
(...skipping 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1978 "//third_party/WebKit/Source:inside_blink", | 1980 "//third_party/WebKit/Source:inside_blink", |
1979 ] | 1981 ] |
1980 | 1982 |
1981 deps = [ | 1983 deps = [ |
1982 ":test_support", | 1984 ":test_support", |
1983 "//cc/surfaces:surface_id", | 1985 "//cc/surfaces:surface_id", |
1984 "//testing/gmock", | 1986 "//testing/gmock", |
1985 "//testing/gtest", | 1987 "//testing/gtest", |
1986 ] | 1988 ] |
1987 } | 1989 } |
OLD | NEW |