| 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 730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 741 "graphics/BitmapImageMetrics.h", | 741 "graphics/BitmapImageMetrics.h", |
| 742 "graphics/BoxReflection.cpp", | 742 "graphics/BoxReflection.cpp", |
| 743 "graphics/BoxReflection.h", | 743 "graphics/BoxReflection.h", |
| 744 "graphics/Canvas2DImageBufferSurface.h", | 744 "graphics/Canvas2DImageBufferSurface.h", |
| 745 "graphics/Canvas2DLayerBridge.cpp", | 745 "graphics/Canvas2DLayerBridge.cpp", |
| 746 "graphics/Canvas2DLayerBridge.h", | 746 "graphics/Canvas2DLayerBridge.h", |
| 747 "graphics/CanvasMetrics.cpp", | 747 "graphics/CanvasMetrics.cpp", |
| 748 "graphics/CanvasMetrics.h", | 748 "graphics/CanvasMetrics.h", |
| 749 "graphics/CanvasSurfaceLayerBridge.cpp", | 749 "graphics/CanvasSurfaceLayerBridge.cpp", |
| 750 "graphics/CanvasSurfaceLayerBridge.h", | 750 "graphics/CanvasSurfaceLayerBridge.h", |
| 751 "graphics/CanvasSurfaceLayerBridgeClient.h", | |
| 752 "graphics/CanvasSurfaceLayerBridgeClientImpl.cpp", | |
| 753 "graphics/CanvasSurfaceLayerBridgeClientImpl.h", | |
| 754 "graphics/Color.cpp", | 751 "graphics/Color.cpp", |
| 755 "graphics/Color.h", | 752 "graphics/Color.h", |
| 756 "graphics/ColorSpace.cpp", | 753 "graphics/ColorSpace.cpp", |
| 757 "graphics/ColorSpace.h", | 754 "graphics/ColorSpace.h", |
| 758 "graphics/ColorSpaceProfileData.cpp", | 755 "graphics/ColorSpaceProfileData.cpp", |
| 759 "graphics/ColorSpaceProfileData.h", | 756 "graphics/ColorSpaceProfileData.h", |
| 760 "graphics/CompositingReasons.cpp", | 757 "graphics/CompositingReasons.cpp", |
| 761 "graphics/CompositingReasons.h", | 758 "graphics/CompositingReasons.h", |
| 762 "graphics/CompositorElementId.cpp", | 759 "graphics/CompositorElementId.cpp", |
| 763 "graphics/CompositorElementId.h", | 760 "graphics/CompositorElementId.h", |
| (...skipping 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1948 "//third_party/WebKit/Source:inside_blink", | 1945 "//third_party/WebKit/Source:inside_blink", |
| 1949 ] | 1946 ] |
| 1950 | 1947 |
| 1951 deps = [ | 1948 deps = [ |
| 1952 ":test_support", | 1949 ":test_support", |
| 1953 "//cc/surfaces:surface_id", | 1950 "//cc/surfaces:surface_id", |
| 1954 "//testing/gmock", | 1951 "//testing/gmock", |
| 1955 "//testing/gtest", | 1952 "//testing/gtest", |
| 1956 ] | 1953 ] |
| 1957 } | 1954 } |
| OLD | NEW |