| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 601c4830009bc7df33e12bae2aafc7471e5ca134..0d95ba6752ebf17804e8726e6d6f59127a7d166f 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -1022,6 +1022,17 @@
|
| ['test_isolation_mode != "noop"', {
|
| 'targets': [
|
| {
|
| + # GN: //content/test:content_site_isolation_browsertests_run
|
| + 'target_name': 'content_site_isolation_browsertests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'content_browsertests_run',
|
| + ],
|
| + 'sources': [
|
| + 'content_site_isolation_browsertests.isolate',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'content_browsertests_run',
|
| 'type': 'none',
|
| 'dependencies': [
|
|
|