| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 64bbfc5a337da228e57025cbfbe125e3a509c189..71d2eded7b7213316b013b891ad908e2f2afcbaa 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -3246,6 +3246,27 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'interactive_ui_tests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'interactive_ui_tests',
|
| + ],
|
| + 'conditions': [
|
| + ['use_x11 == 1', {
|
| + 'dependencies': [
|
| + '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
|
| + ],
|
| + }],
|
| + ],
|
| + 'includes': [
|
| + '../build/isolate.gypi',
|
| + 'interactive_ui_tests.isolate',
|
| + ],
|
| + 'sources': [
|
| + 'interactive_ui_tests.isolate',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'sync_integration_tests_run',
|
| 'type': 'none',
|
| 'dependencies': [
|
|
|