| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 8432748772ed3cfbc827e0cdbdf3e651078968ee..842a26ddb734b6f4655a470e163c4ccfd06f28dc 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -3093,8 +3093,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"', {
|
|
|