1*9356374aSAndroid Build Coastguard Worker# 2*9356374aSAndroid Build Coastguard Worker# Copyright 2017 The Abseil Authors. 3*9356374aSAndroid Build Coastguard Worker# 4*9356374aSAndroid Build Coastguard Worker# Licensed under the Apache License, Version 2.0 (the "License"); 5*9356374aSAndroid Build Coastguard Worker# you may not use this file except in compliance with the License. 6*9356374aSAndroid Build Coastguard Worker# You may obtain a copy of the License at 7*9356374aSAndroid Build Coastguard Worker# 8*9356374aSAndroid Build Coastguard Worker# https://www.apache.org/licenses/LICENSE-2.0 9*9356374aSAndroid Build Coastguard Worker# 10*9356374aSAndroid Build Coastguard Worker# Unless required by applicable law or agreed to in writing, software 11*9356374aSAndroid Build Coastguard Worker# distributed under the License is distributed on an "AS IS" BASIS, 12*9356374aSAndroid Build Coastguard Worker# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*9356374aSAndroid Build Coastguard Worker# See the License for the specific language governing permissions and 14*9356374aSAndroid Build Coastguard Worker# limitations under the License. 15*9356374aSAndroid Build Coastguard Worker# 16*9356374aSAndroid Build Coastguard Worker 17*9356374aSAndroid Build Coastguard Workerabsl_cc_library( 18*9356374aSAndroid Build Coastguard Worker NAME 19*9356374aSAndroid Build Coastguard Worker type_traits 20*9356374aSAndroid Build Coastguard Worker HDRS 21*9356374aSAndroid Build Coastguard Worker "type_traits.h" 22*9356374aSAndroid Build Coastguard Worker COPTS 23*9356374aSAndroid Build Coastguard Worker ${ABSL_DEFAULT_COPTS} 24*9356374aSAndroid Build Coastguard Worker DEPS 25*9356374aSAndroid Build Coastguard Worker absl::config 26*9356374aSAndroid Build Coastguard Worker absl::core_headers 27*9356374aSAndroid Build Coastguard Worker PUBLIC 28*9356374aSAndroid Build Coastguard Worker) 29*9356374aSAndroid Build Coastguard Worker 30*9356374aSAndroid Build Coastguard Workerabsl_cc_test( 31*9356374aSAndroid Build Coastguard Worker NAME 32*9356374aSAndroid Build Coastguard Worker type_traits_test 33*9356374aSAndroid Build Coastguard Worker SRCS 34*9356374aSAndroid Build Coastguard Worker "type_traits_test.cc" 35*9356374aSAndroid Build Coastguard Worker COPTS 36*9356374aSAndroid Build Coastguard Worker ${ABSL_TEST_COPTS} 37*9356374aSAndroid Build Coastguard Worker DEPS 38*9356374aSAndroid Build Coastguard Worker absl::config 39*9356374aSAndroid Build Coastguard Worker absl::time 40*9356374aSAndroid Build Coastguard Worker absl::core_headers 41*9356374aSAndroid Build Coastguard Worker absl::type_traits 42*9356374aSAndroid Build Coastguard Worker GTest::gmock_main 43*9356374aSAndroid Build Coastguard Worker) 44*9356374aSAndroid Build Coastguard Worker 45*9356374aSAndroid Build Coastguard Worker# component target 46*9356374aSAndroid Build Coastguard Workerabsl_cc_library( 47*9356374aSAndroid Build Coastguard Worker NAME 48*9356374aSAndroid Build Coastguard Worker meta 49*9356374aSAndroid Build Coastguard Worker COPTS 50*9356374aSAndroid Build Coastguard Worker ${ABSL_DEFAULT_COPTS} 51*9356374aSAndroid Build Coastguard Worker DEPS 52*9356374aSAndroid Build Coastguard Worker absl::type_traits 53*9356374aSAndroid Build Coastguard Worker PUBLIC 54*9356374aSAndroid Build Coastguard Worker) 55