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

Side by Side Diff: include/core/SkPostConfig.h

Issue 1265033002: IWYU: 'core' target, files starting A-C. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase (a file was deleted). Created 5 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/core/SkDevice.h ('k') | include/core/SkPreConfig.h » ('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 2006 The Android Open Source Project 2 * Copyright 2006 The Android Open Source Project
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 // IWYU pragma: private, include "SkTypes.h"
9
8 #ifndef SkPostConfig_DEFINED 10 #ifndef SkPostConfig_DEFINED
9 #define SkPostConfig_DEFINED 11 #define SkPostConfig_DEFINED
10 12
11 #if defined(SK_BUILD_FOR_WIN32) 13 #if defined(SK_BUILD_FOR_WIN32)
12 # define SK_BUILD_FOR_WIN 14 # define SK_BUILD_FOR_WIN
13 #endif 15 #endif
14 16
15 #if defined(SK_DEBUG) && defined(SK_RELEASE) 17 #if defined(SK_DEBUG) && defined(SK_RELEASE)
16 # error "cannot define both SK_DEBUG and SK_RELEASE" 18 # error "cannot define both SK_DEBUG and SK_RELEASE"
17 #elif !defined(SK_DEBUG) && !defined(SK_RELEASE) 19 #elif !defined(SK_DEBUG) && !defined(SK_RELEASE)
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 # define SK_GAMMA_EXPONENT (2.2f) 356 # define SK_GAMMA_EXPONENT (2.2f)
355 #endif 357 #endif
356 358
357 ////////////////////////////////////////////////////////////////////// 359 //////////////////////////////////////////////////////////////////////
358 360
359 #ifndef GR_TEST_UTILS 361 #ifndef GR_TEST_UTILS
360 # define GR_TEST_UTILS 1 362 # define GR_TEST_UTILS 1
361 #endif 363 #endif
362 364
363 #endif // SkPostConfig_DEFINED 365 #endif // SkPostConfig_DEFINED
OLDNEW
« no previous file with comments | « include/core/SkDevice.h ('k') | include/core/SkPreConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698