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

Unified Diff: Source/build/scripts/scripts.gypi

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/build/scripts/scripts.gni ('k') | Source/build/scripts/templates/StyleBuilder.cpp.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/scripts.gypi
diff --git a/Source/build/scripts/scripts.gypi b/Source/build/scripts/scripts.gypi
index fb4e705914501e498bb1f1a408212d966c0feb58..be1904b9bb906d8bb37de4e95f55563acd0aca2e 100644
--- a/Source/build/scripts/scripts.gypi
+++ b/Source/build/scripts/scripts.gypi
@@ -15,6 +15,11 @@
'template_expander.py',
'templates/macros.tmpl',
],
+ 'css_properties_files': [
+ '<@(scripts_for_in_files)',
+ 'css_properties.py',
+ '../../core/css/CSSProperties.in',
+ ],
'make_event_factory_files': [
'<@(scripts_for_in_files)',
'make_event_factory.py',
« no previous file with comments | « Source/build/scripts/scripts.gni ('k') | Source/build/scripts/templates/StyleBuilder.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698