diff options
author | mathp@chromium.org <mathp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-09 17:19:16 +0000 |
---|---|---|
committer | mathp@chromium.org <mathp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-09 17:19:16 +0000 |
commit | 71011c168f7473b1ccf410841c02386e54854e74 (patch) | |
tree | d69ed0e2a2d29809670ecdfb3349879f50a6893f /components/variations.gypi | |
parent | d109d5ea91dbae76ae3375cc041a0d000cbd2e2c (diff) | |
download | chromium_src-71011c168f7473b1ccf410841c02386e54854e74.zip chromium_src-71011c168f7473b1ccf410841c02386e54854e74.tar.gz chromium_src-71011c168f7473b1ccf410841c02386e54854e74.tar.bz2 |
[Variations] Bring variations_http_header_provider to variations component
Without this, the class can hardly be used within a component (unless we work around it).
Adds a workaround for link failure of components_tests due to infobar component bug (crbug.com/386171).
BUG=387751,382865,386171
TBR=jam
TEST=Variations*
Review URL: https://codereview.chromium.org/366373002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282072 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/variations.gypi')
-rw-r--r-- | components/variations.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/variations.gypi b/components/variations.gypi index 2ae6ffc..1751336 100644 --- a/components/variations.gypi +++ b/components/variations.gypi @@ -14,6 +14,7 @@ 'dependencies': [ '../base/base.gyp:base', '../third_party/mt19937ar/mt19937ar.gyp:mt19937ar', + 'components.gyp:google_core_browser', ], 'sources': [ 'variations/active_field_trials.cc', @@ -32,6 +33,7 @@ 'variations/pref_names.h', 'variations/processed_study.cc', 'variations/processed_study.h', + 'variations/proto/chrome_experiments.proto', 'variations/proto/permuted_entropy_cache.proto', 'variations/proto/study.proto', 'variations/proto/variations_seed.proto', @@ -39,6 +41,8 @@ 'variations/study_filtering.h', 'variations/variations_associated_data.cc', 'variations/variations_associated_data.h', + 'variations/variations_http_header_provider.cc', + 'variations/variations_http_header_provider.h', 'variations/variations_seed_processor.cc', 'variations/variations_seed_processor.h', 'variations/variations_seed_simulator.cc', |