diff options
Diffstat (limited to 'chromium/chrome/services/app_service/BUILD.gn')
-rw-r--r-- | chromium/chrome/services/app_service/BUILD.gn | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/chromium/chrome/services/app_service/BUILD.gn b/chromium/chrome/services/app_service/BUILD.gn deleted file mode 100644 index 5aa18bbd834..00000000000 --- a/chromium/chrome/services/app_service/BUILD.gn +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2018 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. - -source_set("lib") { - sources = [ - "app_service_impl.cc", - "app_service_impl.h", - ] - - deps = [ - "//base", - "//components/prefs", - "//content/public/browser", - "//mojo/public/cpp/bindings", - ] - - public_deps = [ - "//chrome/services/app_service/public/cpp:preferred_apps", - "//chrome/services/app_service/public/mojom", - ] -} - -source_set("unit_tests") { - testonly = true - - sources = [ "app_service_impl_unittest.cc" ] - - deps = [ - ":lib", - "//chrome/services/app_service/public/cpp:intents", - "//chrome/services/app_service/public/cpp:preferred_apps", - "//testing/gtest", - ] -} |