Index: mojo/fetcher/BUILD.gn |
diff --git a/mojo/fetcher/BUILD.gn b/mojo/fetcher/BUILD.gn |
deleted file mode 100644 |
index a6415d53459867ee370954c6dd2e57889fd5205b..0000000000000000000000000000000000000000 |
--- a/mojo/fetcher/BUILD.gn |
+++ /dev/null |
@@ -1,43 +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. |
- |
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") |
- |
-source_set("fetcher") { |
- sources = [ |
- "about_fetcher.cc", |
- "about_fetcher.h", |
- "base_application_fetcher.cc", |
- "base_application_fetcher.h", |
- "local_fetcher.cc", |
- "local_fetcher.h", |
- "network_fetcher.cc", |
- "network_fetcher.h", |
- "switches.cc", |
- "switches.h", |
- "update_fetcher.cc", |
- "update_fetcher.h", |
- "url_resolver.cc", |
- "url_resolver.h", |
- ] |
- |
- public_deps = [ |
- "//base", |
- "//mojo/application/public/interfaces", |
- "//mojo/common", |
- "//third_party/mojo/src/mojo/public/cpp/bindings", |
- "//mojo/services/network/public/interfaces", |
- "//mojo/services/updater", |
- "//url", |
- ] |
- deps = [ |
- "//base/third_party/dynamic_annotations", |
- "//crypto:crypto", |
- "//mojo/application/public/cpp:sources", |
- "//url", |
- "//third_party/mojo/src/mojo/edk/system", |
- "//mojo/environment:chromium", |
- "//mojo/util:filename_util", |
- ] |
-} |