| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 4dcb05627de16eabf71a956dcadd20809be23010..ef50b4977b0d39ab1606e8bfe65b68989cf6325f 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -3213,6 +3213,33 @@
|
| },
|
| ],
|
| 'conditions': [
|
| + ['disable_nacl==1', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'nacl_integration_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + '../third_party/mesa/mesa.gyp:osmesa',
|
| + 'chrome',
|
| + ],
|
| + 'conditions': [
|
| + ['use_x11 == 1', {
|
| + 'dependencies': [
|
| + '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
|
| + ],
|
| + }],
|
| + ],
|
| + 'includes': [
|
| + '../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'nacl_integration.isolate',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| + ],
|
| + 'conditions': [
|
| ['archive_gpu_tests==1', {
|
| 'targets': [
|
| {
|
|
|