| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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_overrides/v8.gni") | |
| 6 import("//testing/test.gni") | 5 import("//testing/test.gni") |
| 7 import("pdfium.gni") | 6 import("pdfium.gni") |
| 8 | 7 |
| 9 config("pdfium_common_config") { | 8 config("pdfium_common_config") { |
| 10 cflags = [] | 9 cflags = [] |
| 11 include_dirs = [ | 10 include_dirs = [ |
| 12 ".", | 11 ".", |
| 13 "third_party/freetype/include", | 12 "third_party/freetype/include", |
| 14 "third_party/freetype/include/freetype", | 13 "third_party/freetype/include/freetype", |
| 15 ] | 14 ] |
| (...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1871 "//samples", | 1870 "//samples", |
| 1872 ] | 1871 ] |
| 1873 } | 1872 } |
| 1874 group("fuzzers") { | 1873 group("fuzzers") { |
| 1875 testonly = true | 1874 testonly = true |
| 1876 deps = [ | 1875 deps = [ |
| 1877 "//testing/libfuzzer", | 1876 "//testing/libfuzzer", |
| 1878 ] | 1877 ] |
| 1879 } | 1878 } |
| 1880 } | 1879 } |
| OLD | NEW |