diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 23:08:24 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-26 23:08:24 +0000 |
commit | 32b76eff6f630b9bcc0fc3f3bad826f3d1217dda (patch) | |
tree | a5687726e4f145c715c73cbbff23e88ac2192eb9 /skia/config | |
parent | 7cf4d5505378a983947d8c989841f1f378f19cde (diff) | |
download | chromium_src-32b76eff6f630b9bcc0fc3f3bad826f3d1217dda.zip chromium_src-32b76eff6f630b9bcc0fc3f3bad826f3d1217dda.tar.gz chromium_src-32b76eff6f630b9bcc0fc3f3bad826f3d1217dda.tar.bz2 |
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
BUG=50273
TEST=everything still builds, build is 10% faster on windows, same speed on mac/linux
TBR: erg
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53716 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/config')
-rw-r--r-- | skia/config/SkUserConfig.h | 1 | ||||
-rw-r--r-- | skia/config/win/stdint.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index a51b2fa..879c021 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -16,6 +16,7 @@ #ifndef SkUserConfig_DEFINED #define SkUserConfig_DEFINED +#pragma once /* SkTypes.h, the root of the public header files, does the following trick: diff --git a/skia/config/win/stdint.h b/skia/config/win/stdint.h index a37ac78..c95155f 100644 --- a/skia/config/win/stdint.h +++ b/skia/config/win/stdint.h @@ -8,6 +8,7 @@ #ifndef SKIA_CONFIG_WIN_STDINT_H_ #define SKIA_CONFIG_WIN_STDINT_H_ +#pragma once #if !defined(_MSC_VER) #error This file should only be included when compiling with MSVC. |