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

Unified Diff: chrome/chrome_tests.gypi

Issue 10837207: Add NaCl smoke test to browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | chrome/test/base/ui_test_utils.h » ('j') | chrome/test/base/ui_test_utils.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 8ef4c4fa7b70ddc2cf6413fe58289c4283222444..342b3c78ce9860afd981d0124009c5157184f40b 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3083,8 +3083,12 @@
],
'conditions': [
['disable_nacl_untrusted==0', {
+ 'sources': [
+ 'test/nacl/nacl_browsertest.cc',
+ ],
'dependencies': [
- '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
+ 'test/data/nacl/nacl_test_data.gyp:nacl_tests',
+ '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
],
}],
['OS=="win" or OS=="linux"', {
« no previous file with comments | « no previous file | chrome/test/base/ui_test_utils.h » ('j') | chrome/test/base/ui_test_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698