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"', { |