| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index 3ece896d5b1d88ae5190130c2cd272fcad8d4532..894a4a2508f21aaaca6750f87241fbbbeed7edda 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -545,11 +545,13 @@ action("generated_testing_idls_internal_runtime_flags") {
|
| "../build/scripts/make_internal_runtime_flags.py",
|
| "../platform/RuntimeEnabledFeatures.in",
|
| "../build/scripts/templates/InternalRuntimeFlags.h.tmpl",
|
| + "../build/scripts/templates/InternalRuntimeFlags.cpp.tmpl",
|
| "../build/scripts/templates/InternalRuntimeFlags.idl.tmpl",
|
| ]
|
| outputs = [
|
| "$blink_core_output_dir/testing/InternalRuntimeFlags.idl",
|
| "$blink_core_output_dir/testing/InternalRuntimeFlags.h",
|
| + "$blink_core_output_dir/testing/InternalRuntimeFlags.cpp",
|
| ]
|
|
|
| args = [
|
|
|