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

Unified Diff: chrome/browser/nacl_host/test/mock_nacl_gdb.gyp

Issue 9950055: Enable --nacl-gdb flag on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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: chrome/browser/nacl_host/test/mock_nacl_gdb.gyp
===================================================================
--- chrome/browser/nacl_host/test/mock_nacl_gdb.gyp (revision 130109)
+++ chrome/browser/nacl_host/test/mock_nacl_gdb.gyp (working copy)
@@ -3,8 +3,7 @@
# found in the LICENSE file.
{
'conditions': [
- # TODO(halyavin): Implement this test for Linux.
- ['disable_nacl==0 and OS=="win"', {
+ ['disable_nacl==0 and (OS=="win" or OS=="linux")', {
'targets': [
{
'target_name': 'mock_nacl_gdb',
« no previous file with comments | « chrome/browser/nacl_host/test/mock_nacl_gdb.cc ('k') | chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698