summaryrefslogtreecommitdiffstats
path: root/components/infobars.gypi
diff options
context:
space:
mode:
authormathp@chromium.org <mathp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-09 17:19:16 +0000
committermathp@chromium.org <mathp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-09 17:19:16 +0000
commit71011c168f7473b1ccf410841c02386e54854e74 (patch)
treed69ed0e2a2d29809670ecdfb3349879f50a6893f /components/infobars.gypi
parentd109d5ea91dbae76ae3375cc041a0d000cbd2e2c (diff)
downloadchromium_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/infobars.gypi')
-rw-r--r--components/infobars.gypi14
1 files changed, 14 insertions, 0 deletions
diff --git a/components/infobars.gypi b/components/infobars.gypi
index cb9c2b1..d322517 100644
--- a/components/infobars.gypi
+++ b/components/infobars.gypi
@@ -32,5 +32,19 @@
'infobars/core/infobars_switches.h',
],
},
+ {
+ 'target_name': 'infobars_test_support',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../skia/skia.gyp:skia',
+ ],
+ 'sources': [
+ 'infobars/test/infobar_test.cc',
+ ],
+ },
],
}