| Index: testing/gtest_nacl.gyp
|
| diff --git a/testing/gtest_nacl.gyp b/testing/gtest_nacl.gyp
|
| index 910c9e37890dfb8b221bfd36a8c211cb04c5448e..9359fdcacb69b3cf24cc5192f68808f2228d1411 100644
|
| --- a/testing/gtest_nacl.gyp
|
| +++ b/testing/gtest_nacl.gyp
|
| @@ -28,8 +28,8 @@
|
| '<@(gtest_sources)',
|
| ],
|
| 'include_dirs': [
|
| - 'gtest',
|
| - 'gtest/include',
|
| + '../third_party/gtest/googletest',
|
| + '../third_party/gtest/googletest/include',
|
| ],
|
| 'defines': [
|
| # In order to allow regex matches in gtest to be shared between
|
| @@ -50,7 +50,7 @@
|
| 'UNIT_TEST',
|
| ],
|
| 'include_dirs': [
|
| - 'gtest/include', # So that gtest headers can find themselves.
|
| + '../third_party/gtest/googletest/include', # So that gtest headers can find themselves.
|
| ],
|
| },
|
| },
|
| @@ -69,7 +69,7 @@
|
| 'gtest_nacl',
|
| ],
|
| 'sources': [
|
| - 'gtest/src/gtest_main.cc',
|
| + '../third_party/gtest/googletest/src/gtest_main.cc',
|
| ],
|
| 'all_dependent_settings': {
|
| 'link_flags': [
|
|
|