Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(454)

Unified Diff: content/content_tests.gypi

Issue 10916334: Enable webgl conformance tests under content/test/gpu in content_browsertests (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix the issue for android bot Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698