summaryrefslogtreecommitdiffstats
path: root/testing/gtest.gypi
diff options
context:
space:
mode:
authorjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-13 09:06:37 +0000
committerjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-13 09:08:15 +0000
commit54097704dc4e39a682b3db3e1f23b2e4529bfa74 (patch)
tree16a58f8488a92ba8bc4cbaa313bf008c9ba3dbd7 /testing/gtest.gypi
parent4e253fc47079ba26e31956711418b4e251106216 (diff)
downloadchromium_src-54097704dc4e39a682b3db3e1f23b2e4529bfa74.zip
chromium_src-54097704dc4e39a682b3db3e1f23b2e4529bfa74.tar.gz
chromium_src-54097704dc4e39a682b3db3e1f23b2e4529bfa74.tar.bz2
Revert 289216 "Create NaCl build of gtest."
> Create NaCl build of gtest. > > BUG=401761 > > Review URL: https://codereview.chromium.org/401453002 TBR=ncbray@chromium.org Review URL: https://codereview.chromium.org/466303002 Cr-Commit-Position: refs/heads/master@{#289223} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289223 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/gtest.gypi')
-rw-r--r--testing/gtest.gypi41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/gtest.gypi b/testing/gtest.gypi
deleted file mode 100644
index ca12e1b..0000000
--- a/testing/gtest.gypi
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'variables': {
- 'gtest_sources': [
- 'gtest/include/gtest/gtest-death-test.h',
- 'gtest/include/gtest/gtest-message.h',
- 'gtest/include/gtest/gtest-param-test.h',
- 'gtest/include/gtest/gtest-printers.h',
- 'gtest/include/gtest/gtest-spi.h',
- 'gtest/include/gtest/gtest-test-part.h',
- 'gtest/include/gtest/gtest-typed-test.h',
- 'gtest/include/gtest/gtest.h',
- 'gtest/include/gtest/gtest_pred_impl.h',
- 'gtest/include/gtest/gtest_prod.h',
- 'gtest/include/gtest/internal/gtest-death-test-internal.h',
- 'gtest/include/gtest/internal/gtest-filepath.h',
- 'gtest/include/gtest/internal/gtest-internal.h',
- 'gtest/include/gtest/internal/gtest-linked_ptr.h',
- 'gtest/include/gtest/internal/gtest-param-util-generated.h',
- 'gtest/include/gtest/internal/gtest-param-util.h',
- 'gtest/include/gtest/internal/gtest-port.h',
- 'gtest/include/gtest/internal/gtest-string.h',
- 'gtest/include/gtest/internal/gtest-tuple.h',
- 'gtest/include/gtest/internal/gtest-type-util.h',
- 'gtest/src/gtest-death-test.cc',
- 'gtest/src/gtest-filepath.cc',
- 'gtest/src/gtest-internal-inl.h',
- 'gtest/src/gtest-port.cc',
- 'gtest/src/gtest-printers.cc',
- 'gtest/src/gtest-test-part.cc',
- 'gtest/src/gtest-typed-test.cc',
- 'gtest/src/gtest.cc',
- 'multiprocess_func_list.cc',
- 'multiprocess_func_list.h',
- 'platform_test.h',
- ],
- },
-}