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

Unified Diff: Source/devtools/BUILD.gn

Issue 371443003: Merge .in files for css/svg properties into a single file (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cascade
Patch Set: up-to-date version of entire patch Created 6 years, 5 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
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | Source/devtools/devtools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/BUILD.gn
diff --git a/Source/devtools/BUILD.gn b/Source/devtools/BUILD.gn
index e6dd2f91dc5f68344bc79d0c5167e7d83e3c1fa4..b743209d443a8965f3af54b6a0644c9c6786331c 100644
--- a/Source/devtools/BUILD.gn
+++ b/Source/devtools/BUILD.gn
@@ -156,9 +156,7 @@ action("supported_css_properties") {
script = "scripts/generate_supported_css.py"
inputs = [
- "../core/css/CSSPropertyNames.in",
- "../core/css/SVGCSSPropertyNames.in",
- "../core/css/CSSShorthands.in",
+ "../core/css/CSSProperties.in",
]
outputs = [
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | Source/devtools/devtools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698