Index: mojo/services/public/interfaces/navigation/BUILD.gn |
diff --git a/mojo/services/public/interfaces/navigation/BUILD.gn b/mojo/services/public/interfaces/navigation/BUILD.gn |
deleted file mode 100644 |
index f2336d3e156de88de2813d71cbe44bb286d35282..0000000000000000000000000000000000000000 |
--- a/mojo/services/public/interfaces/navigation/BUILD.gn |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-# Copyright 2014 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. |
- |
-import("//mojo/public/tools/bindings/mojom.gni") |
- |
-mojom("navigation") { |
- sources = [ |
- "navigation.mojom", |
- ] |
- |
- deps = [ |
- "//mojo/services/network/public/interfaces", |
- ] |
-} |