roll skia to 3709
[chromium-blink-merge.git] / third_party / smhasher / smhasher.gyp
blobfa59c2c1c8ac2197eb0e64fb9e297424476dd984
1 # Copyright (c) 2011 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.
6   'targets': [
7     {
8       'target_name': 'murmurhash3',
9       'type': 'static_library',
10       'sources': [
11         'src/MurmurHash3.h',
12         'src/MurmurHash3.cpp',
13       ],
14     },
15   ],