| 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 912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 923 "graphics/ImageOrientation.h", | 923 "graphics/ImageOrientation.h", |
| 924 "graphics/ImagePattern.cpp", | 924 "graphics/ImagePattern.cpp", |
| 925 "graphics/ImagePattern.h", | 925 "graphics/ImagePattern.h", |
| 926 "graphics/ImageSource.cpp", | 926 "graphics/ImageSource.cpp", |
| 927 "graphics/ImageSource.h", | 927 "graphics/ImageSource.h", |
| 928 "graphics/InterceptingCanvas.cpp", | 928 "graphics/InterceptingCanvas.cpp", |
| 929 "graphics/InterceptingCanvas.h", | 929 "graphics/InterceptingCanvas.h", |
| 930 "graphics/LinkHighlight.h", | 930 "graphics/LinkHighlight.h", |
| 931 "graphics/LoggingCanvas.cpp", | 931 "graphics/LoggingCanvas.cpp", |
| 932 "graphics/LoggingCanvas.h", | 932 "graphics/LoggingCanvas.h", |
| 933 "graphics/OffscreenCanvasFrameDispatcher.h", |
| 934 "graphics/OffscreenCanvasFrameDispatcherImpl.cpp", |
| 935 "graphics/OffscreenCanvasFrameDispatcherImpl.h", |
| 933 "graphics/PaintGeneratedImage.cpp", | 936 "graphics/PaintGeneratedImage.cpp", |
| 934 "graphics/PaintGeneratedImage.h", | 937 "graphics/PaintGeneratedImage.h", |
| 935 "graphics/PaintInvalidationReason.cpp", | 938 "graphics/PaintInvalidationReason.cpp", |
| 936 "graphics/PaintInvalidationReason.h", | 939 "graphics/PaintInvalidationReason.h", |
| 937 "graphics/Path.cpp", | 940 "graphics/Path.cpp", |
| 938 "graphics/Path.h", | 941 "graphics/Path.h", |
| 939 "graphics/PathTraversalState.cpp", | 942 "graphics/PathTraversalState.cpp", |
| 940 "graphics/PathTraversalState.h", | 943 "graphics/PathTraversalState.h", |
| 941 "graphics/Pattern.cpp", | 944 "graphics/Pattern.cpp", |
| 942 "graphics/Pattern.h", | 945 "graphics/Pattern.h", |
| (...skipping 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2093 "//third_party/WebKit/Source:inside_blink", | 2096 "//third_party/WebKit/Source:inside_blink", |
| 2094 ] | 2097 ] |
| 2095 | 2098 |
| 2096 deps = [ | 2099 deps = [ |
| 2097 ":test_support", | 2100 ":test_support", |
| 2098 "//cc/surfaces:surface_id", | 2101 "//cc/surfaces:surface_id", |
| 2099 "//testing/gmock", | 2102 "//testing/gmock", |
| 2100 "//testing/gtest", | 2103 "//testing/gtest", |
| 2101 ] | 2104 ] |
| 2102 } | 2105 } |
| OLD | NEW |