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

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

Issue 2416603002: Add ability to compute text intercepts to Font (Closed)
Patch Set: Addressing fmalita's review comments Created 4 years, 2 months 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/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 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after
1627 "animation/CompositorAnimationTimelineTest.cpp", 1627 "animation/CompositorAnimationTimelineTest.cpp",
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/GlyphBufferTest.cpp", 1638 "fonts/GlyphBufferTest.cpp",
1638 "fonts/GlyphPageTreeNodeTest.cpp", 1639 "fonts/GlyphPageTreeNodeTest.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",
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
1970 "//third_party/WebKit/Source:inside_blink", 1971 "//third_party/WebKit/Source:inside_blink",
1971 ] 1972 ]
1972 1973
1973 deps = [ 1974 deps = [
1974 ":test_support", 1975 ":test_support",
1975 "//cc/surfaces:surface_id", 1976 "//cc/surfaces:surface_id",
1976 "//testing/gmock", 1977 "//testing/gmock",
1977 "//testing/gtest", 1978 "//testing/gtest",
1978 ] 1979 ]
1979 } 1980 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/fonts/Font.h » ('j') | third_party/WebKit/Source/platform/fonts/Font.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698