Update mojo sdk to rev d459e688a608f6eda850a23bb5e308a76ea51a47
[chromium-blink-merge.git] / third_party / smhasher / BUILD.gn
blobfd9088c2712e398ffec53325ffa37cce6f0ab487
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("murmurhash3") {
6   sources = [
7     "src/MurmurHash3.cpp",
8     "src/MurmurHash3.h",
9   ]
10   configs -= [ "//build/config/compiler:chromium_code" ]
11   configs += [ "//build/config/compiler:no_chromium_code" ]
14 source_set("pmurhash") {
15   sources = [
16     "src/PMurHash.c",
17     "src/PMurHash.h",
18   ]
19   configs -= [ "//build/config/compiler:chromium_code" ]
20   configs += [ "//build/config/compiler:no_chromium_code" ]
23 source_set("cityhash") {
24   sources = [
25     "src/City.cpp",
26     "src/City.h",
27   ]
28   configs -= [ "//build/config/compiler:chromium_code" ]
29   configs += [ "//build/config/compiler:no_chromium_code" ]