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

Side by Side Diff: third_party/harfbuzz-ng/BUILD.gn

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: fix merge Created 3 years, 8 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 | « third_party/freetype/BUILD.gn ('k') | third_party/libaddressinput/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/linux/pkg_config.gni") 7 import("//build/config/linux/pkg_config.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//testing/libfuzzer/fuzzer_test.gni") 9 import("//testing/libfuzzer/fuzzer_test.gni")
10 10
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "src/hb-ot-layout-gpos-table.hh", 96 "src/hb-ot-layout-gpos-table.hh",
97 "src/hb-ot-layout-gsub-table.hh", 97 "src/hb-ot-layout-gsub-table.hh",
98 "src/hb-ot-layout-gsubgpos-private.hh", 98 "src/hb-ot-layout-gsubgpos-private.hh",
99 "src/hb-ot-layout-private.hh", 99 "src/hb-ot-layout-private.hh",
100 "src/hb-ot-layout.cc", 100 "src/hb-ot-layout.cc",
101 "src/hb-ot-layout.h", 101 "src/hb-ot-layout.h",
102 "src/hb-ot-map-private.hh", 102 "src/hb-ot-map-private.hh",
103 "src/hb-ot-map.cc", 103 "src/hb-ot-map.cc",
104 "src/hb-ot-math-table.hh", 104 "src/hb-ot-math-table.hh",
105 "src/hb-ot-math.cc", 105 "src/hb-ot-math.cc",
106 "src/hb-ot-math.h",
106 "src/hb-ot-maxp-table.hh", 107 "src/hb-ot-maxp-table.hh",
107 "src/hb-ot-name-table.hh", 108 "src/hb-ot-name-table.hh",
108 "src/hb-ot-shape-complex-arabic-fallback.hh", 109 "src/hb-ot-shape-complex-arabic-fallback.hh",
109 "src/hb-ot-shape-complex-arabic-private.hh", 110 "src/hb-ot-shape-complex-arabic-private.hh",
110 "src/hb-ot-shape-complex-arabic-table.hh", 111 "src/hb-ot-shape-complex-arabic-table.hh",
111 "src/hb-ot-shape-complex-arabic.cc", 112 "src/hb-ot-shape-complex-arabic.cc",
112 "src/hb-ot-shape-complex-default.cc", 113 "src/hb-ot-shape-complex-default.cc",
113 "src/hb-ot-shape-complex-hangul.cc", 114 "src/hb-ot-shape-complex-hangul.cc",
114 "src/hb-ot-shape-complex-hebrew.cc", 115 "src/hb-ot-shape-complex-hebrew.cc",
115 "src/hb-ot-shape-complex-indic-machine.hh", 116 "src/hb-ot-shape-complex-indic-machine.hh",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 fuzzer_test("harfbuzz_fuzzer") { 224 fuzzer_test("harfbuzz_fuzzer") {
224 sources = [ 225 sources = [
225 "fuzz/harfbuzz_fuzzer.cc", 226 "fuzz/harfbuzz_fuzzer.cc",
226 ] 227 ]
227 deps = [ 228 deps = [
228 ":harfbuzz-ng", 229 ":harfbuzz-ng",
229 ] 230 ]
230 libfuzzer_options = [ "max_len=16800" ] 231 libfuzzer_options = [ "max_len=16800" ]
231 seed_corpus = "fuzz/seed_corpus" 232 seed_corpus = "fuzz/seed_corpus"
232 } 233 }
OLDNEW
« no previous file with comments | « third_party/freetype/BUILD.gn ('k') | third_party/libaddressinput/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698