freebsd-ports/www/chromium/files/patch-chrome__chrome_tests.gypi
Rene Ladan c62329ccbd Update to 35.0.1916.114
Changes include:
- More developer control over touch input
- New JavaScript features
- Unprefixed Shadow DOM
- A number of new apps/extension APIs
- Lots of under the hood changes for stability and performance

MFH:		2014Q2
Security:	http://vuxml.org/freebsd/64f3872b-e05d-11e3-9dd4-00262d5ed8ee.html
2014-05-20 20:47:17 +00:00

11 lines
620 B
Python

--- ./chrome/chrome_tests.gypi.orig 2014-04-30 22:42:53.000000000 +0200
+++ ./chrome/chrome_tests.gypi 2014-05-05 18:29:40.000000000 +0200
@@ -1628,7 +1628,7 @@
'test/remoting/remote_desktop_browsertest.h',
'test/remoting/waiter.cc',
'test/remoting/waiter.h',
- 'test/security_tests/sandbox_browsertest_linux.cc',
+ #'test/security_tests/sandbox_browsertest_linux.cc',
'test/security_tests/sandbox_browsertest_win.cc',
# TODO(craig): Rename this and run from base_unittests when the test
# is safe to run there. See http://crbug.com/78722 for details.