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

Side by Side Diff: sky/engine/platform/BUILD.gn

Issue 717343002: Replace (unused) FontPlatformData.* with harfbuzz variants. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « no previous file | sky/engine/platform/fonts/FontPlatformData.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//sky/engine/build/scripts/scripts.gni") 6 import("//sky/engine/build/scripts/scripts.gni")
7 import("//sky/engine/config.gni") 7 import("//sky/engine/config.gni")
8 8
9 # Most targets in this file are private actions so use that as the default. 9 # Most targets in this file are private actions so use that as the default.
10 visibility = [":*"] 10 visibility = [":*"]
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "fonts/FontWidthVariant.h", 188 "fonts/FontWidthVariant.h",
189 "fonts/GenericFontFamilySettings.cpp", 189 "fonts/GenericFontFamilySettings.cpp",
190 "fonts/GenericFontFamilySettings.h", 190 "fonts/GenericFontFamilySettings.h",
191 "fonts/Glyph.h", 191 "fonts/Glyph.h",
192 "fonts/GlyphBuffer.h", 192 "fonts/GlyphBuffer.h",
193 "fonts/GlyphMetricsMap.h", 193 "fonts/GlyphMetricsMap.h",
194 "fonts/GlyphPage.h", 194 "fonts/GlyphPage.h",
195 "fonts/GlyphPageTreeNode.cpp", 195 "fonts/GlyphPageTreeNode.cpp",
196 "fonts/GlyphPageTreeNode.h", 196 "fonts/GlyphPageTreeNode.h",
197 "fonts/harfbuzz/FontHarfBuzz.cpp", 197 "fonts/harfbuzz/FontHarfBuzz.cpp",
198 "fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp",
199 "fonts/harfbuzz/FontPlatformDataHarfBuzz.h",
200 "fonts/harfbuzz/HarfBuzzFace.cpp", 198 "fonts/harfbuzz/HarfBuzzFace.cpp",
201 "fonts/harfbuzz/HarfBuzzFace.h", 199 "fonts/harfbuzz/HarfBuzzFace.h",
202 "fonts/harfbuzz/HarfBuzzFaceCoreText.cpp",
203 "fonts/harfbuzz/HarfBuzzFaceSkia.cpp", 200 "fonts/harfbuzz/HarfBuzzFaceSkia.cpp",
204 "fonts/harfbuzz/HarfBuzzShaper.cpp", 201 "fonts/harfbuzz/HarfBuzzShaper.cpp",
205 "fonts/harfbuzz/HarfBuzzShaper.h", 202 "fonts/harfbuzz/HarfBuzzShaper.h",
206 "fonts/Latin1TextIterator.h", 203 "fonts/Latin1TextIterator.h",
207 "fonts/linux/FontCacheLinux.cpp", 204 "fonts/linux/FontCacheLinux.cpp",
208 "fonts/linux/FontPlatformDataLinux.cpp", 205 "fonts/linux/FontPlatformDataLinux.cpp",
209 "fonts/opentype/OpenTypeSanitizer.cpp", 206 "fonts/opentype/OpenTypeSanitizer.cpp",
210 "fonts/opentype/OpenTypeSanitizer.h", 207 "fonts/opentype/OpenTypeSanitizer.h",
211 "fonts/opentype/OpenTypeTypes.h", 208 "fonts/opentype/OpenTypeTypes.h",
212 "fonts/opentype/OpenTypeVerticalData.cpp", 209 "fonts/opentype/OpenTypeVerticalData.cpp",
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 "//skia", 686 "//skia",
690 "//third_party:jpeg", 687 "//third_party:jpeg",
691 "//third_party/iccjpeg", 688 "//third_party/iccjpeg",
692 "//third_party/libpng", 689 "//third_party/libpng",
693 "//third_party/ots", 690 "//third_party/ots",
694 "//third_party/qcms", 691 "//third_party/qcms",
695 "//url", 692 "//url",
696 "//v8", 693 "//v8",
697 ] 694 ]
698 695
699 # FIXME(sky): Can sky use this stuff? Why mac only?
700 sources -= [
701 # FIXME: We will eventually compile this too, but for now it's
702 # only used on mac.
703 "fonts/FontPlatformData.cpp",
704 "fonts/harfbuzz/HarfBuzzFaceCoreText.cpp",
705 ]
706
707 if (is_android) { 696 if (is_android) {
708 # Add in some Linux files also shared with Android. 697 # Add in some Linux files also shared with Android.
709 set_sources_assignment_filter([]) 698 set_sources_assignment_filter([])
710 sources += [ 699 sources += [
711 "exported/linux/WebFontRenderStyle.cpp", 700 "exported/linux/WebFontRenderStyle.cpp",
712 "fonts/linux/FontPlatformDataLinux.cpp", 701 "fonts/linux/FontPlatformDataLinux.cpp",
713 ] 702 ]
714 set_sources_assignment_filter(sources_assignment_filter) 703 set_sources_assignment_filter(sources_assignment_filter)
715 } 704 }
716 705
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 # See https://bugs.webkit.org/show_bug.cgi?id=62916. 801 # See https://bugs.webkit.org/show_bug.cgi?id=62916.
813 # TODO(GYP) 802 # TODO(GYP)
814 #'cflags': ['-marm'], 803 #'cflags': ['-marm'],
815 # 'conditions': [ 804 # 'conditions': [
816 # ['OS=="android"', { 805 # ['OS=="android"', {
817 # 'cflags!': ['-mthumb'], 806 # 'cflags!': ['-mthumb'],
818 # }], 807 # }],
819 # ], 808 # ],
820 } 809 }
821 } 810 }
OLDNEW
« no previous file with comments | « no previous file | sky/engine/platform/fonts/FontPlatformData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698