Index: components/safe_json/utility/BUILD.gn |
diff --git a/components/safe_json/utility/BUILD.gn b/components/safe_json/utility/BUILD.gn |
deleted file mode 100644 |
index 15dd59b04654735e1d6ea10390f3f8b51358ae97..0000000000000000000000000000000000000000 |
--- a/components/safe_json/utility/BUILD.gn |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-# 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. |
- |
-source_set("utility") { |
- sources = [ |
- "safe_json_parser_mojo_impl.cc", |
- "safe_json_parser_mojo_impl.h", |
- ] |
- |
- deps = [ |
- "//base", |
- "//components/safe_json/public/interfaces", |
- ] |
-} |