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

Side by Side Diff: components/test_runner/helper/layout_test_helper_win.cc

Issue 1167703002: Move test runner to a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 years, 6 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 <signal.h> 5 #include <signal.h>
6 #include <stdio.h> 6 #include <stdio.h>
7 #include <stdlib.h> 7 #include <stdlib.h>
8 #include <windows.h> 8 #include <windows.h>
9 9
10 static BOOL font_smoothing_enabled = FALSE; 10 static BOOL font_smoothing_enabled = FALSE;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 printf("ready\n"); 45 printf("ready\n");
46 fflush(stdout); 46 fflush(stdout);
47 47
48 // Wait for any key (or signal). 48 // Wait for any key (or signal).
49 getchar(); 49 getchar();
50 50
51 RestoreInitialSettings(); 51 RestoreInitialSettings();
52 52
53 return EXIT_SUCCESS; 53 return EXIT_SUCCESS;
54 } 54 }
OLDNEW
« no previous file with comments | « components/test_runner/helper/layout_test_helper_mac.mm ('k') | components/test_runner/mock_color_chooser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698