Index: mojo/examples/http_server/BUILD.gn |
diff --git a/mojo/examples/http_server/BUILD.gn b/mojo/examples/http_server/BUILD.gn |
deleted file mode 100644 |
index 27dfd7e06161ccb21d20613258a229cc01c7ae57..0000000000000000000000000000000000000000 |
--- a/mojo/examples/http_server/BUILD.gn |
+++ /dev/null |
@@ -1,19 +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. |
- |
-shared_library("http_server") { |
- sources = [ |
- "http_server.cc", |
- ] |
- |
- deps = [ |
- "//base", |
- "//mojo/common", |
- "//mojo/public/c/system:for_shared_library", |
- "//mojo/public/cpp/application:standalone", |
- "//mojo/public/cpp/bindings", |
- "//mojo/public/cpp/utility", |
- "//mojo/services/public/interfaces/network", |
- ] |
-} |