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 /chrome/plugin | |
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 'chrome/plugin')
-rw-r--r-- | chrome/plugin/chrome_plugin_host.h | 1 | ||||
-rw-r--r-- | chrome/plugin/command_buffer_stub.h | 1 | ||||
-rw-r--r-- | chrome/plugin/npobject_base.h | 1 | ||||
-rw-r--r-- | chrome/plugin/npobject_proxy.h | 1 | ||||
-rw-r--r-- | chrome/plugin/npobject_stub.h | 1 | ||||
-rw-r--r-- | chrome/plugin/npobject_util.h | 1 | ||||
-rw-r--r-- | chrome/plugin/plugin_channel.h | 1 | ||||
-rw-r--r-- | chrome/plugin/plugin_channel_base.h | 1 | ||||
-rw-r--r-- | chrome/plugin/plugin_interpose_util_mac.h | 1 | ||||
-rw-r--r-- | chrome/plugin/plugin_thread.h | 1 | ||||
-rw-r--r-- | chrome/plugin/webplugin_delegate_stub.h | 1 | ||||
-rw-r--r-- | chrome/plugin/webplugin_proxy.h | 1 |
12 files changed, 12 insertions, 0 deletions
diff --git a/chrome/plugin/chrome_plugin_host.h b/chrome/plugin/chrome_plugin_host.h index b44a9b1..29a0958 100644 --- a/chrome/plugin/chrome_plugin_host.h +++ b/chrome/plugin/chrome_plugin_host.h @@ -4,6 +4,7 @@ #ifndef CHROME_PLUGIN_CHROME_PLUGIN_HOST_H_ #define CHROME_PLUGIN_CHROME_PLUGIN_HOST_H_ +#pragma once #include "chrome/common/chrome_plugin_api.h" diff --git a/chrome/plugin/command_buffer_stub.h b/chrome/plugin/command_buffer_stub.h index 0d6f77d..7519659 100644 --- a/chrome/plugin/command_buffer_stub.h +++ b/chrome/plugin/command_buffer_stub.h @@ -4,6 +4,7 @@ #ifndef CHROME_PLUGIN_COMMAND_BUFFER_STUB_H_ #define CHROME_PLUGIN_COMMAND_BUFFER_STUB_H_ +#pragma once #if defined(ENABLE_GPU) diff --git a/chrome/plugin/npobject_base.h b/chrome/plugin/npobject_base.h index 4b0d892..757fa12 100644 --- a/chrome/plugin/npobject_base.h +++ b/chrome/plugin/npobject_base.h @@ -6,6 +6,7 @@ #ifndef CHROME_PLUGIN_NPOBJECT_BASE_H_ #define CHROME_PLUGIN_NPOBJECT_BASE_H_ +#pragma once #include "ipc/ipc_channel.h" #include "third_party/npapi/bindings/npruntime.h" diff --git a/chrome/plugin/npobject_proxy.h b/chrome/plugin/npobject_proxy.h index 2b554c6..f521b92 100644 --- a/chrome/plugin/npobject_proxy.h +++ b/chrome/plugin/npobject_proxy.h @@ -7,6 +7,7 @@ #ifndef CHROME_PLUGIN_NPOBJECT_PROXY_H_ #define CHROME_PLUGIN_NPOBJECT_PROXY_H_ +#pragma once #include "base/ref_counted.h" #include "chrome/plugin/npobject_base.h" diff --git a/chrome/plugin/npobject_stub.h b/chrome/plugin/npobject_stub.h index bf610cb..fde0a5e 100644 --- a/chrome/plugin/npobject_stub.h +++ b/chrome/plugin/npobject_stub.h @@ -7,6 +7,7 @@ #ifndef CHROME_PLUGIN_NPOBJECT_STUB_H_ #define CHROME_PLUGIN_NPOBJECT_STUB_H_ +#pragma once #include <vector> diff --git a/chrome/plugin/npobject_util.h b/chrome/plugin/npobject_util.h index 1334e79..ef68b6e 100644 --- a/chrome/plugin/npobject_util.h +++ b/chrome/plugin/npobject_util.h @@ -6,6 +6,7 @@ #ifndef CHROME_PLUGIN_NPOBJECT_UTIL_H__ #define CHROME_PLUGIN_NPOBJECT_UTIL_H__ +#pragma once #include "build/build_config.h" diff --git a/chrome/plugin/plugin_channel.h b/chrome/plugin/plugin_channel.h index 50d788c..3fb940e 100644 --- a/chrome/plugin/plugin_channel.h +++ b/chrome/plugin/plugin_channel.h @@ -4,6 +4,7 @@ #ifndef CHROME_PLUGIN_PLUGIN_CHANNEL_H_ #define CHROME_PLUGIN_PLUGIN_CHANNEL_H_ +#pragma once #include <vector> #include "base/ref_counted.h" diff --git a/chrome/plugin/plugin_channel_base.h b/chrome/plugin/plugin_channel_base.h index 026c06f..a67049a 100644 --- a/chrome/plugin/plugin_channel_base.h +++ b/chrome/plugin/plugin_channel_base.h @@ -4,6 +4,7 @@ #ifndef CHROME_PLUGIN_PLUGIN_CHANNEL_BASE_H_ #define CHROME_PLUGIN_PLUGIN_CHANNEL_BASE_H_ +#pragma once #include <string> diff --git a/chrome/plugin/plugin_interpose_util_mac.h b/chrome/plugin/plugin_interpose_util_mac.h index 0806007..00119a7 100644 --- a/chrome/plugin/plugin_interpose_util_mac.h +++ b/chrome/plugin/plugin_interpose_util_mac.h @@ -4,6 +4,7 @@ #ifndef CHROME_PLUGIN_PLUGIN_INTERPOSE_UTIL_MAC_H_ #define CHROME_PLUGIN_PLUGIN_INTERPOSE_UTIL_MAC_H_ +#pragma once #include <Carbon/Carbon.h> diff --git a/chrome/plugin/plugin_thread.h b/chrome/plugin/plugin_thread.h index a9d2b3b..99d07ed 100644 --- a/chrome/plugin/plugin_thread.h +++ b/chrome/plugin/plugin_thread.h @@ -4,6 +4,7 @@ #ifndef CHROME_PLUGIN_PLUGIN_THREAD_H_ #define CHROME_PLUGIN_PLUGIN_THREAD_H_ +#pragma once #include "base/file_path.h" #include "base/native_library.h" diff --git a/chrome/plugin/webplugin_delegate_stub.h b/chrome/plugin/webplugin_delegate_stub.h index 407914e..6255710 100644 --- a/chrome/plugin/webplugin_delegate_stub.h +++ b/chrome/plugin/webplugin_delegate_stub.h @@ -4,6 +4,7 @@ #ifndef CHROME_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H_ #define CHROME_PLUGIN_WEBPLUGIN_DELEGATE_STUB_H_ +#pragma once #include <queue> #include <string> diff --git a/chrome/plugin/webplugin_proxy.h b/chrome/plugin/webplugin_proxy.h index b7800e3..1fb72c4 100644 --- a/chrome/plugin/webplugin_proxy.h +++ b/chrome/plugin/webplugin_proxy.h @@ -4,6 +4,7 @@ #ifndef CHROME_PLUGIN_WEBPLUGIN_PROXY_H_ #define CHROME_PLUGIN_WEBPLUGIN_PROXY_H_ +#pragma once #include <string> |