| 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 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1628 "animation/CompositorFloatAnimationCurveTest.cpp", | 1628 "animation/CompositorFloatAnimationCurveTest.cpp", |
| 1629 "animation/TimingFunctionTest.cpp", | 1629 "animation/TimingFunctionTest.cpp", |
| 1630 "blob/BlobDataTest.cpp", | 1630 "blob/BlobDataTest.cpp", |
| 1631 "clipboard/ClipboardUtilitiesTest.cpp", | 1631 "clipboard/ClipboardUtilitiesTest.cpp", |
| 1632 "exported/FilePathConversionTest.cpp", | 1632 "exported/FilePathConversionTest.cpp", |
| 1633 "fonts/AcceptLanguagesResolverTest.cpp", | 1633 "fonts/AcceptLanguagesResolverTest.cpp", |
| 1634 "fonts/FontCacheTest.cpp", | 1634 "fonts/FontCacheTest.cpp", |
| 1635 "fonts/FontDescriptionTest.cpp", | 1635 "fonts/FontDescriptionTest.cpp", |
| 1636 "fonts/FontPlatformDataTest.cpp", | 1636 "fonts/FontPlatformDataTest.cpp", |
| 1637 "fonts/FontTest.cpp", | 1637 "fonts/FontTest.cpp", |
| 1638 "fonts/GenericFontFamilySettingsTest.cpp", |
| 1638 "fonts/GlyphBufferTest.cpp", | 1639 "fonts/GlyphBufferTest.cpp", |
| 1639 "fonts/OrientationIteratorTest.cpp", | 1640 "fonts/OrientationIteratorTest.cpp", |
| 1640 "fonts/ScriptRunIteratorTest.cpp", | 1641 "fonts/ScriptRunIteratorTest.cpp", |
| 1641 "fonts/SmallCapsIteratorTest.cpp", | 1642 "fonts/SmallCapsIteratorTest.cpp", |
| 1642 "fonts/SymbolsIteratorTest.cpp", | 1643 "fonts/SymbolsIteratorTest.cpp", |
| 1643 "fonts/UnicodeRangeSetTest.cpp", | 1644 "fonts/UnicodeRangeSetTest.cpp", |
| 1644 "fonts/android/FontCacheAndroidTest.cpp", | 1645 "fonts/android/FontCacheAndroidTest.cpp", |
| 1645 "fonts/mac/FontFamilyMatcherMacTest.mm", | 1646 "fonts/mac/FontFamilyMatcherMacTest.mm", |
| 1646 "fonts/opentype/OpenTypeVerticalDataTest.cpp", | 1647 "fonts/opentype/OpenTypeVerticalDataTest.cpp", |
| 1647 "fonts/shaping/CachingWordShaperTest.cpp", | 1648 "fonts/shaping/CachingWordShaperTest.cpp", |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1969 "//third_party/WebKit/Source:inside_blink", | 1970 "//third_party/WebKit/Source:inside_blink", |
| 1970 ] | 1971 ] |
| 1971 | 1972 |
| 1972 deps = [ | 1973 deps = [ |
| 1973 ":test_support", | 1974 ":test_support", |
| 1974 "//cc/surfaces:surface_id", | 1975 "//cc/surfaces:surface_id", |
| 1975 "//testing/gmock", | 1976 "//testing/gmock", |
| 1976 "//testing/gtest", | 1977 "//testing/gtest", |
| 1977 ] | 1978 ] |
| 1978 } | 1979 } |
| OLD | NEW |