| Index: testing/gtest_nacl.gyp
|
| diff --git a/testing/gtest_nacl.gyp b/testing/gtest_nacl.gyp
|
| index d1c0ce0fb40387f8138f57e1e4ce0dad3a1fbeb0..5ad8d7a9dbd5ffb97eb2f4f32ef98d7459c7c06e 100644
|
| --- a/testing/gtest_nacl.gyp
|
| +++ b/testing/gtest_nacl.gyp
|
| @@ -28,8 +28,8 @@
|
| '<@(gtest_sources)',
|
| ],
|
| 'include_dirs': [
|
| - 'gtest',
|
| - 'gtest/include',
|
| + 'third_party/googletest/googletest',
|
| + 'third_party/googletest/googletest/include',
|
| ],
|
| 'defines': [
|
| # In order to allow regex matches in gtest to be shared between
|
| @@ -61,7 +61,7 @@
|
| 'GTEST_HAS_RTTI=0',
|
| ],
|
| 'include_dirs': [
|
| - 'gtest/include', # So that gtest headers can find themselves.
|
| + 'third_party/googletest/googletest/include', # So that gtest headers can find themselves.
|
| ],
|
| },
|
| },
|
| @@ -80,7 +80,7 @@
|
| 'gtest_nacl',
|
| ],
|
| 'sources': [
|
| - 'gtest/src/gtest_main.cc',
|
| + 'third_party/googletest/googletest/src/gtest_main.cc',
|
| ],
|
| 'all_dependent_settings': {
|
| 'link_flags': [
|
|
|