summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorensonic@google.com <ensonic@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-02 15:27:57 +0000
committerensonic@google.com <ensonic@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-02 15:27:57 +0000
commitf30ef8065007c331cead59190a668f70fdca0171 (patch)
tree65bede4fc604ae3933872fb48690fc9572ae6b02 /base
parent46a42bc6e3ca9b84396a79712518f96e585e414c (diff)
downloadchromium_src-f30ef8065007c331cead59190a668f70fdca0171.zip
chromium_src-f30ef8065007c331cead59190a668f70fdca0171.tar.gz
chromium_src-f30ef8065007c331cead59190a668f70fdca0171.tar.bz2
Move gtest_prod.h into its own target so it can be correctly set as a dependent target for base and reused as a dependency in gtest.
R=brettw BUG=105855 TEST= Review URL: http://codereview.chromium.org/8201001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112701 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r--base/base.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi
index 52fef77..9aefa1e 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -543,6 +543,7 @@
},
'dependencies': [
'base_static',
+ '../testing/gtest.gyp:gtest_prod',
'../third_party/modp_b64/modp_b64.gyp:modp_b64',
'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
],