| Index: tools/gn/ninja_binary_target_writer.cc
|
| diff --git a/tools/gn/ninja_binary_target_writer.cc b/tools/gn/ninja_binary_target_writer.cc
|
| index eaae098ef71289ae22c2b12e4ec064e633fdb14c..7077b17103d83c4404157084bb51407308b1a74f 100644
|
| --- a/tools/gn/ninja_binary_target_writer.cc
|
| +++ b/tools/gn/ninja_binary_target_writer.cc
|
| @@ -51,12 +51,6 @@ namespace {
|
| EscapeOptions GetFlagOptions() {
|
| EscapeOptions opts;
|
| opts.mode = ESCAPE_NINJA_COMMAND;
|
| -
|
| - // Some flag strings are actually multiple flags that expect to be just
|
| - // added to the command line. We assume that quoting is done by the
|
| - // buildfiles if it wants such things quoted.
|
| - opts.inhibit_quoting = true;
|
| -
|
| return opts;
|
| }
|
|
|
|
|