| Index: components/safe_json_parser/BUILD.gn
|
| diff --git a/components/safe_json_parser/BUILD.gn b/components/safe_json_parser/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f029d28e31df22db01fbab07a0be5c3d25abee0e
|
| --- /dev/null
|
| +++ b/components/safe_json_parser/BUILD.gn
|
| @@ -0,0 +1,21 @@
|
| +# Copyright 2015 The Chromium Authors. All rights reserved.
|
| +# 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
|
| +component("safe_json_parser") {
|
| + sources = [
|
| + "safe_json_parser.cc",
|
| + "safe_json_parser.h",
|
| + "safe_json_parser_message_filter.cc",
|
| + "safe_json_parser_message_filter.h",
|
| + "safe_json_parser_messages.cc",
|
| + "safe_json_parser_messages.h",
|
| + ]
|
| +
|
| + deps = [
|
| + "//base",
|
| + "//content/public/browser",
|
| + "//ipc",
|
| + ]
|
| +}
|
|
|