aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authormachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>2014-08-06 00:06:29 +0000
committermachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>2014-08-06 00:06:29 +0000
commit3e3d253bd8018d7627422bf55a5c7bb7e7d6ad7e (patch)
tree3ac30d09a63adbee5ee0811dc2f785a3bd4ca80f /testing
parente3c177a423baa3c30225c4e422b6f6c76d38b951 (diff)
downloadv8-3e3d253bd8018d7627422bf55a5c7bb7e7d6ad7e.tar.gz
Version 3.28.59 (based on bleeding_edge revision r22888)
Removed GetConstructor from the API. Instead either get the "constructor" property stored in the prototype, or keep a side-table. Enable ES6 Symbols by default (issue 2158). Performance and stability improvements on all platforms. git-svn-id: https://v8.googlecode.com/svn/trunk@22891 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Diffstat (limited to 'testing')
-rw-r--r--testing/gtest.gyp3
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index ce354a5b4..695439a7c 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -37,9 +37,6 @@
'gtest/src/gtest-test-part.cc',
'gtest/src/gtest-typed-test.cc',
'gtest/src/gtest.cc',
- 'multiprocess_func_list.cc',
- 'multiprocess_func_list.h',
- 'platform_test.h',
],
'sources!': [
'gtest/src/gtest-all.cc', # Not needed by our build.