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

Side by Side Diff: BUILD.gn

Issue 2195393002: GN: define fake-gamma configuration to match our bots. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | 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 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "src/pathops", 51 "src/pathops",
52 "src/pdf", 52 "src/pdf",
53 "src/ports", 53 "src/ports",
54 "src/sfnt", 54 "src/sfnt",
55 "src/utils", 55 "src/utils",
56 "third_party/etc1", 56 "third_party/etc1",
57 "third_party/ktx", 57 "third_party/ktx",
58 ] 58 ]
59 59
60 defines = [ 60 defines = [
61 "SK_GAMMA_SRGB",
62 "SK_GAMMA_APPLY_TO_A8",
63
61 "SK_HAS_GIF_LIBRARY", 64 "SK_HAS_GIF_LIBRARY",
62 "SK_HAS_JPEG_LIBRARY", 65 "SK_HAS_JPEG_LIBRARY",
63 "SK_HAS_PNG_LIBRARY", 66 "SK_HAS_PNG_LIBRARY",
64 "SK_HAS_WEBP_LIBRARY", 67 "SK_HAS_WEBP_LIBRARY",
65 ] 68 ]
66 } 69 }
67 70
68 # Any code that's linked into Skia-the-library should use this config via += ski a_library_configs. 71 # Any code that's linked into Skia-the-library should use this config via += ski a_library_configs.
69 config("skia_library") { 72 config("skia_library") {
70 visibility = [ ":*" ] 73 visibility = [ ":*" ]
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 ":flags", 475 ":flags",
473 ":gm", 476 ":gm",
474 ":gpu_tool_utils", 477 ":gpu_tool_utils",
475 ":skia", 478 ":skia",
476 ":tool_utils", 479 ":tool_utils",
477 "//third_party/jsoncpp", 480 "//third_party/jsoncpp",
478 ] 481 ]
479 testonly = true 482 testonly = true
480 } 483 }
481 } 484 }
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