1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6 output_name = "keyed_service_core"
13 "keyed_service_export.h",
16 defines = [ "KEYED_SERVICE_IMPLEMENTATION" ]
23 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
24 cflags = [ "/wd4267" ]