Commit 385a8f80 authored by Kent Tamura's avatar Kent Tamura Committed by Commit Bot

Apply snake_case to generated ColorData.cpp.

This CL has no behavior changes.

Bug: 770603
Change-Id: Ieaeec84b67a6a4dbb0063e43478def41b909448f
Reviewed-on: https://chromium-review.googlesource.com/961183
Commit-Queue: Koji Ishii <kojii@chromium.org>
Reviewed-by: default avatarKoji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543010}
parent c2c7bcf2
...@@ -69,12 +69,12 @@ action("runtime_enabled_features") { ...@@ -69,12 +69,12 @@ action("runtime_enabled_features") {
action("color_data") { action("color_data") {
script = "../build/scripts/gperf.py" script = "../build/scripts/gperf.py"
color_data_gperf = "ColorData.gperf" color_data_gperf = "color_data.gperf"
inputs = [ inputs = [
color_data_gperf, color_data_gperf,
] ]
output_file = "$blink_platform_output_dir/ColorData.cpp" output_file = "$blink_platform_output_dir/color_data.cc"
outputs = [ outputs = [
output_file, output_file,
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment