[email protected] | 50ae9f1 | 2013-08-29 18:03:22 | [diff] [blame] | 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. |
| 4 | |
| 5 | { |
| 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', |
[email protected] | 50ae9f1 | 2013-08-29 18:03:22 | [diff] [blame] | 16 | ], |
| 17 | 'sources': [ |
| 18 | 'variations/entropy_provider.cc', |
| 19 | 'variations/entropy_provider.h', |
[email protected] | 7f72399 | 2014-04-14 19:53:43 | [diff] [blame] | 20 | 'variations/metrics_util.cc', |
| 21 | 'variations/metrics_util.h', |
[email protected] | d4f8485 | 2013-11-08 01:05:35 | [diff] [blame] | 22 | 'variations/processed_study.cc', |
| 23 | 'variations/processed_study.h', |
[email protected] | 10db3125 | 2013-09-05 18:10:12 | [diff] [blame] | 24 | 'variations/proto/variations_seed.proto', |
| 25 | 'variations/proto/study.proto', |
[email protected] | 7f72399 | 2014-04-14 19:53:43 | [diff] [blame] | 26 | 'variations/study_filtering.cc', |
| 27 | 'variations/study_filtering.h', |
[email protected] | 50ae9f1 | 2013-08-29 18:03:22 | [diff] [blame] | 28 | 'variations/variations_associated_data.cc', |
| 29 | 'variations/variations_associated_data.h', |
| 30 | 'variations/variations_seed_processor.cc', |
| 31 | 'variations/variations_seed_processor.h', |
[email protected] | 92e09a18 | 2014-01-08 18:21:00 | [diff] [blame] | 32 | 'variations/variations_seed_simulator.cc', |
| 33 | 'variations/variations_seed_simulator.h', |
[email protected] | 50ae9f1 | 2013-08-29 18:03:22 | [diff] [blame] | 34 | ], |
[email protected] | 50ae9f1 | 2013-08-29 18:03:22 | [diff] [blame] | 35 | 'variables': { |
| 36 | 'proto_in_dir': 'variations/proto', |
| 37 | 'proto_out_dir': 'components/variations/proto', |
| 38 | }, |
| 39 | 'includes': [ '../build/protoc.gypi' ] |
| 40 | }, |
| 41 | ], |
| 42 | } |