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

Unified Diff: Source/devtools/BUILD.gn

Issue 415613002: Merge CSSPropertyNames.in and SVGCSSPropertyNames.in with CSSProperties.in (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: Source/devtools/BUILD.gn
diff --git a/Source/devtools/BUILD.gn b/Source/devtools/BUILD.gn
index 9c232763d32f7cf130543bbc367c12f824adedf7..1a692e1b2eb5019a813da1ed3efcc3047b3640c8 100644
--- a/Source/devtools/BUILD.gn
+++ b/Source/devtools/BUILD.gn
@@ -157,8 +157,6 @@ action("supported_css_properties") {
script = "scripts/generate_supported_css.py"
inputs = [
- "../core/css/CSSPropertyNames.in",
- "../core/css/SVGCSSPropertyNames.in",
"../core/css/CSSProperties.in",
]

Powered by Google App Engine
This is Rietveld 408576698