[go: nahoru, domu]

blob: 9f7273e9281a27466e18ebdfe1ebbddc9d5658f1 [file] [log] [blame]
# Copyright 2014 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("murmurhash2") {
sources = [
"src/MurmurHash2.cpp",
"src/MurmurHash2.h",
]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ "//build/config/compiler:no_chromium_code" ]
}
static_library("murmurhash3") {
sources = [
"src/MurmurHash3.cpp",
"src/MurmurHash3.h",
]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ "//build/config/compiler:no_chromium_code" ]
}