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

Side by Side Diff: skia/BUILD.gn

Issue 2355563002: Add SK_ADDING_src_ports_SkFontConfigInterface_cpp. (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/test.gni") 7 import("//testing/test.gni")
8 import("//third_party/skia/gn/shared_sources.gni") 8 import("//third_party/skia/gn/shared_sources.gni")
9 9
10 if (current_cpu == "arm") { 10 if (current_cpu == "arm") {
(...skipping 30 matching lines...) Expand all
41 "//third_party/skia/include/effects", 41 "//third_party/skia/include/effects",
42 "//third_party/skia/include/images", 42 "//third_party/skia/include/images",
43 "//third_party/skia/include/lazy", 43 "//third_party/skia/include/lazy",
44 "//third_party/skia/include/pathops", 44 "//third_party/skia/include/pathops",
45 "//third_party/skia/include/pdf", 45 "//third_party/skia/include/pdf",
46 "//third_party/skia/include/pipe", 46 "//third_party/skia/include/pipe",
47 "//third_party/skia/include/ports", 47 "//third_party/skia/include/ports",
48 "//third_party/skia/include/utils", 48 "//third_party/skia/include/utils",
49 ] 49 ]
50 50
51 defines = [ "SK_IGNORE_DW_GRAY_FIX" ] 51 defines = [
52 "SK_IGNORE_DW_GRAY_FIX",
53 "SK_ADDING_src_ports_SkFontConfigInterface_cpp",
54 ]
52 defines += skia_for_chromium_defines 55 defines += skia_for_chromium_defines
53 56
54 defines += [] 57 defines += []
55 58
56 if (skia_build_no_opts) { 59 if (skia_build_no_opts) {
57 defines += [ "SK_BUILD_NO_OPTS" ] 60 defines += [ "SK_BUILD_NO_OPTS" ]
58 } 61 }
59 62
60 if (is_component_build) { 63 if (is_component_build) {
61 defines += [ 64 defines += [
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 717
715 deps = [ 718 deps = [
716 ":skia", 719 ":skia",
717 "//base", 720 "//base",
718 "//base/test:test_support", 721 "//base/test:test_support",
719 "//build/config/sanitizers:deps", 722 "//build/config/sanitizers:deps",
720 "//build/win:default_exe_manifest", 723 "//build/win:default_exe_manifest",
721 ] 724 ]
722 } 725 }
723 } 726 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698