summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/services/app_service/public/cpp/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/services/app_service/public/cpp/BUILD.gn')
-rw-r--r--chromium/chrome/services/app_service/public/cpp/BUILD.gn12
1 files changed, 7 insertions, 5 deletions
diff --git a/chromium/chrome/services/app_service/public/cpp/BUILD.gn b/chromium/chrome/services/app_service/public/cpp/BUILD.gn
index f31b9d580ff..52dfe5db20e 100644
--- a/chromium/chrome/services/app_service/public/cpp/BUILD.gn
+++ b/chromium/chrome/services/app_service/public/cpp/BUILD.gn
@@ -41,17 +41,18 @@ source_set("icon_loader_test_support") {
]
}
-source_set("manifest") {
+source_set("intents") {
sources = [
- "manifest.cc",
- "manifest.h",
+ "intent_filter_util.cc",
+ "intent_filter_util.h",
+ "intent_util.cc",
+ "intent_util.h",
]
deps = [
"//base",
"//chrome/services/app_service/public/mojom",
- "//services/preferences/public/mojom",
- "//services/service_manager/public/cpp",
+ "//components/services/app_service/public/cpp:intent_util",
]
}
@@ -63,6 +64,7 @@ source_set("unit_tests") {
"app_update_unittest.cc",
"icon_cache_unittest.cc",
"icon_coalescer_unittest.cc",
+ "intent_util_unittest.cc",
]
deps = [