| # Copyright 2018 The Chromium Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # | |
| # Generated file. DO NOT EDIT. | |
| import("//third_party/abseil-cpp/absl.gni") | |
| absl_source_set("utility") { | |
| public = [ "utility.h" ] | |
| deps = [ | |
| "//third_party/abseil-cpp/absl/base:config", | |
| "//third_party/abseil-cpp/absl/base:core_headers", | |
| "//third_party/abseil-cpp/absl/meta:type_traits", | |
| ] | |
| } |