| OLD | NEW |
| 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" | |
| 9 #include "DMJsonWriter.h" | 8 #include "DMJsonWriter.h" |
| 10 #include "DMSrcSink.h" | 9 #include "DMSrcSink.h" |
| 11 #include "DMSrcSinkAndroid.h" | 10 #include "DMSrcSinkAndroid.h" |
| 12 #include "ProcStats.h" | 11 #include "ProcStats.h" |
| 13 #include "Resources.h" | 12 #include "Resources.h" |
| 14 #include "SkBBHFactory.h" | 13 #include "SkBBHFactory.h" |
| 15 #include "SkChecksum.h" | 14 #include "SkChecksum.h" |
| 16 #include "SkCodec.h" | 15 #include "SkCodec.h" |
| 17 #include "SkColorPriv.h" | 16 #include "SkColorPriv.h" |
| 18 #include "SkColorSpace.h" | 17 #include "SkColorSpace.h" |
| (...skipping 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1431 #endif | 1430 #endif |
| 1432 } | 1431 } |
| 1433 } // namespace skiatest | 1432 } // namespace skiatest |
| 1434 | 1433 |
| 1435 #if !defined(SK_BUILD_FOR_IOS) | 1434 #if !defined(SK_BUILD_FOR_IOS) |
| 1436 int main(int argc, char** argv) { | 1435 int main(int argc, char** argv) { |
| 1437 SkCommandLineFlags::Parse(argc, argv); | 1436 SkCommandLineFlags::Parse(argc, argv); |
| 1438 return dm_main(); | 1437 return dm_main(); |
| 1439 } | 1438 } |
| 1440 #endif | 1439 #endif |
| OLD | NEW |