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

Side by Side Diff: tools/SkJSONCPP.h

Issue 2184483003: Move SkJSONCPP.h to tools. It tool-only. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update cmake 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 | « include/utils/SkJSONCPP.h ('k') | no next file » | 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 * A common place to put the jsoncpp library includes, as opposed to littering 7 * A common place to put the jsoncpp library includes, as opposed to littering
8 * the pragmas repeatedly through our code. 8 * the pragmas repeatedly through our code.
9 */ 9 */
10 #ifndef SkJSONCPP_DEFINED 10 #ifndef SkJSONCPP_DEFINED
(...skipping 13 matching lines...) Expand all
24 #endif 24 #endif
25 #include "json/reader.h" 25 #include "json/reader.h"
26 #include "json/value.h" 26 #include "json/value.h"
27 #include "json/writer.h" 27 #include "json/writer.h"
28 #ifdef SK_BUILD_FOR_WIN 28 #ifdef SK_BUILD_FOR_WIN
29 #pragma warning(pop) 29 #pragma warning(pop)
30 #endif 30 #endif
31 #endif 31 #endif
32 32
33 #endif // SkJSONCPP_DEFINED 33 #endif // SkJSONCPP_DEFINED
OLDNEW
« no previous file with comments | « include/utils/SkJSONCPP.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698