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

Side by Side Diff: chrome/test/base/out_of_proc_test_runner.cc

Issue 7537033: Move more files from chrome/test to chrome/test/base, part #5 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/base/menu_model_test.cc ('k') | chrome/test/base/render_view_test.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <string> 5 #include <string>
6 #include <vector> 6 #include <vector>
7 7
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 #include "base/environment.h" 9 #include "base/environment.h"
10 #include "base/file_util.h" 10 #include "base/file_util.h"
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 exit_code = 1; 646 exit_code = 1;
647 break; 647 break;
648 } 648 }
649 649
650 // Special value "-1" means "repeat indefinitely". 650 // Special value "-1" means "repeat indefinitely".
651 if (cycles != -1) 651 if (cycles != -1)
652 cycles--; 652 cycles--;
653 } 653 }
654 return exit_code; 654 return exit_code;
655 } 655 }
OLDNEW
« no previous file with comments | « chrome/test/base/menu_model_test.cc ('k') | chrome/test/base/render_view_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698