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") {
10 configs -= [ "//build/config/compiler:chromium_code" ]
11 configs += [ "//build/config/compiler:no_chromium_code" ]
14 source_set("pmurhash") {
19 configs -= [ "//build/config/compiler:chromium_code" ]
20 configs += [ "//build/config/compiler:no_chromium_code" ]
23 source_set("cityhash") {
28 configs -= [ "//build/config/compiler:chromium_code" ]
29 configs += [ "//build/config/compiler:no_chromium_code" ]