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

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: 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
Index: Source/devtools/devtools.gyp
diff --git a/Source/devtools/devtools.gyp b/Source/devtools/devtools.gyp
index 80f907551687fa00ce7a253395b05b9c5b9eacf2..4cab56ebf0e7b623b7ff44e4f57c60113c3ec594 100644
--- a/Source/devtools/devtools.gyp
+++ b/Source/devtools/devtools.gyp
@@ -237,9 +237,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',

Powered by Google App Engine
This is Rietveld 408576698