Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: native_client_sdk/src/libraries/gtest/library.dsc

Issue 10825189: [NaCl SDK] Get nacl_mounts_tests building. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: windows fixes Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/libraries/gtest/library.dsc
diff --git a/native_client_sdk/src/libraries/gtest/library.dsc b/native_client_sdk/src/libraries/gtest/library.dsc
index a7405a8f93cac6c33e6a683524e55a54481d3ece..ee5e87c7bc0001631ce5b51dfba67d8d9e8e8e27 100644
--- a/native_client_sdk/src/libraries/gtest/library.dsc
+++ b/native_client_sdk/src/libraries/gtest/library.dsc
@@ -1,6 +1,7 @@
{
'TOOLS': ['newlib', 'glibc', 'pnacl', 'win'],
'SEARCH': [
+ '.',
'../../../../testing/gtest/include/gtest',
'../../../../testing/gtest/include/gtest/internal',
'../../../../testing/gtest/src',
@@ -18,6 +19,7 @@
'gtest-printers.cc',
'gtest-test-part.cc',
'gtest-typed-test.cc',
+ 'nacl_gtest_dummy_sys.cc',
],
# Ignore warning:
# gtest.cc:2555: error: enumeration value ‘COLOR_DEFAULT’ not handled in switch

Powered by Google App Engine
This is Rietveld 408576698