| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 7bda7a445191da6078de977862e1ce0808d1915b..cf0b054c16e0c7b72df02fed39b9086ed2724e38 100755
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -4960,6 +4960,10 @@
|
| 'target_name': 'tab_switching_test',
|
| 'type': 'executable',
|
| 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98',
|
| + 'run_as': {
|
| + 'action': ['$(TargetPath)', '--gtest_print_time', '-enable-logging',
|
| + '-dump-histograms-on-exit', '-log-level=0'],
|
| + },
|
| 'dependencies': [
|
| 'chrome',
|
| 'debugger',
|
|
|