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

Unified Diff: chrome/chrome_tests.gypi

Issue 11236025: Test that debug stub works with browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase Created 8 years, 2 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/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 163266)
+++ chrome/chrome_tests.gypi (working copy)
@@ -3266,6 +3266,11 @@
'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb',
],
}],
+ ['OS=="linux"', {
Mark Seaborn 2012/10/23 01:14:50 Why not Mac too? There should be a TODO to enable
halyavin 2012/10/23 11:59:29 Done.
+ 'sources': [
+ 'browser/nacl_host/test/nacl_enable_debug_stub_browsertest.cc',
sky 2012/10/22 20:41:26 In general we list all sources and exclude where n
halyavin 2012/10/23 11:59:29 Done.
+ ],
+ }],
],
}],
['chromeos==0', {

Powered by Google App Engine
This is Rietveld 408576698