summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/tests/sdk_util_test
diff options
context:
space:
mode:
authorsbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-24 23:44:37 +0000
committersbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-24 23:44:37 +0000
commit92995b1f00dbe401848c23fc2d1cf3432a49797f (patch)
treed0df6c7e65332f0a64b1b8ff67777bf2951eebcc /native_client_sdk/src/tests/sdk_util_test
parent3696efdf922ba40d246954dd31e445138684c890 (diff)
downloadchromium_src-92995b1f00dbe401848c23fc2d1cf3432a49797f.zip
chromium_src-92995b1f00dbe401848c23fc2d1cf3432a49797f.tar.gz
chromium_src-92995b1f00dbe401848c23fc2d1cf3432a49797f.tar.bz2
[NaCL SDK] nacl_io: move fake pepper interfaces into seperate directory.
Also, honor the INCLUDES directive in example.dsc files. Review URL: https://codereview.chromium.org/145153006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src/tests/sdk_util_test')
-rw-r--r--native_client_sdk/src/tests/sdk_util_test/example.dsc1
1 files changed, 0 insertions, 1 deletions
diff --git a/native_client_sdk/src/tests/sdk_util_test/example.dsc b/native_client_sdk/src/tests/sdk_util_test/example.dsc
index 26fa010..937820b 100644
--- a/native_client_sdk/src/tests/sdk_util_test/example.dsc
+++ b/native_client_sdk/src/tests/sdk_util_test/example.dsc
@@ -14,7 +14,6 @@
# Order matters here: gtest has a "main" function that will be used if
# referenced before ppapi.
'LIBS': ['gmock', 'ppapi_cpp', 'ppapi', 'gtest', 'pthread'],
- 'INCLUDES': ['$(NACL_SDK_ROOT)/include/gtest/internal'],
'CXXFLAGS': ['-Wno-sign-compare']
}
],