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

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

Issue 2633223003: Convert CSSProperties.in to JSON5 format (Closed)
Patch Set: Fix test_converter_unittest Created 3 years, 11 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: third_party/WebKit/Source/devtools/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index af7a035653abf1e19a9e14e7edaeac9c7cca91a1..45e604c16206a2dee6196cc7680cda39dab48b37 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -955,7 +955,7 @@ action("supported_css_properties") {
script = "scripts/build/generate_supported_css.py"
inputs = [
- "../core/css/CSSProperties.in",
+ "../core/css/CSSProperties.json5",
]
outputs = [

Powered by Google App Engine
This is Rietveld 408576698