| Index: tools/gn/command_gen.cc
|
| diff --git a/tools/gn/command_gen.cc b/tools/gn/command_gen.cc
|
| index 03ba618a9c8e73d3833d0cedaaf2f7d7c0d0eb08..5f0da222584dc50d5cf350231c1bde3db02bd944 100644
|
| --- a/tools/gn/command_gen.cc
|
| +++ b/tools/gn/command_gen.cc
|
| @@ -114,7 +114,7 @@ int RunGen(const std::vector<std::string>& args) {
|
| base::IntToString(
|
| setup->scheduler().input_file_manager()->GetInputFileCount()) +
|
| " files in " +
|
| - base::IntToString(elapsed_time.InMilliseconds()) + "ms\n";
|
| + base::Int64ToString(elapsed_time.InMilliseconds()) + "ms\n";
|
| OutputString(stats);
|
| }
|
|
|
|
|