| 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 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 778 "graphics/BoxReflection.h", | 778 "graphics/BoxReflection.h", |
| 779 "graphics/Canvas2DImageBufferSurface.h", | 779 "graphics/Canvas2DImageBufferSurface.h", |
| 780 "graphics/Canvas2DLayerBridge.cpp", | 780 "graphics/Canvas2DLayerBridge.cpp", |
| 781 "graphics/Canvas2DLayerBridge.h", | 781 "graphics/Canvas2DLayerBridge.h", |
| 782 "graphics/CanvasMetrics.cpp", | 782 "graphics/CanvasMetrics.cpp", |
| 783 "graphics/CanvasMetrics.h", | 783 "graphics/CanvasMetrics.h", |
| 784 "graphics/CanvasSurfaceLayerBridge.cpp", | 784 "graphics/CanvasSurfaceLayerBridge.cpp", |
| 785 "graphics/CanvasSurfaceLayerBridge.h", | 785 "graphics/CanvasSurfaceLayerBridge.h", |
| 786 "graphics/Color.cpp", | 786 "graphics/Color.cpp", |
| 787 "graphics/Color.h", | 787 "graphics/Color.h", |
| 788 "graphics/ColorBehavior.cpp", |
| 789 "graphics/ColorBehavior.h", |
| 788 "graphics/ColorSpace.cpp", | 790 "graphics/ColorSpace.cpp", |
| 789 "graphics/ColorSpace.h", | 791 "graphics/ColorSpace.h", |
| 790 "graphics/ColorSpaceProfileData.cpp", | 792 "graphics/ColorSpaceProfileData.cpp", |
| 791 "graphics/ColorSpaceProfileData.h", | 793 "graphics/ColorSpaceProfileData.h", |
| 792 "graphics/CompositingReasons.cpp", | 794 "graphics/CompositingReasons.cpp", |
| 793 "graphics/CompositingReasons.h", | 795 "graphics/CompositingReasons.h", |
| 794 "graphics/CompositorElementId.cpp", | 796 "graphics/CompositorElementId.cpp", |
| 795 "graphics/CompositorElementId.h", | 797 "graphics/CompositorElementId.h", |
| 796 "graphics/CompositorFilterOperations.cpp", | 798 "graphics/CompositorFilterOperations.cpp", |
| 797 "graphics/CompositorFilterOperations.h", | 799 "graphics/CompositorFilterOperations.h", |
| (...skipping 1268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2066 "//third_party/WebKit/Source:inside_blink", | 2068 "//third_party/WebKit/Source:inside_blink", |
| 2067 ] | 2069 ] |
| 2068 | 2070 |
| 2069 deps = [ | 2071 deps = [ |
| 2070 ":test_support", | 2072 ":test_support", |
| 2071 "//cc/surfaces:surface_id", | 2073 "//cc/surfaces:surface_id", |
| 2072 "//testing/gmock", | 2074 "//testing/gmock", |
| 2073 "//testing/gtest", | 2075 "//testing/gtest", |
| 2074 ] | 2076 ] |
| 2075 } | 2077 } |
| OLD | NEW |