Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(990)

Unified Diff: mojo/package_manager/BUILD.gn

Issue 1566253002: Move package_manager into mojo/shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo_shell.gyp ('k') | mojo/package_manager/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/package_manager/BUILD.gn
diff --git a/mojo/package_manager/BUILD.gn b/mojo/package_manager/BUILD.gn
deleted file mode 100644
index 21b878ae4295fee9fa9851b7c7d34567b2a0efc9..0000000000000000000000000000000000000000
--- a/mojo/package_manager/BUILD.gn
+++ /dev/null
@@ -1,40 +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/fetcher",
- "//mojo/shell",
- "//mojo/util:filename_util",
- ]
-}
-
-test("unittests") {
- output_name = "mojo_package_manager_unittests"
-
- sources = [
- "capability_filter_content_handler_unittest.cc",
- "content_handler_unittest.cc",
- ]
-
- deps = [
- ":package_manager",
- "//base",
- "//mojo/application/public/cpp",
- "//mojo/shell",
- "//mojo/shell:test_support",
- "//testing/gtest",
- "//third_party/mojo/src/mojo/edk/test:run_all_unittests",
- "//url",
- ]
-}
« no previous file with comments | « mojo/mojo_shell.gyp ('k') | mojo/package_manager/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698