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

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: namespace fixup 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
« no previous file with comments | « content/browser/gpu/webgl_conformance_tests.cc ('k') | content/public/test/browser_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index ca3f310bc46ae71a2fc90ef2e627d1068bc5aa47..c30cf157a3e80404d91055457a59839d615130f8 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': [
+ 'browser/gpu/test_support_gpu.gypi',
+ ],
'defines': [
'HAS_OUT_OF_PROC_TEST_RUNNER',
],
@@ -646,6 +650,8 @@
'browser/download/save_package_browsertest.cc',
'browser/fileapi/blob_layout_browsertest.cc',
'browser/fileapi/file_system_browsertest.cc',
+ 'browser/gpu/webgl_conformance_tests.cc',
+ 'browser/gpu/webgl_conformance_test_list_autogen.h',
'browser/in_process_webkit/indexed_db_browsertest.cc',
'browser/in_process_webkit/indexed_db_layout_browsertest.cc',
'browser/media_browsertest.cc',
« no previous file with comments | « content/browser/gpu/webgl_conformance_tests.cc ('k') | content/public/test/browser_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698