blob: 2b2196ac2ba09f5c9e000b63d25a318b193b9f12 [file] [log] [blame]
# 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.
import("//third_party/abseil-cpp/absl.gni")
absl_source_set("type_traits") {
public = [ "type_traits.h" ]
deps = [ "../base:config" ]
}