Chromium Code Reviews| Index: testing/gtest.gyp |
| diff --git a/testing/gtest.gyp b/testing/gtest.gyp |
| index c7d5c6258540e4c93a6a0bc4e72498140e49526f..061667ebe45405d17a2ef668b4ad5f619e216288 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}], |