summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
diff options
context:
space:
mode:
authorsbc <sbc@chromium.org>2015-03-03 11:55:45 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-03 19:57:00 +0000
commit862ca287ca57dabc1f021a1ab0cdfcb13269d8d7 (patch)
treef8cb5543afafd949a52118e31399f7cab65fbf26 /native_client_sdk
parent1fa2084955406d18b9931f65bdaa4f370f31c20a (diff)
downloadchromium_src-862ca287ca57dabc1f021a1ab0cdfcb13269d8d7.zip
chromium_src-862ca287ca57dabc1f021a1ab0cdfcb13269d8d7.tar.gz
chromium_src-862ca287ca57dabc1f021a1ab0cdfcb13269d8d7.tar.bz2
[NaCl SDK] Remove gtest_main.cc from libgtest
This file is not supposed to be part of libgtest but in its own library called libgtest_main.a. Its also fairly useless right now in the context of PPAPI (all our gtest examples currently use ppapi_simple and define their own entry point). In the long run we could re-enable this if it becomes useful, but really we should probably just remove the gtest libraries from the SDK completely since shipping gtest in library form is not recommended practice. Review URL: https://codereview.chromium.org/958233004 Cr-Commit-Position: refs/heads/master@{#318932}
Diffstat (limited to 'native_client_sdk')
-rw-r--r--native_client_sdk/src/libraries/gtest/library.dsc1
1 files changed, 0 insertions, 1 deletions
diff --git a/native_client_sdk/src/libraries/gtest/library.dsc b/native_client_sdk/src/libraries/gtest/library.dsc
index 82249ef..2ca73ef 100644
--- a/native_client_sdk/src/libraries/gtest/library.dsc
+++ b/native_client_sdk/src/libraries/gtest/library.dsc
@@ -13,7 +13,6 @@
'gtest.cc',
'gtest-death-test.cc',
'gtest-filepath.cc',
- 'gtest_main.cc',
'gtest-port.cc',
'gtest-printers.cc',
'gtest-test-part.cc',