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

Side by Side Diff: BUILD.gn

Issue 2199973002: Rename FontConfigInterface font manager files. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: All the build systems. Created 4 years, 4 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
« no previous file with comments | « no previous file | cmake/CMakeLists.txt » ('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 2016 Google Inc. 1 # Copyright 2016 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 declare_args() { 6 declare_args() {
7 } 7 }
8 8
9 skia_public_includes = [ 9 skia_public_includes = [
10 "include/android", 10 "include/android",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 if (is_linux) { 254 if (is_linux) {
255 deps += [ 255 deps += [
256 "third_party:fontconfig", 256 "third_party:fontconfig",
257 "third_party:freetype2", 257 "third_party:freetype2",
258 ] 258 ]
259 sources += [ 259 sources += [
260 "src/ports/SkFontConfigInterface_direct.cpp", 260 "src/ports/SkFontConfigInterface_direct.cpp",
261 "src/ports/SkFontConfigInterface_direct_factory.cpp", 261 "src/ports/SkFontConfigInterface_direct_factory.cpp",
262 "src/ports/SkFontHost_FreeType.cpp", 262 "src/ports/SkFontHost_FreeType.cpp",
263 "src/ports/SkFontHost_FreeType_common.cpp", 263 "src/ports/SkFontHost_FreeType_common.cpp",
264 "src/ports/SkFontMgr_FontConfigInterface.cpp",
264 "src/ports/SkFontMgr_fontconfig.cpp", 265 "src/ports/SkFontMgr_fontconfig.cpp",
265 "src/ports/SkFontMgr_fontconfig_factory.cpp", 266 "src/ports/SkFontMgr_fontconfig_factory.cpp",
266 ] 267 ]
267 } 268 }
268 269
269 if (is_mac) { 270 if (is_mac) {
270 sources += [ 271 sources += [
271 "src/ports/SkFontHost_mac.cpp", 272 "src/ports/SkFontHost_mac.cpp",
272 "src/ports/SkImageEncoder_CG.cpp", 273 "src/ports/SkImageEncoder_CG.cpp",
273 "src/ports/SkImageGeneratorCG.cpp", 274 "src/ports/SkImageGeneratorCG.cpp",
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 ":flags", 476 ":flags",
476 ":gm", 477 ":gm",
477 ":gpu_tool_utils", 478 ":gpu_tool_utils",
478 ":skia", 479 ":skia",
479 ":tool_utils", 480 ":tool_utils",
480 "//third_party/jsoncpp", 481 "//third_party/jsoncpp",
481 ] 482 ]
482 testonly = true 483 testonly = true
483 } 484 }
484 } 485 }
OLDNEW
« no previous file with comments | « no previous file | cmake/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698