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 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
665 "fonts/WebFontDecoder.h", | 665 "fonts/WebFontDecoder.h", |
666 "fonts/android/FontCacheAndroid.cpp", | 666 "fonts/android/FontCacheAndroid.cpp", |
667 "fonts/linux/FontCacheLinux.cpp", | 667 "fonts/linux/FontCacheLinux.cpp", |
668 "fonts/linux/FontPlatformDataLinux.cpp", | 668 "fonts/linux/FontPlatformDataLinux.cpp", |
669 "fonts/linux/FontRenderStyle.cpp", | 669 "fonts/linux/FontRenderStyle.cpp", |
670 "fonts/linux/FontRenderStyle.h", | 670 "fonts/linux/FontRenderStyle.h", |
671 "fonts/mac/FontCacheMac.mm", | 671 "fonts/mac/FontCacheMac.mm", |
672 "fonts/mac/FontFamilyMatcherMac.h", | 672 "fonts/mac/FontFamilyMatcherMac.h", |
673 "fonts/mac/FontFamilyMatcherMac.mm", | 673 "fonts/mac/FontFamilyMatcherMac.mm", |
674 "fonts/mac/FontPlatformDataMac.mm", | 674 "fonts/mac/FontPlatformDataMac.mm", |
| 675 "fonts/opentype/FontSettings.cpp", |
675 "fonts/opentype/FontSettings.h", | 676 "fonts/opentype/FontSettings.h", |
676 "fonts/opentype/OpenTypeCapsSupport.cpp", | 677 "fonts/opentype/OpenTypeCapsSupport.cpp", |
677 "fonts/opentype/OpenTypeCapsSupport.h", | 678 "fonts/opentype/OpenTypeCapsSupport.h", |
678 "fonts/opentype/OpenTypeCapsSupportMPL.cpp", | 679 "fonts/opentype/OpenTypeCapsSupportMPL.cpp", |
679 "fonts/opentype/OpenTypeTypes.h", | 680 "fonts/opentype/OpenTypeTypes.h", |
680 "fonts/opentype/OpenTypeVerticalData.cpp", | 681 "fonts/opentype/OpenTypeVerticalData.cpp", |
681 "fonts/opentype/OpenTypeVerticalData.h", | 682 "fonts/opentype/OpenTypeVerticalData.h", |
682 "fonts/shaping/CachingWordShapeIterator.cpp", | 683 "fonts/shaping/CachingWordShapeIterator.cpp", |
683 "fonts/shaping/CachingWordShapeIterator.h", | 684 "fonts/shaping/CachingWordShapeIterator.h", |
684 "fonts/shaping/CachingWordShaper.cpp", | 685 "fonts/shaping/CachingWordShaper.cpp", |
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1700 "fonts/FontTest.cpp", | 1701 "fonts/FontTest.cpp", |
1701 "fonts/GenericFontFamilySettingsTest.cpp", | 1702 "fonts/GenericFontFamilySettingsTest.cpp", |
1702 "fonts/GlyphBufferTest.cpp", | 1703 "fonts/GlyphBufferTest.cpp", |
1703 "fonts/OrientationIteratorTest.cpp", | 1704 "fonts/OrientationIteratorTest.cpp", |
1704 "fonts/ScriptRunIteratorTest.cpp", | 1705 "fonts/ScriptRunIteratorTest.cpp", |
1705 "fonts/SmallCapsIteratorTest.cpp", | 1706 "fonts/SmallCapsIteratorTest.cpp", |
1706 "fonts/SymbolsIteratorTest.cpp", | 1707 "fonts/SymbolsIteratorTest.cpp", |
1707 "fonts/UnicodeRangeSetTest.cpp", | 1708 "fonts/UnicodeRangeSetTest.cpp", |
1708 "fonts/android/FontCacheAndroidTest.cpp", | 1709 "fonts/android/FontCacheAndroidTest.cpp", |
1709 "fonts/mac/FontFamilyMatcherMacTest.mm", | 1710 "fonts/mac/FontFamilyMatcherMacTest.mm", |
| 1711 "fonts/opentype/FontSettingsTest.cpp", |
1710 "fonts/opentype/OpenTypeVerticalDataTest.cpp", | 1712 "fonts/opentype/OpenTypeVerticalDataTest.cpp", |
1711 "fonts/shaping/CachingWordShaperTest.cpp", | 1713 "fonts/shaping/CachingWordShaperTest.cpp", |
1712 "fonts/shaping/HarfBuzzShaperTest.cpp", | 1714 "fonts/shaping/HarfBuzzShaperTest.cpp", |
1713 "fonts/shaping/RunSegmenterTest.cpp", | 1715 "fonts/shaping/RunSegmenterTest.cpp", |
1714 "geometry/DoubleRectTest.cpp", | 1716 "geometry/DoubleRectTest.cpp", |
1715 "geometry/FloatBoxTest.cpp", | 1717 "geometry/FloatBoxTest.cpp", |
1716 "geometry/FloatBoxTestHelpers.cpp", | 1718 "geometry/FloatBoxTestHelpers.cpp", |
1717 "geometry/FloatPointTest.cpp", | 1719 "geometry/FloatPointTest.cpp", |
1718 "geometry/FloatPolygonTest.cpp", | 1720 "geometry/FloatPolygonTest.cpp", |
1719 "geometry/FloatQuadTest.cpp", | 1721 "geometry/FloatQuadTest.cpp", |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2071 "//third_party/WebKit/Source:config", | 2073 "//third_party/WebKit/Source:config", |
2072 "//third_party/WebKit/Source:inside_blink", | 2074 "//third_party/WebKit/Source:inside_blink", |
2073 ] | 2075 ] |
2074 | 2076 |
2075 deps = [ | 2077 deps = [ |
2076 ":test_support", | 2078 ":test_support", |
2077 "//testing/gmock", | 2079 "//testing/gmock", |
2078 "//testing/gtest", | 2080 "//testing/gtest", |
2079 ] | 2081 ] |
2080 } | 2082 } |
OLD | NEW |