| Index: third_party/WebKit/Source/core/core_generated.gyp
|
| diff --git a/third_party/WebKit/Source/core/core_generated.gyp b/third_party/WebKit/Source/core/core_generated.gyp
|
| index 8f4d6fc446f4c4c1fb7a3b37669981ea480fd5bf..21db6e0568310c443d26e915e234a2f5f6b8021a 100644
|
| --- a/third_party/WebKit/Source/core/core_generated.gyp
|
| +++ b/third_party/WebKit/Source/core/core_generated.gyp
|
| @@ -128,11 +128,13 @@
|
| '../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',
|
| ],
|
| 'action': [
|
| 'python',
|
|
|