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

Side by Side Diff: tests/PathOpsSkpClipTest.cpp

Issue 1313203003: Remove include of stdlib.h from SkTypes.h. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Clean up qsort conversion. Created 5 years, 3 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
« no previous file with comments | « tests/PathOpsQuadLineIntersectionThreadedTest.cpp ('k') | tests/RTConfRegistryTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2013 Google Inc. 2 * Copyright 2013 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 #include "CrashHandler.h" 8 #include "CrashHandler.h"
9 // #include "OverwriteLine.h" 9 // #include "OverwriteLine.h"
10 #include "Resources.h" 10 #include "Resources.h"
(...skipping 14 matching lines...) Expand all
25 #include "SkRunnable.h" 25 #include "SkRunnable.h"
26 #include "SkTSort.h" 26 #include "SkTSort.h"
27 #include "SkStream.h" 27 #include "SkStream.h"
28 #include "SkString.h" 28 #include "SkString.h"
29 #include "SkTArray.h" 29 #include "SkTArray.h"
30 #include "SkTDArray.h" 30 #include "SkTDArray.h"
31 #include "SkTaskGroup.h" 31 #include "SkTaskGroup.h"
32 #include "SkTemplates.h" 32 #include "SkTemplates.h"
33 #include "SkTime.h" 33 #include "SkTime.h"
34 34
35 #include <stdlib.h>
36
35 __SK_FORCE_IMAGE_DECODER_LINKING; 37 __SK_FORCE_IMAGE_DECODER_LINKING;
36 38
37 /* add local exceptions here */ 39 /* add local exceptions here */
38 /* TODO : add command flag interface */ 40 /* TODO : add command flag interface */
39 const struct SkipOverTest { 41 const struct SkipOverTest {
40 int directory; 42 int directory;
41 const char* filename; 43 const char* filename;
42 bool blamePathOps; 44 bool blamePathOps;
43 } skipOver[] = { 45 } skipOver[] = {
44 { 2, "http___www_groupon_sg_.skp", false}, // SkAAClip::Builder::addRun SkA SSERT(fBounds.contains(x, y)); 46 { 2, "http___www_groupon_sg_.skp", false}, // SkAAClip::Builder::addRun SkA SSERT(fBounds.contains(x, y));
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 } 1106 }
1105 SkGraphics::Term(); 1107 SkGraphics::Term();
1106 return 0; 1108 return 0;
1107 } 1109 }
1108 1110
1109 #if !defined(SK_BUILD_FOR_IOS) 1111 #if !defined(SK_BUILD_FOR_IOS)
1110 int main(int argc, char * const argv[]) { 1112 int main(int argc, char * const argv[]) {
1111 return tool_main(argc, (char**) argv); 1113 return tool_main(argc, (char**) argv);
1112 } 1114 }
1113 #endif 1115 #endif
OLDNEW
« no previous file with comments | « tests/PathOpsQuadLineIntersectionThreadedTest.cpp ('k') | tests/RTConfRegistryTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698