| 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 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1795 "scroll/ScrollableAreaTest.cpp", | 1795 "scroll/ScrollableAreaTest.cpp", |
| 1796 "scroll/ScrollbarThemeOverlayTest.cpp", | 1796 "scroll/ScrollbarThemeOverlayTest.cpp", |
| 1797 "testing/ArenaTestHelpers.h", | 1797 "testing/ArenaTestHelpers.h", |
| 1798 "testing/TreeTestHelpers.cpp", | 1798 "testing/TreeTestHelpers.cpp", |
| 1799 "testing/TreeTestHelpers.h", | 1799 "testing/TreeTestHelpers.h", |
| 1800 "text/BidiResolverTest.cpp", | 1800 "text/BidiResolverTest.cpp", |
| 1801 "text/CharacterTest.cpp", | 1801 "text/CharacterTest.cpp", |
| 1802 "text/DateTimeFormatTest.cpp", | 1802 "text/DateTimeFormatTest.cpp", |
| 1803 "text/HyphenationTest.cpp", | 1803 "text/HyphenationTest.cpp", |
| 1804 "text/ICUErrorTest.cpp", | 1804 "text/ICUErrorTest.cpp", |
| 1805 "text/PlatformLocaleTest.cpp", |
| 1805 "text/SegmentedStringTest.cpp", | 1806 "text/SegmentedStringTest.cpp", |
| 1806 "text/TextBreakIteratorTest.cpp", | 1807 "text/TextBreakIteratorTest.cpp", |
| 1807 "text/TextEncodingDetectorTest.cpp", | 1808 "text/TextEncodingDetectorTest.cpp", |
| 1808 "text/UnicodeUtilitiesTest.cpp", | 1809 "text/UnicodeUtilitiesTest.cpp", |
| 1809 "threading/BackgroundTaskRunnerTest.cpp", | 1810 "threading/BackgroundTaskRunnerTest.cpp", |
| 1810 "transforms/AffineTransformTest.cpp", | 1811 "transforms/AffineTransformTest.cpp", |
| 1811 "transforms/RotationTest.cpp", | 1812 "transforms/RotationTest.cpp", |
| 1812 "transforms/TransformOperationsTest.cpp", | 1813 "transforms/TransformOperationsTest.cpp", |
| 1813 "transforms/TransformationMatrixTest.cpp", | 1814 "transforms/TransformationMatrixTest.cpp", |
| 1814 "weborigin/KURLTest.cpp", | 1815 "weborigin/KURLTest.cpp", |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2075 "//third_party/WebKit/Source:config", | 2076 "//third_party/WebKit/Source:config", |
| 2076 "//third_party/WebKit/Source:inside_blink", | 2077 "//third_party/WebKit/Source:inside_blink", |
| 2077 ] | 2078 ] |
| 2078 | 2079 |
| 2079 deps = [ | 2080 deps = [ |
| 2080 ":test_support", | 2081 ":test_support", |
| 2081 "//testing/gmock", | 2082 "//testing/gmock", |
| 2082 "//testing/gtest", | 2083 "//testing/gtest", |
| 2083 ] | 2084 ] |
| 2084 } | 2085 } |
| OLD | NEW |