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

Unified Diff: Source/devtools/devtools.gyp

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/devtools/BUILD.gn ('k') | Source/devtools/scripts/generate_supported_css.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/devtools.gyp
diff --git a/Source/devtools/devtools.gyp b/Source/devtools/devtools.gyp
index c50e805ca2ed3c705cd298c8d0ae8a95832297a6..86f3e3296ff32fbd4f90f78e1add11a0a073814f 100644
--- a/Source/devtools/devtools.gyp
+++ b/Source/devtools/devtools.gyp
@@ -235,9 +235,7 @@
# The python script in action below.
'scripts/generate_supported_css.py',
# Input files for the script.
- '../core/css/CSSPropertyNames.in',
- '../core/css/SVGCSSPropertyNames.in',
- '../core/css/CSSShorthands.in',
+ '../core/css/CSSProperties.in',
],
'outputs': [
'<(blink_devtools_output_dir)/SupportedCSSProperties.js',
« no previous file with comments | « Source/devtools/BUILD.gn ('k') | Source/devtools/scripts/generate_supported_css.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698