blob: 1b61a04723bf4fd62ffbec383b60974327030c1e [file] [log] [blame]
# Copyright 2016 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("cpp") {
sources = [
"resource_loader.cc",
"resource_loader.h",
]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
deps = [
"//base",
"//components/services/filesystem/public/interfaces",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
"//services/catalog:constants",
"//services/service_manager/public/cpp",
]
}