Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2581083003: Initial OpenType Font Variations Support (Closed)
Patch Set: Fix makeUnique syntax Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
1699 "fonts/FontTest.cpp", 1700 "fonts/FontTest.cpp",
1700 "fonts/GenericFontFamilySettingsTest.cpp", 1701 "fonts/GenericFontFamilySettingsTest.cpp",
1701 "fonts/GlyphBufferTest.cpp", 1702 "fonts/GlyphBufferTest.cpp",
1702 "fonts/OrientationIteratorTest.cpp", 1703 "fonts/OrientationIteratorTest.cpp",
1703 "fonts/ScriptRunIteratorTest.cpp", 1704 "fonts/ScriptRunIteratorTest.cpp",
1704 "fonts/SmallCapsIteratorTest.cpp", 1705 "fonts/SmallCapsIteratorTest.cpp",
1705 "fonts/SymbolsIteratorTest.cpp", 1706 "fonts/SymbolsIteratorTest.cpp",
1706 "fonts/UnicodeRangeSetTest.cpp", 1707 "fonts/UnicodeRangeSetTest.cpp",
1707 "fonts/android/FontCacheAndroidTest.cpp", 1708 "fonts/android/FontCacheAndroidTest.cpp",
1708 "fonts/mac/FontFamilyMatcherMacTest.mm", 1709 "fonts/mac/FontFamilyMatcherMacTest.mm",
1710 "fonts/opentype/FontSettingsTest.cpp",
1709 "fonts/opentype/OpenTypeVerticalDataTest.cpp", 1711 "fonts/opentype/OpenTypeVerticalDataTest.cpp",
1710 "fonts/shaping/CachingWordShaperTest.cpp", 1712 "fonts/shaping/CachingWordShaperTest.cpp",
1711 "fonts/shaping/HarfBuzzShaperTest.cpp", 1713 "fonts/shaping/HarfBuzzShaperTest.cpp",
1712 "fonts/shaping/RunSegmenterTest.cpp", 1714 "fonts/shaping/RunSegmenterTest.cpp",
1713 "geometry/DoubleRectTest.cpp", 1715 "geometry/DoubleRectTest.cpp",
1714 "geometry/FloatBoxTest.cpp", 1716 "geometry/FloatBoxTest.cpp",
1715 "geometry/FloatBoxTestHelpers.cpp", 1717 "geometry/FloatBoxTestHelpers.cpp",
1716 "geometry/FloatPointTest.cpp", 1718 "geometry/FloatPointTest.cpp",
1717 "geometry/FloatPolygonTest.cpp", 1719 "geometry/FloatPolygonTest.cpp",
1718 "geometry/FloatQuadTest.cpp", 1720 "geometry/FloatQuadTest.cpp",
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
2070 "//third_party/WebKit/Source:config", 2072 "//third_party/WebKit/Source:config",
2071 "//third_party/WebKit/Source:inside_blink", 2073 "//third_party/WebKit/Source:inside_blink",
2072 ] 2074 ]
2073 2075
2074 deps = [ 2076 deps = [
2075 ":test_support", 2077 ":test_support",
2076 "//testing/gmock", 2078 "//testing/gmock",
2077 "//testing/gtest", 2079 "//testing/gtest",
2078 ] 2080 ]
2079 } 2081 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698