Index: mojo/shell/package_manager/BUILD.gn |
diff --git a/mojo/shell/package_manager/BUILD.gn b/mojo/shell/package_manager/BUILD.gn |
deleted file mode 100644 |
index cad38c81c9688a40b6d294c14c704a58d8680e03..0000000000000000000000000000000000000000 |
--- a/mojo/shell/package_manager/BUILD.gn |
+++ /dev/null |
@@ -1,42 +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("//testing/test.gni") |
- |
-source_set("package_manager") { |
- sources = [ |
- "content_handler_connection.cc", |
- "content_handler_connection.h", |
- "package_manager_impl.cc", |
- "package_manager_impl.h", |
- ] |
- |
- deps = [ |
- "//mojo/services/package_manager/public/interfaces", |
- "//mojo/shell", |
- "//mojo/shell/fetcher", |
- "//mojo/util:filename_util", |
- "//net", |
- ] |
-} |
- |
-test("unittests") { |
- output_name = "mojo_package_manager_unittests" |
- |
- sources = [ |
- "capability_filter_content_handler_unittest.cc", |
- "content_handler_unittest.cc", |
- ] |
- |
- deps = [ |
- ":package_manager", |
- "//base", |
- "//mojo/edk/test:run_all_unittests", |
- "//mojo/shell", |
- "//mojo/shell:test_support", |
- "//mojo/shell/public/cpp", |
- "//testing/gtest", |
- "//url", |
- ] |
-} |