# Copyright 2014 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. assert(!is_ios) component("content") { output_name = "keyed_service_content" sources = [ "browser_context_dependency_manager.cc", "browser_context_dependency_manager.h", "browser_context_keyed_base_factory.cc", "browser_context_keyed_base_factory.h", "browser_context_keyed_service_factory.cc", "browser_context_keyed_service_factory.h", "browser_context_keyed_service_shutdown_notifier_factory.cc", "browser_context_keyed_service_shutdown_notifier_factory.h", "refcounted_browser_context_keyed_service_factory.cc", "refcounted_browser_context_keyed_service_factory.h", ] # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] defines = [ "KEYED_SERVICE_IMPLEMENTATION" ] deps = [ "//base", "//base/third_party/dynamic_annotations", "//components/keyed_service/core", "//content/public/common", ] }