Home
last modified time | relevance | path

Searched refs:kSwitchJson (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/gn/
Dcommand_args.cc41 const char kSwitchJson[] = "json"; variable
240 if (base::CommandLine::ForCurrentProcess()->HasSwitch(kSwitchJson)) { in ListArgs()