mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-16 17:00:58 +00:00
19 lines
428 B
Plaintext
19 lines
428 B
Plaintext
# 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("int128") {
|
|
sources = [
|
|
"int128.cc",
|
|
"int128_have_intrinsic.inc",
|
|
"int128_no_intrinsic.inc",
|
|
]
|
|
public = [ "int128.h" ]
|
|
deps = [
|
|
"../base:config",
|
|
"../base:core_headers",
|
|
]
|
|
}
|