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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2642033002: Implements CSSPropertyAPI for the d property (Closed)
Patch Set: add the new generated .h file to core/BUILD.gn Created 3 years, 7 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 | « no previous file | third_party/WebKit/Source/core/css/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 4804605f9a966c1b850acfc1acd7d3aecde58455..8a2c4bd2a08c2044f813bfb3f43ba37af0b57adc 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -476,6 +476,7 @@ css_properties("make_core_generated_css_property_apis") {
"$blink_core_output_dir/css/properties/CSSPropertyAPICounterIncrement.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPICounterReset.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPICursor.h",
+ "$blink_core_output_dir/css/properties/CSSPropertyAPID.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIFilter.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIFlexBasis.h",
"$blink_core_output_dir/css/properties/CSSPropertyAPIFlexGrowOrShrink.h",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698