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

Unified Diff: chrome/chrome_tests.gypi

Issue 1073003: Added a test for pepper3d. It ensures that we can successfully load a pepper ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 | « build/all.gyp ('k') | chrome/test/data/pepper/pepper_3d.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 42644)
+++ chrome/chrome_tests.gypi (working copy)
@@ -172,12 +172,6 @@
'../build/linux/system.gyp:gtk',
],
}],
- ['OS=="linux" or OS=="freebsd"', {
- 'sources!': [
- # TODO(port)
- 'test/ui/npapi_test_helper.cc',
- ],
- }],
],
},
{
@@ -321,6 +315,7 @@
'test/ui/mouseleave_uitest.cc',
'test/ui/npapi_uitest.cc',
'test/ui/omnibox_uitest.cc',
+ 'test/ui/pepper_uitest.cc',
'test/ui/sandbox_uitests.cc',
'test/ui/sunspider_uitest.cc',
'test/ui/v8_benchmark_uitest.cc',
@@ -331,6 +326,7 @@
['target_arch!="x64" and target_arch!="arm"', {
'dependencies': [
'../webkit/webkit.gyp:npapi_test_plugin',
+ '../webkit/webkit.gyp:pepper_test_plugin',
],
}],
['OS=="linux"', {
« no previous file with comments | « build/all.gyp ('k') | chrome/test/data/pepper/pepper_3d.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698