| 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 1608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1619 "testing/HistogramTester.cpp", | 1619 "testing/HistogramTester.cpp", |
| 1620 "testing/HistogramTester.h", | 1620 "testing/HistogramTester.h", |
| 1621 "testing/MessageLoopForMojo.h", | 1621 "testing/MessageLoopForMojo.h", |
| 1622 "testing/PaintPrinters.cpp", | 1622 "testing/PaintPrinters.cpp", |
| 1623 "testing/PaintPrinters.h", | 1623 "testing/PaintPrinters.h", |
| 1624 "testing/PaintPropertyTestHelpers.h", | 1624 "testing/PaintPropertyTestHelpers.h", |
| 1625 "testing/PictureMatchers.cpp", | 1625 "testing/PictureMatchers.cpp", |
| 1626 "testing/PictureMatchers.h", | 1626 "testing/PictureMatchers.h", |
| 1627 "testing/PlatformTestPrinters.cpp", | 1627 "testing/PlatformTestPrinters.cpp", |
| 1628 "testing/RuntimeEnabledFeaturesTestHelpers.h", | 1628 "testing/RuntimeEnabledFeaturesTestHelpers.h", |
| 1629 "testing/ScopedMockedURL.cpp", |
| 1630 "testing/ScopedMockedURL.h", |
| 1629 "testing/TestPaintArtifact.cpp", | 1631 "testing/TestPaintArtifact.cpp", |
| 1630 "testing/TestPaintArtifact.h", | 1632 "testing/TestPaintArtifact.h", |
| 1631 "testing/TestingPlatformSupport.cpp", | 1633 "testing/TestingPlatformSupport.cpp", |
| 1632 "testing/TestingPlatformSupport.h", | 1634 "testing/TestingPlatformSupport.h", |
| 1633 "testing/TransformPrinters.cpp", | 1635 "testing/TransformPrinters.cpp", |
| 1634 "testing/TransformPrinters.h", | 1636 "testing/TransformPrinters.h", |
| 1635 "testing/URLTestHelpers.cpp", | 1637 "testing/URLTestHelpers.cpp", |
| 1636 "testing/URLTestHelpers.h", | 1638 "testing/URLTestHelpers.h", |
| 1637 "testing/UnitTestHelpers.cpp", | 1639 "testing/UnitTestHelpers.cpp", |
| 1638 "testing/UnitTestHelpers.h", | 1640 "testing/UnitTestHelpers.h", |
| (...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2114 "//third_party/WebKit/Source:config", | 2116 "//third_party/WebKit/Source:config", |
| 2115 "//third_party/WebKit/Source:inside_blink", | 2117 "//third_party/WebKit/Source:inside_blink", |
| 2116 ] | 2118 ] |
| 2117 | 2119 |
| 2118 deps = [ | 2120 deps = [ |
| 2119 ":test_support", | 2121 ":test_support", |
| 2120 "//testing/gmock", | 2122 "//testing/gmock", |
| 2121 "//testing/gtest", | 2123 "//testing/gtest", |
| 2122 ] | 2124 ] |
| 2123 } | 2125 } |
| OLD | NEW |