| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 83e0facae5a2f4ac77b134875a467353e4e2223a..b8ca9f20e55229308344bbc2ae39ecce9737a18c 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -3007,6 +3007,19 @@
|
| ['test_isolation_mode != "noop"', {
|
| 'targets': [
|
| {
|
| + 'target_name': 'chrome_app_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'chrome_app_unittests',
|
| + ],
|
| + 'includes': [
|
| + '../build/isolate.gypi',
|
| + ],
|
| + 'sources': [
|
| + 'chrome_app_unittests.isolate',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'unit_tests_run',
|
| 'type': 'none',
|
| 'dependencies': [
|
|
|