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

Side by Side Diff: dm/DM.cpp

Issue 2188643002: GN: dm (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: gyp deps Created 4 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
« no previous file with comments | « BUILD.gn ('k') | gyp/tools.gyp » ('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"
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
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
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698