| 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 1588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1599 "testing/FontTestHelpers.h", | 1599 "testing/FontTestHelpers.h", |
| 1600 "testing/FuzzedDataProvider.cpp", | 1600 "testing/FuzzedDataProvider.cpp", |
| 1601 "testing/FuzzedDataProvider.h", | 1601 "testing/FuzzedDataProvider.h", |
| 1602 "testing/GeometryPrinters.cpp", | 1602 "testing/GeometryPrinters.cpp", |
| 1603 "testing/GeometryPrinters.h", | 1603 "testing/GeometryPrinters.h", |
| 1604 "testing/HistogramTester.cpp", | 1604 "testing/HistogramTester.cpp", |
| 1605 "testing/HistogramTester.h", | 1605 "testing/HistogramTester.h", |
| 1606 "testing/MessageLoopForMojo.h", | 1606 "testing/MessageLoopForMojo.h", |
| 1607 "testing/PaintPrinters.cpp", | 1607 "testing/PaintPrinters.cpp", |
| 1608 "testing/PaintPrinters.h", | 1608 "testing/PaintPrinters.h", |
| 1609 "testing/PaintPropertyTestHelpers.h", |
| 1609 "testing/PictureMatchers.cpp", | 1610 "testing/PictureMatchers.cpp", |
| 1610 "testing/PictureMatchers.h", | 1611 "testing/PictureMatchers.h", |
| 1611 "testing/PlatformTestPrinters.cpp", | 1612 "testing/PlatformTestPrinters.cpp", |
| 1612 "testing/RuntimeEnabledFeaturesTestHelpers.h", | 1613 "testing/RuntimeEnabledFeaturesTestHelpers.h", |
| 1613 "testing/TestPaintArtifact.cpp", | 1614 "testing/TestPaintArtifact.cpp", |
| 1614 "testing/TestPaintArtifact.h", | 1615 "testing/TestPaintArtifact.h", |
| 1615 "testing/TestingPlatformSupport.cpp", | 1616 "testing/TestingPlatformSupport.cpp", |
| 1616 "testing/TestingPlatformSupport.h", | 1617 "testing/TestingPlatformSupport.h", |
| 1617 "testing/TransformPrinters.cpp", | 1618 "testing/TransformPrinters.cpp", |
| 1618 "testing/TransformPrinters.h", | 1619 "testing/TransformPrinters.h", |
| (...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2068 "//third_party/WebKit/Source:inside_blink", | 2069 "//third_party/WebKit/Source:inside_blink", |
| 2069 ] | 2070 ] |
| 2070 | 2071 |
| 2071 deps = [ | 2072 deps = [ |
| 2072 ":test_support", | 2073 ":test_support", |
| 2073 "//cc/surfaces:surface_id", | 2074 "//cc/surfaces:surface_id", |
| 2074 "//testing/gmock", | 2075 "//testing/gmock", |
| 2075 "//testing/gtest", | 2076 "//testing/gtest", |
| 2076 ] | 2077 ] |
| 2077 } | 2078 } |
| OLD | NEW |