| 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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/toolchain/toolchain.gni") | 6 import("//build/toolchain/toolchain.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//testing/libfuzzer/fuzzer_test.gni") | 9 import("//testing/libfuzzer/fuzzer_test.gni") |
| 10 import("//third_party/WebKit/Source/bindings/bindings.gni") | 10 import("//third_party/WebKit/Source/bindings/bindings.gni") |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 ":generated_testing_idls_settings", | 335 ":generated_testing_idls_settings", |
| 336 ] | 336 ] |
| 337 } | 337 } |
| 338 | 338 |
| 339 action("generated_settings_macros") { | 339 action("generated_settings_macros") { |
| 340 script = "../build/scripts/make_settings.py" | 340 script = "../build/scripts/make_settings.py" |
| 341 | 341 |
| 342 inputs = scripts_for_in_files + [ | 342 inputs = scripts_for_in_files + [ |
| 343 "../build/scripts/make_settings.py", | 343 "../build/scripts/make_settings.py", |
| 344 "../build/scripts/templates/SettingsMacros.h.tmpl", | 344 "../build/scripts/templates/SettingsMacros.h.tmpl", |
| 345 "frame/Settings.in", | 345 "frame/Settings.json5", |
| 346 ] | 346 ] |
| 347 outputs = [ | 347 outputs = [ |
| 348 "$blink_core_output_dir/SettingsMacros.h", | 348 "$blink_core_output_dir/SettingsMacros.h", |
| 349 ] | 349 ] |
| 350 | 350 |
| 351 args = [ | 351 args = [ |
| 352 rebase_path("frame/Settings.in", root_build_dir), | 352 rebase_path("frame/Settings.json5", root_build_dir), |
| 353 "--output_dir", | 353 "--output_dir", |
| 354 rel_blink_core_gen_dir, | 354 rel_blink_core_gen_dir, |
| 355 ] | 355 ] |
| 356 } | 356 } |
| 357 | 357 |
| 358 action("generated_testing_idls_settings") { | 358 action("generated_testing_idls_settings") { |
| 359 script = "../build/scripts/make_internal_settings.py" | 359 script = "../build/scripts/make_internal_settings.py" |
| 360 | 360 |
| 361 inputs = scripts_for_in_files + [ | 361 inputs = scripts_for_in_files + [ |
| 362 "../build/scripts/make_internal_settings.py", | 362 "../build/scripts/make_internal_settings.py", |
| 363 "../build/scripts/templates/InternalSettingsGenerated.idl.tmpl", | 363 "../build/scripts/templates/InternalSettingsGenerated.idl.tmpl", |
| 364 "../build/scripts/templates/InternalSettingsGenerated.cpp.tmpl", | 364 "../build/scripts/templates/InternalSettingsGenerated.cpp.tmpl", |
| 365 "../build/scripts/templates/InternalSettingsGenerated.h.tmpl", | 365 "../build/scripts/templates/InternalSettingsGenerated.h.tmpl", |
| 366 "frame/Settings.in", | 366 "frame/Settings.json5", |
| 367 ] | 367 ] |
| 368 outputs = [ | 368 outputs = [ |
| 369 "$blink_core_output_dir/testing/InternalSettingsGenerated.idl", | 369 "$blink_core_output_dir/testing/InternalSettingsGenerated.idl", |
| 370 "$blink_core_output_dir/testing/InternalSettingsGenerated.cpp", | 370 "$blink_core_output_dir/testing/InternalSettingsGenerated.cpp", |
| 371 "$blink_core_output_dir/testing/InternalSettingsGenerated.h", | 371 "$blink_core_output_dir/testing/InternalSettingsGenerated.h", |
| 372 ] | 372 ] |
| 373 | 373 |
| 374 args = [ | 374 args = [ |
| 375 rebase_path("frame/Settings.in", root_build_dir), | 375 rebase_path("frame/Settings.json5", root_build_dir), |
| 376 "--output_dir", | 376 "--output_dir", |
| 377 "$rel_blink_core_gen_dir/testing", | 377 "$rel_blink_core_gen_dir/testing", |
| 378 ] | 378 ] |
| 379 } | 379 } |
| 380 | 380 |
| 381 action("generated_testing_idls_internal_runtime_flags") { | 381 action("generated_testing_idls_internal_runtime_flags") { |
| 382 script = "../build/scripts/make_internal_runtime_flags.py" | 382 script = "../build/scripts/make_internal_runtime_flags.py" |
| 383 | 383 |
| 384 inputs = scripts_for_in_files + [ | 384 inputs = scripts_for_in_files + [ |
| 385 "../build/scripts/make_internal_runtime_flags.py", | 385 "../build/scripts/make_internal_runtime_flags.py", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 other_inputs = [ "../build/scripts/templates/CSSPropertyMetadata.cpp.tmpl" ] | 487 other_inputs = [ "../build/scripts/templates/CSSPropertyMetadata.cpp.tmpl" ] |
| 488 outputs = [ | 488 outputs = [ |
| 489 "$blink_core_output_dir/CSSPropertyMetadata.cpp", | 489 "$blink_core_output_dir/CSSPropertyMetadata.cpp", |
| 490 ] | 490 ] |
| 491 } | 491 } |
| 492 | 492 |
| 493 process_in_files("make_core_generated_css_value_keywords") { | 493 process_in_files("make_core_generated_css_value_keywords") { |
| 494 script = "../build/scripts/make_css_value_keywords.py" | 494 script = "../build/scripts/make_css_value_keywords.py" |
| 495 | 495 |
| 496 in_files = [ | 496 in_files = [ |
| 497 "css/CSSValueKeywords.in", | 497 "css/CSSValueKeywords.json5", |
| 498 "css/SVGCSSValueKeywords.in", | 498 "css/SVGCSSValueKeywords.json5", |
| 499 ] | 499 ] |
| 500 outputs = [ | 500 outputs = [ |
| 501 "$blink_core_output_dir/CSSValueKeywords.cpp", | 501 "$blink_core_output_dir/CSSValueKeywords.cpp", |
| 502 "$blink_core_output_dir/CSSValueKeywords.h", | 502 "$blink_core_output_dir/CSSValueKeywords.h", |
| 503 ] | 503 ] |
| 504 other_args = [ | 504 other_args = [ |
| 505 "--gperf", | 505 "--gperf", |
| 506 gperf_exe, | 506 gperf_exe, |
| 507 ] | 507 ] |
| 508 } | 508 } |
| (...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1330 sources = [ | 1330 sources = [ |
| 1331 "frame/csp/ContentSecurityPolicyFuzzer.cpp", | 1331 "frame/csp/ContentSecurityPolicyFuzzer.cpp", |
| 1332 ] | 1332 ] |
| 1333 deps = [ | 1333 deps = [ |
| 1334 ":core", | 1334 ":core", |
| 1335 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", | 1335 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", |
| 1336 ] | 1336 ] |
| 1337 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" | 1337 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" |
| 1338 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" | 1338 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" |
| 1339 } | 1339 } |
| OLD | NEW |