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

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

Issue 886583004: [NaCl SDK] Allow dsc files to omit TOOLS setting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 ce91ad3dd7c548bc23be9fd76fdbcd3f61626775..82249ef8dbb61ba6aea1ed1e730443228579ffa8 100644
--- a/native_client_sdk/src/libraries/gtest/library.dsc
+++ b/native_client_sdk/src/libraries/gtest/library.dsc
@@ -1,5 +1,4 @@
{
- 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'win', 'linux'],
'SEARCH': [
'.',
'../../../../testing/gtest/include/gtest',
@@ -24,7 +23,6 @@
# See comment below about gtest-internal-inl.h
'$(NACL_SDK_ROOT)/include/gtest/internal',
],
- 'CXXFLAGS': ['-Wno-unused-const-variable'],
}
],
'HEADERS': [
« no previous file with comments | « native_client_sdk/src/libraries/gmock/library.dsc ('k') | native_client_sdk/src/libraries/ppapi_cpp/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698