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

Side by Side Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2328033002: Revert of Remove more blink modules gypi code. (Closed)
Patch Set: Created 4 years, 3 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
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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/split_static_library.gni") 7 import("//build/split_static_library.gni")
8 import("//testing/libfuzzer/fuzzer_test.gni") 8 import("//testing/libfuzzer/fuzzer_test.gni")
9 import("//third_party/WebKit/Source/bindings/bindings.gni") 9 import("//third_party/WebKit/Source/bindings/bindings.gni")
10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 498
499 in_files = [ "svg/SVGTagNames.in" ] 499 in_files = [ "svg/SVGTagNames.in" ]
500 other_inputs = make_element_type_helpers_files 500 other_inputs = make_element_type_helpers_files
501 outputs = [ 501 outputs = [
502 "$blink_core_output_dir/SVGElementTypeHelpers.h", 502 "$blink_core_output_dir/SVGElementTypeHelpers.h",
503 ] 503 ]
504 } 504 }
505 505
506 # make_event_factory ----------------------------------------------------------- 506 # make_event_factory -----------------------------------------------------------
507 507
508 make_event_factory("make_core_generated_event_factory") { 508 process_in_files("make_core_generated_event_factory") {
509 script = "../build/scripts/make_event_factory.py"
510
509 in_files = [ 511 in_files = [
510 "$blink_core_output_dir/EventInterfaces.in", 512 "$blink_core_output_dir/EventInterfaces.in",
511 "events/EventAliases.in", 513 "events/EventAliases.in",
512 ] 514 ]
515 other_inputs = make_event_factory_files
513 outputs = [ 516 outputs = [
514 "$blink_core_output_dir/Event.cpp", 517 "$blink_core_output_dir/Event.cpp",
515 "$blink_core_output_dir/EventHeaders.h", 518 "$blink_core_output_dir/EventHeaders.h",
516 ] 519 ]
517 } 520 }
518 521
519 # make_names ------------------------------------------------------------------- 522 # make_names -------------------------------------------------------------------
520 523
521 process_in_files("make_core_generated_media_feature_names") { 524 process_in_files("make_core_generated_media_feature_names") {
522 script = "../build/scripts/make_media_feature_names.py" 525 script = "../build/scripts/make_media_feature_names.py"
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
1232 sources = [ 1235 sources = [
1233 "html/parser/HTMLPreloadScannerFuzzer.cpp", 1236 "html/parser/HTMLPreloadScannerFuzzer.cpp",
1234 "html/parser/TextResourceDecoderForFuzzing.h", 1237 "html/parser/TextResourceDecoderForFuzzing.h",
1235 ] 1238 ]
1236 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" 1239 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
1237 deps = [ 1240 deps = [
1238 ":core", 1241 ":core",
1239 "../platform:blink_fuzzer_test_support", 1242 "../platform:blink_fuzzer_test_support",
1240 ] 1243 ]
1241 } 1244 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/build/scripts/scripts.gni ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698