diff options
Diffstat (limited to 'testing/gtest.gyp')
-rw-r--r-- | testing/gtest.gyp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/testing/gtest.gyp b/testing/gtest.gyp index c7d5c62..061667e 100644 --- a/testing/gtest.gyp +++ b/testing/gtest.gyp @@ -3,9 +3,6 @@ # found in the LICENSE file. { - 'variables': { - 'chromium_code': 1, - }, 'includes': [ '../build/common.gypi', ], @@ -56,8 +53,7 @@ 'UNIT_TEST', ], 'include_dirs': [ - 'gtest', - 'gtest/include', + 'gtest/include', # So that gtest headers can find themselves. ], 'target_conditions': [ ['_type=="executable"', {'test': 1}], |