| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 13e55c9a4714d2ef3d884af1fef5f34647539444..fe832d613911ad287772f146eea4bedf046807c4 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -940,6 +940,20 @@
|
| ['test_isolation_mode != "noop"', {
|
| 'targets': [
|
| {
|
| + 'target_name': 'content_browsertests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'content_browsertests',
|
| + ],
|
| + 'includes': [
|
| + '../build/isolate.gypi',
|
| + 'content_browsertests.isolate',
|
| + ],
|
| + 'sources': [
|
| + 'content_browsertests.isolate',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'content_unittests_run',
|
| 'type': 'none',
|
| 'dependencies': [
|
|
|