Replace command buffer FlushSync with WaitForTokenInRange and WaitForGetOffsetInRange
[chromium-blink-merge.git] / components / variations.gypi
blob13d8a8307ffdc0e7540a5e307f264407753731af
1 # Copyright (c) 2012 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': 'variations',
9       'type': 'static_library',
10       'include_dirs': [
11         '..',
12       ],
13       'dependencies': [
14         '../base/base.gyp:base',
15         '../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
16       ],
17       'sources': [
18         'variations/entropy_provider.cc',
19         'variations/entropy_provider.h',
20         'variations/processed_study.cc',
21         'variations/processed_study.h',
22         'variations/proto/variations_seed.proto',
23         'variations/proto/study.proto',
24         'variations/metrics_util.cc',
25         'variations/metrics_util.h',
26         'variations/variations_associated_data.cc',
27         'variations/variations_associated_data.h',
28         'variations/variations_seed_processor.cc',
29         'variations/variations_seed_processor.h',
30         'variations/variations_seed_simulator.cc',
31         'variations/variations_seed_simulator.h',
32       ],
33       'variables': {
34         'proto_in_dir': 'variations/proto',
35         'proto_out_dir': 'components/variations/proto',
36       },
37       'includes': [ '../build/protoc.gypi' ]
38     },
39   ],