Commit 1ba1aa2f authored by sbc's avatar sbc Committed by Commit bot

[NaCl SDK] Fix location of gmock and gtest libraries

This fixes the SDK build which was broken when these
libraries were moved.

BUG=724707

Review-Url: https://codereview.chromium.org/2896703005
Cr-Commit-Position: refs/heads/master@{#473730}
parent d87e0e18
{
# gmock-spec-builders.cc:248: error: enumeration value ‘FAIL’ not handled in switch
#'CXXFLAGS': ['-Wno-switch-enum'],
'SEARCH': [
'../../../../testing/gmock',
'../../../../third_party/googletest/src/googlemock',
],
'DATA': [
'src/gmock.cc',
......
{
'SEARCH': [
'../../../../testing/gtest',
'../../../../third_party/googletest/src/googletest',
],
'DATA': [
'src/gtest.cc',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment