summaryrefslogtreecommitdiff
path: root/www/mod_pagespeed/files/patch-testing_gtest.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_pagespeed/files/patch-testing_gtest.gyp')
-rw-r--r--www/mod_pagespeed/files/patch-testing_gtest.gyp23
1 files changed, 0 insertions, 23 deletions
diff --git a/www/mod_pagespeed/files/patch-testing_gtest.gyp b/www/mod_pagespeed/files/patch-testing_gtest.gyp
deleted file mode 100644
index fa8d6762f0ba..000000000000
--- a/www/mod_pagespeed/files/patch-testing_gtest.gyp
+++ /dev/null
@@ -1,23 +0,0 @@
---- testing/gtest.gyp.orig 2017-10-06 20:45:48 UTC
-+++ testing/gtest.gyp
-@@ -46,15 +46,20 @@
- ],
- 'dependencies': [
- 'gtest_prod',
-+ '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
-+ '<(DEPTH)/third_party/apr/apr.gyp:include',
-+ '<(DEPTH)/third_party/aprutil/aprutil.gyp:include',
- ],
- 'defines': [
- # In order to allow regex matches in gtest to be shared between Windows
- # and other systems, we tell gtest to always use it's internal engine.
- 'GTEST_HAS_POSIX_RE=0',
-+ 'GTEST_HAS_DEATH_TEST=1',
- ],
- 'all_dependent_settings': {
- 'defines': [
- 'GTEST_HAS_POSIX_RE=0',
-+ 'GTEST_HAS_DEATH_TEST=1',
- ],
- },
- 'conditions': [