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

Unified Diff: Source/core/core.gyp

Issue 454423003: Add animatable flag to 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
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index ffdce5948eab35e8f69bf0827844f64e8a1f1188..796a8912517d07c8355d820fd1a50ba09ef0015d 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -278,6 +278,9 @@
# Generated from make_style_builder.py
'<(blink_core_output_dir)/StyleBuilder.cpp',
'<(blink_core_output_dir)/StyleBuilderFunctions.cpp',
+
+ # Generated from make_css_property_metadata.py
+ '<(blink_core_output_dir)/CSSPropertyMetadata.cpp',
],
'conditions': [
['OS=="win" and component=="shared_library"', {
« no previous file with comments | « Source/core/animation/css/CSSAnimations.cpp ('k') | Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698