OLD | NEW |
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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//testing/libfuzzer/fuzzer_test.gni") | 7 import("//testing/libfuzzer/fuzzer_test.gni") |
8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") | 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni") |
10 import("//third_party/WebKit/Source/config.gni") | 10 import("//third_party/WebKit/Source/config.gni") |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
385 "//third_party/qcms", | 385 "//third_party/qcms", |
386 "//url", | 386 "//url", |
387 "//v8", | 387 "//v8", |
388 ] | 388 ] |
389 deps = [ | 389 deps = [ |
390 ":blink_common", | 390 ":blink_common", |
391 "//components/link_header_util:link_header_util", | 391 "//components/link_header_util:link_header_util", |
392 "//mojo/public/cpp/bindings", | 392 "//mojo/public/cpp/bindings", |
393 "//mojo/public/cpp/bindings:wtf_support", | 393 "//mojo/public/cpp/bindings:wtf_support", |
394 "//third_party/WebKit/Source/platform/heap", | 394 "//third_party/WebKit/Source/platform/heap", |
| 395 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", |
395 "//third_party/ced", | 396 "//third_party/ced", |
396 "//third_party/harfbuzz-ng", | 397 "//third_party/harfbuzz-ng", |
397 "//third_party/icu", | 398 "//third_party/icu", |
398 "//ui/gfx", | 399 "//ui/gfx", |
399 "//ui/gfx/geometry", | 400 "//ui/gfx/geometry", |
400 ] | 401 ] |
401 | 402 |
402 if (is_mac) { | 403 if (is_mac) { |
403 sources -= [ | 404 sources -= [ |
404 # Uses KillRingMac.mm instead. | 405 # Uses KillRingMac.mm instead. |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
701 ":platform", | 702 ":platform", |
702 ":test_support", | 703 ":test_support", |
703 ] | 704 ] |
704 dict = "//testing/libfuzzer/fuzzers/dicts/mhtml.dict" | 705 dict = "//testing/libfuzzer/fuzzers/dicts/mhtml.dict" |
705 seed_corpus = "//third_party/WebKit/LayoutTests/mhtml" | 706 seed_corpus = "//third_party/WebKit/LayoutTests/mhtml" |
706 additional_configs = [ | 707 additional_configs = [ |
707 "//third_party/WebKit/Source/wtf:wtf_config", | 708 "//third_party/WebKit/Source/wtf:wtf_config", |
708 "//third_party/WebKit/Source:config", | 709 "//third_party/WebKit/Source:config", |
709 ] | 710 ] |
710 } | 711 } |
OLD | NEW |