Chromium Code Reviews| Index: components/safe_json/BUILD.gn |
| diff --git a/components/safe_json_parser/BUILD.gn b/components/safe_json/BUILD.gn |
| similarity index 87% |
| rename from components/safe_json_parser/BUILD.gn |
| rename to components/safe_json/BUILD.gn |
| index 95be97b8ec86fd88a3c6fb1d219ae266f4d03001..1460cce6c138dec597a1a2c6c940368fded7c379 100644 |
| --- a/components/safe_json_parser/BUILD.gn |
| +++ b/components/safe_json/BUILD.gn |
| @@ -2,8 +2,8 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -# GYP version: components/safe_json_parser.gypi:safe_json_parser |
| -static_library("safe_json_parser") { |
| +# GYP version: components/safe_json_parser.gypi:safe_json |
|
Robert Sesek
2015/06/25 14:40:50
This one too.
Bernhard Bauer
2015/06/25 14:48:57
Done.
|
| +static_library("safe_json") { |
| sources = [ |
| "safe_json_parser.cc", |
| "safe_json_parser.h", |