| 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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 845 "graphics/Path.cpp", | 845 "graphics/Path.cpp", |
| 846 "graphics/Path.h", | 846 "graphics/Path.h", |
| 847 "graphics/PathTraversalState.cpp", | 847 "graphics/PathTraversalState.cpp", |
| 848 "graphics/PathTraversalState.h", | 848 "graphics/PathTraversalState.h", |
| 849 "graphics/Pattern.cpp", | 849 "graphics/Pattern.cpp", |
| 850 "graphics/Pattern.h", | 850 "graphics/Pattern.h", |
| 851 "graphics/PicturePattern.cpp", | 851 "graphics/PicturePattern.cpp", |
| 852 "graphics/PicturePattern.h", | 852 "graphics/PicturePattern.h", |
| 853 "graphics/PictureSnapshot.cpp", | 853 "graphics/PictureSnapshot.cpp", |
| 854 "graphics/PictureSnapshot.h", | 854 "graphics/PictureSnapshot.h", |
| 855 "graphics/PlaceholderImage.cpp", |
| 856 "graphics/PlaceholderImage.h", |
| 855 "graphics/ProfilingCanvas.cpp", | 857 "graphics/ProfilingCanvas.cpp", |
| 856 "graphics/ProfilingCanvas.h", | 858 "graphics/ProfilingCanvas.h", |
| 857 "graphics/RecordingImageBufferSurface.cpp", | 859 "graphics/RecordingImageBufferSurface.cpp", |
| 858 "graphics/RecordingImageBufferSurface.h", | 860 "graphics/RecordingImageBufferSurface.h", |
| 859 "graphics/ReplayingCanvas.cpp", | 861 "graphics/ReplayingCanvas.cpp", |
| 860 "graphics/ReplayingCanvas.h", | 862 "graphics/ReplayingCanvas.h", |
| 861 "graphics/SquashingDisallowedReasons.cpp", | 863 "graphics/SquashingDisallowedReasons.cpp", |
| 862 "graphics/SquashingDisallowedReasons.h", | 864 "graphics/SquashingDisallowedReasons.h", |
| 863 "graphics/StaticBitmapImage.cpp", | 865 "graphics/StaticBitmapImage.cpp", |
| 864 "graphics/StaticBitmapImage.h", | 866 "graphics/StaticBitmapImage.h", |
| (...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1973 "//third_party/WebKit/Source:inside_blink", | 1975 "//third_party/WebKit/Source:inside_blink", |
| 1974 ] | 1976 ] |
| 1975 | 1977 |
| 1976 deps = [ | 1978 deps = [ |
| 1977 ":test_support", | 1979 ":test_support", |
| 1978 "//cc/surfaces:surface_id", | 1980 "//cc/surfaces:surface_id", |
| 1979 "//testing/gmock", | 1981 "//testing/gmock", |
| 1980 "//testing/gtest", | 1982 "//testing/gtest", |
| 1981 ] | 1983 ] |
| 1982 } | 1984 } |
| OLD | NEW |