| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 9393701b4a4a9b597c1cf9a51cb60d362d50917b..17c87cb9e11fdb198cbdbfaebd0cd8966728a009 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -3095,8 +3095,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"', {
|
|
|