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 1797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1808 "scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc", | 1808 "scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc", |
1809 "scroll/ScrollableAreaTest.cpp", | 1809 "scroll/ScrollableAreaTest.cpp", |
1810 "scroll/ScrollbarThemeOverlayTest.cpp", | 1810 "scroll/ScrollbarThemeOverlayTest.cpp", |
1811 "testing/ArenaTestHelpers.h", | 1811 "testing/ArenaTestHelpers.h", |
1812 "testing/TreeTestHelpers.cpp", | 1812 "testing/TreeTestHelpers.cpp", |
1813 "testing/TreeTestHelpers.h", | 1813 "testing/TreeTestHelpers.h", |
1814 "text/BidiResolverTest.cpp", | 1814 "text/BidiResolverTest.cpp", |
1815 "text/CharacterTest.cpp", | 1815 "text/CharacterTest.cpp", |
1816 "text/DateTimeFormatTest.cpp", | 1816 "text/DateTimeFormatTest.cpp", |
1817 "text/HyphenationTest.cpp", | 1817 "text/HyphenationTest.cpp", |
| 1818 "text/ICUErrorTest.cpp", |
1818 "text/SegmentedStringTest.cpp", | 1819 "text/SegmentedStringTest.cpp", |
1819 "text/TextBreakIteratorTest.cpp", | 1820 "text/TextBreakIteratorTest.cpp", |
1820 "text/TextEncodingDetectorTest.cpp", | 1821 "text/TextEncodingDetectorTest.cpp", |
1821 "text/UnicodeUtilitiesTest.cpp", | 1822 "text/UnicodeUtilitiesTest.cpp", |
1822 "threading/BackgroundTaskRunnerTest.cpp", | 1823 "threading/BackgroundTaskRunnerTest.cpp", |
1823 "transforms/AffineTransformTest.cpp", | 1824 "transforms/AffineTransformTest.cpp", |
1824 "transforms/RotationTest.cpp", | 1825 "transforms/RotationTest.cpp", |
1825 "transforms/TransformOperationsTest.cpp", | 1826 "transforms/TransformOperationsTest.cpp", |
1826 "transforms/TransformationMatrixTest.cpp", | 1827 "transforms/TransformationMatrixTest.cpp", |
1827 "weborigin/KURLTest.cpp", | 1828 "weborigin/KURLTest.cpp", |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2085 "//third_party/WebKit/Source:config", | 2086 "//third_party/WebKit/Source:config", |
2086 "//third_party/WebKit/Source:inside_blink", | 2087 "//third_party/WebKit/Source:inside_blink", |
2087 ] | 2088 ] |
2088 | 2089 |
2089 deps = [ | 2090 deps = [ |
2090 ":test_support", | 2091 ":test_support", |
2091 "//testing/gmock", | 2092 "//testing/gmock", |
2092 "//testing/gtest", | 2093 "//testing/gtest", |
2093 ] | 2094 ] |
2094 } | 2095 } |
OLD | NEW |