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

Side by Side Diff: tools/flags/SkCommonFlags.h

Issue 389653004: share dm and command flags (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: address comments Created 6 years, 5 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
(Empty)
1 /*
2 * Copyright 2014 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8 #ifndef SK_COMMON_FLAGS_H
9 #define SK_COMMON_FLAGS_H
10
11 #include "SkCommandLineFlags.h"
12
13 DECLARE_bool(cpu);
14 DECLARE_bool(dryRun);
15 DECLARE_bool(gpu);
16 DECLARE_bool(leaks);
17 DECLARE_string(match);
18 DECLARE_bool(single);
19 DECLARE_int32(threads);
20 DECLARE_string(resourcePath);
21 DECLARE_bool(verbose);
22 DECLARE_bool(veryVerbose);
23
24 #endif
OLDNEW
« tests/skia_test.cpp ('K') | « tools/Resources.cpp ('k') | tools/flags/SkCommonFlags.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698