diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-08 17:36:50 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-08 17:36:50 +0000 |
commit | f39b7f5b91183378fc7376a79ee4cd35a20a3354 (patch) | |
tree | 180805365cbc139e7525b4e62ba28991d21e0773 /testing | |
parent | 8587d48a7ca47576b9d6887e3c0a74e4dc066839 (diff) | |
download | chromium_src-f39b7f5b91183378fc7376a79ee4cd35a20a3354.zip chromium_src-f39b7f5b91183378fc7376a79ee4cd35a20a3354.tar.gz chromium_src-f39b7f5b91183378fc7376a79ee4cd35a20a3354.tar.bz2 |
Delete boost.
Review URL: http://codereview.chromium.org/150086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20159 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gmock.gyp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/gmock.gyp b/testing/gmock.gyp index dd446f2..aa84be8 100644 --- a/testing/gmock.gyp +++ b/testing/gmock.gyp @@ -52,16 +52,6 @@ 'export_dependent_settings': [ 'gtest.gyp:gtest', ], - 'conditions': [ - ['OS=="win"', { - 'dependencies': [ - '../third_party/boost/boost.gyp:boost_tuple', - ], - 'export_dependent_settings': [ - '../third_party/boost/boost.gyp:boost_tuple', - ] - }], - ], }, { # Note that calling this "gmock_main" confuses the scons build, |