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

Unified Diff: chrome/chrome_tests.gypi

Issue 9662055: Test for --nacl-gdb functionality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc ('k') | chrome/test/ui/ppapi_uitest.h » ('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 127348)
+++ chrome/chrome_tests.gypi (working copy)
@@ -2958,6 +2958,15 @@
'../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
],
}],
+ # TODO(halyavin): Implement this test for linux.
+ ['OS=="win"', {
+ 'sources': [
+ 'browser/nacl_host/test/nacl_gdb_browsertest.cc',
+ ],
+ 'dependencies': [
+ 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb',
+ ],
+ }],
],
}],
['chromeos==0', {
« no previous file with comments | « chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc ('k') | chrome/test/ui/ppapi_uitest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698