| OLD | NEW |
| 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 Loading... |
| 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", | 61 "SK_GAMMA_APPLY_TO_A8", |
| 63 | 62 |
| 64 "SK_HAS_GIF_LIBRARY", | 63 "SK_HAS_GIF_LIBRARY", |
| 65 "SK_HAS_JPEG_LIBRARY", | 64 "SK_HAS_JPEG_LIBRARY", |
| 66 "SK_HAS_PNG_LIBRARY", | 65 "SK_HAS_PNG_LIBRARY", |
| 67 "SK_HAS_WEBP_LIBRARY", | 66 "SK_HAS_WEBP_LIBRARY", |
| 68 | 67 |
| 69 "TURBO_HAS_565", | 68 "TURBO_HAS_565", |
| 70 "TURBO_HAS_CROP", | 69 "TURBO_HAS_CROP", |
| 71 "TURBO_HAS_SKIP", | 70 "TURBO_HAS_SKIP", |
| (...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 ":flags", | 531 ":flags", |
| 533 ":gm", | 532 ":gm", |
| 534 ":gpu_tool_utils", | 533 ":gpu_tool_utils", |
| 535 ":skia", | 534 ":skia", |
| 536 ":tool_utils", | 535 ":tool_utils", |
| 537 "//third_party/jsoncpp", | 536 "//third_party/jsoncpp", |
| 538 ] | 537 ] |
| 539 testonly = true | 538 testonly = true |
| 540 } | 539 } |
| 541 } | 540 } |
| OLD | NEW |