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

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

Issue 2638233002: Convert make_names and make_event_factory to use json5 config format. (Closed)
Patch Set: fix PLATFORM_EXPORT 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/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index d3273101f85bca11ffa8fd410027d2accae93e92..6d9c382c8d1c7ec4d62a68401a56951fdf871df1 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -62,7 +62,7 @@ component("blink_common") {
action("font_family_names") {
script = "../build/scripts/make_names.py"
- font_family_names_in = "fonts/FontFamilyNames.in"
+ font_family_names_in = "fonts/FontFamilyNames.json5"
inputs = make_names_files + [ font_family_names_in ]
outputs = [
@@ -80,7 +80,7 @@ action("font_family_names") {
action("http_names") {
script = "../build/scripts/make_names.py"
- http_names_in = "network/HTTPNames.in"
+ http_names_in = "network/HTTPNames.json5"
inputs = make_names_files + [ http_names_in ]
outputs = [

Powered by Google App Engine
This is Rietveld 408576698