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 /base/i18n | |
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 'base/i18n')
-rw-r--r-- | base/i18n/file_util_icu.h | 1 | ||||
-rw-r--r-- | base/i18n/icu_encoding_detection.h | 1 | ||||
-rw-r--r-- | base/i18n/icu_string_conversions.h | 1 | ||||
-rw-r--r-- | base/i18n/icu_util.h | 1 | ||||
-rw-r--r-- | base/i18n/number_formatting.h | 1 | ||||
-rw-r--r-- | base/i18n/rtl.h | 1 | ||||
-rw-r--r-- | base/i18n/time_formatting.h | 1 | ||||
-rw-r--r-- | base/i18n/word_iterator.h | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/base/i18n/file_util_icu.h b/base/i18n/file_util_icu.h index b4127d9..eaf784b 100644 --- a/base/i18n/file_util_icu.h +++ b/base/i18n/file_util_icu.h @@ -4,6 +4,7 @@ #ifndef BASE_I18N_FILE_UTIL_ICU_H_ #define BASE_I18N_FILE_UTIL_ICU_H_ +#pragma once // File utilities that use the ICU library go in this file. diff --git a/base/i18n/icu_encoding_detection.h b/base/i18n/icu_encoding_detection.h index 0d8e5d8..e7e6253 100644 --- a/base/i18n/icu_encoding_detection.h +++ b/base/i18n/icu_encoding_detection.h @@ -4,6 +4,7 @@ #ifndef BASE_I18N_ICU_ENCODING_DETECTION_H_ #define BASE_I18N_ICU_ENCODING_DETECTION_H_ +#pragma once #include <string> diff --git a/base/i18n/icu_string_conversions.h b/base/i18n/icu_string_conversions.h index 79d7e02..1495cae 100644 --- a/base/i18n/icu_string_conversions.h +++ b/base/i18n/icu_string_conversions.h @@ -4,6 +4,7 @@ #ifndef BASE_I18N_ICU_STRING_CONVERSIONS_H_ #define BASE_I18N_ICU_STRING_CONVERSIONS_H_ +#pragma once #include <string> diff --git a/base/i18n/icu_util.h b/base/i18n/icu_util.h index 56eaa37..35c2e4f 100644 --- a/base/i18n/icu_util.h +++ b/base/i18n/icu_util.h @@ -4,6 +4,7 @@ #ifndef BASE_I18N_ICU_UTIL_H_ #define BASE_I18N_ICU_UTIL_H_ +#pragma once namespace icu_util { diff --git a/base/i18n/number_formatting.h b/base/i18n/number_formatting.h index 9fa2b18..5927f53 100644 --- a/base/i18n/number_formatting.h +++ b/base/i18n/number_formatting.h @@ -4,6 +4,7 @@ #ifndef BASE_I18N_NUMBER_FORMATTING_H_ #define BASE_I18N_NUMBER_FORMATTING_H_ +#pragma once #include <string> diff --git a/base/i18n/rtl.h b/base/i18n/rtl.h index 98a4e35..19b142c 100644 --- a/base/i18n/rtl.h +++ b/base/i18n/rtl.h @@ -4,6 +4,7 @@ #ifndef BASE_I18N_RTL_H_ #define BASE_I18N_RTL_H_ +#pragma once #include "base/string16.h" #include "build/build_config.h" diff --git a/base/i18n/time_formatting.h b/base/i18n/time_formatting.h index dd623af..d78ae9b 100644 --- a/base/i18n/time_formatting.h +++ b/base/i18n/time_formatting.h @@ -7,6 +7,7 @@ #ifndef BASE_I18N_TIME_FORMATTING_H_ #define BASE_I18N_TIME_FORMATTING_H_ +#pragma once #include <string> diff --git a/base/i18n/word_iterator.h b/base/i18n/word_iterator.h index f8fb89f..fb0ee33 100644 --- a/base/i18n/word_iterator.h +++ b/base/i18n/word_iterator.h @@ -4,6 +4,7 @@ #ifndef BASE_I18N_WORD_ITERATOR_H_ #define BASE_I18N_WORD_ITERATOR_H_ +#pragma once #include <string> #include <vector> |