Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2684)

Unified Diff: chrome/chrome.gyp

Issue 307047: Set necessary args for tab_switching_test. (Closed)
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698