| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index ca3f310bc46ae71a2fc90ef2e627d1068bc5aa47..886bd02bd63b0d424b06788bdaf0175b0f9292a1 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -618,6 +618,7 @@
|
| '../skia/skia.gyp:skia',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| + '../third_party/mesa/mesa.gyp:osmesa',
|
| '../ui/ui.gyp:ui',
|
| '../webkit/support/webkit_support.gyp:forms',
|
| '../webkit/support/webkit_support.gyp:glue',
|
| @@ -625,6 +626,9 @@
|
| 'include_dirs': [
|
| '..',
|
| ],
|
| + 'includes': [
|
| + 'test/gpu/test_support_gpu.gypi',
|
| + ],
|
| 'defines': [
|
| 'HAS_OUT_OF_PROC_TEST_RUNNER',
|
| ],
|
| @@ -680,6 +684,8 @@
|
| 'test/content_browser_test_utils_mac.mm',
|
| 'test/content_browser_test_test.cc',
|
| 'test/content_test_launcher.cc',
|
| + 'test/gpu/webgl_conformance_tests.cc',
|
| + 'test/gpu/webgl_conformance_test_list_autogen.h',
|
| 'test/layout_browsertest.cc',
|
| 'test/layout_browsertest.h',
|
| 'test/layout_test_http_server.cc',
|
|
|