| Index: Source/devtools/BUILD.gn
|
| diff --git a/Source/devtools/BUILD.gn b/Source/devtools/BUILD.gn
|
| index e55f468c7c7899865c1d06900f03efe902c99fa8..029df19e4bf14b9bb673352015a9dc6b91401802 100644
|
| --- a/Source/devtools/BUILD.gn
|
| +++ b/Source/devtools/BUILD.gn
|
| @@ -183,9 +183,7 @@ action("supported_css_properties") {
|
| script = "scripts/generate_supported_css.py"
|
|
|
| source_prereqs = [
|
| - "../core/css/CSSPropertyNames.in",
|
| - "../core/css/SVGCSSPropertyNames.in",
|
| - "../core/css/CSSShorthands.in",
|
| + "../core/css/CSSProperties.in",
|
| ]
|
|
|
| outputs = [
|
|
|