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/test/automation | |
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/test/automation')
-rw-r--r-- | chrome/test/automation/autocomplete_edit_proxy.h | 1 | ||||
-rw-r--r-- | chrome/test/automation/automation_constants.h | 1 | ||||
-rw-r--r-- | chrome/test/automation/automation_handle_tracker.h | 1 | ||||
-rw-r--r-- | chrome/test/automation/automation_messages.h | 1 | ||||
-rw-r--r-- | chrome/test/automation/automation_proxy.h | 1 | ||||
-rw-r--r-- | chrome/test/automation/automation_proxy_uitest.h | 1 | ||||
-rw-r--r-- | chrome/test/automation/browser_proxy.h | 1 | ||||
-rw-r--r-- | chrome/test/automation/dom_element_proxy.h | 1 | ||||
-rw-r--r-- | chrome/test/automation/extension_proxy.h | 1 | ||||
-rw-r--r-- | chrome/test/automation/javascript_execution_controller.h | 1 | ||||
-rw-r--r-- | chrome/test/automation/javascript_message_utils.h | 1 | ||||
-rw-r--r-- | chrome/test/automation/tab_proxy.h | 1 | ||||
-rw-r--r-- | chrome/test/automation/window_proxy.h | 1 |
13 files changed, 13 insertions, 0 deletions
diff --git a/chrome/test/automation/autocomplete_edit_proxy.h b/chrome/test/automation/autocomplete_edit_proxy.h index ae5df8f..5dcf8af 100644 --- a/chrome/test/automation/autocomplete_edit_proxy.h +++ b/chrome/test/automation/autocomplete_edit_proxy.h @@ -4,6 +4,7 @@ #ifndef CHROME_TEST_AUTOMATION_AUTOCOMPLETE_EDIT_PROXY_H_ #define CHROME_TEST_AUTOMATION_AUTOCOMPLETE_EDIT_PROXY_H_ +#pragma once #include <string> #include <vector> diff --git a/chrome/test/automation/automation_constants.h b/chrome/test/automation/automation_constants.h index 68f5889..663c9bd 100644 --- a/chrome/test/automation/automation_constants.h +++ b/chrome/test/automation/automation_constants.h @@ -4,6 +4,7 @@ #ifndef CHROME_TEST_AUTOMATION_AUTOMATION_CONSTANTS_H_ #define CHROME_TEST_AUTOMATION_AUTOMATION_CONSTANTS_H_ +#pragma once namespace automation { // Amount of time to wait before querying the browser. diff --git a/chrome/test/automation/automation_handle_tracker.h b/chrome/test/automation/automation_handle_tracker.h index 26ca976..2e93b7b 100644 --- a/chrome/test/automation/automation_handle_tracker.h +++ b/chrome/test/automation/automation_handle_tracker.h @@ -7,6 +7,7 @@ #ifndef CHROME_TEST_AUTOMATION_AUTOMATION_HANDLE_TRACKER_H__ #define CHROME_TEST_AUTOMATION_AUTOMATION_HANDLE_TRACKER_H__ +#pragma once #include <map> diff --git a/chrome/test/automation/automation_messages.h b/chrome/test/automation/automation_messages.h index 5ae18e9..996bce8 100644 --- a/chrome/test/automation/automation_messages.h +++ b/chrome/test/automation/automation_messages.h @@ -4,6 +4,7 @@ #ifndef CHROME_TEST_AUTOMATION_AUTOMATION_MESSAGES_H__ #define CHROME_TEST_AUTOMATION_AUTOMATION_MESSAGES_H__ +#pragma once #include <string> diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h index 267bc3e..fca2f1b 100644 --- a/chrome/test/automation/automation_proxy.h +++ b/chrome/test/automation/automation_proxy.h @@ -4,6 +4,7 @@ #ifndef CHROME_TEST_AUTOMATION_AUTOMATION_PROXY_H__ #define CHROME_TEST_AUTOMATION_AUTOMATION_PROXY_H__ +#pragma once #include <string> #include <vector> diff --git a/chrome/test/automation/automation_proxy_uitest.h b/chrome/test/automation/automation_proxy_uitest.h index 570da40..55da8cc 100644 --- a/chrome/test/automation/automation_proxy_uitest.h +++ b/chrome/test/automation/automation_proxy_uitest.h @@ -4,6 +4,7 @@ #ifndef CHROME_TEST_AUTOMATION_AUTOMATION_PROXY_UITEST_H_ #define CHROME_TEST_AUTOMATION_AUTOMATION_PROXY_UITEST_H_ +#pragma once #include <string> diff --git a/chrome/test/automation/browser_proxy.h b/chrome/test/automation/browser_proxy.h index ea7938b..70fd140 100644 --- a/chrome/test/automation/browser_proxy.h +++ b/chrome/test/automation/browser_proxy.h @@ -4,6 +4,7 @@ #ifndef CHROME_TEST_AUTOMATION_BROWSER_PROXY_H_ #define CHROME_TEST_AUTOMATION_BROWSER_PROXY_H_ +#pragma once #include "build/build_config.h" diff --git a/chrome/test/automation/dom_element_proxy.h b/chrome/test/automation/dom_element_proxy.h index 84bdd55..0cf027f 100644 --- a/chrome/test/automation/dom_element_proxy.h +++ b/chrome/test/automation/dom_element_proxy.h @@ -4,6 +4,7 @@ #ifndef CHROME_TEST_AUTOMATION_DOM_ELEMENT_PROXY_H_ #define CHROME_TEST_AUTOMATION_DOM_ELEMENT_PROXY_H_ +#pragma once #include <string> #include <vector> diff --git a/chrome/test/automation/extension_proxy.h b/chrome/test/automation/extension_proxy.h index c6ae6dda..1257b9e 100644 --- a/chrome/test/automation/extension_proxy.h +++ b/chrome/test/automation/extension_proxy.h @@ -4,6 +4,7 @@ #ifndef CHROME_TEST_AUTOMATION_EXTENSION_PROXY_H_ #define CHROME_TEST_AUTOMATION_EXTENSION_PROXY_H_ +#pragma once #include <string> diff --git a/chrome/test/automation/javascript_execution_controller.h b/chrome/test/automation/javascript_execution_controller.h index ec6a80f..633ce55 100644 --- a/chrome/test/automation/javascript_execution_controller.h +++ b/chrome/test/automation/javascript_execution_controller.h @@ -4,6 +4,7 @@ #ifndef CHROME_TEST_AUTOMATION_JAVASCRIPT_EXECUTION_CONTROLLER_H_ #define CHROME_TEST_AUTOMATION_JAVASCRIPT_EXECUTION_CONTROLLER_H_ +#pragma once #include <map> #include <string> diff --git a/chrome/test/automation/javascript_message_utils.h b/chrome/test/automation/javascript_message_utils.h index aa462a0..bdfe400 100644 --- a/chrome/test/automation/javascript_message_utils.h +++ b/chrome/test/automation/javascript_message_utils.h @@ -4,6 +4,7 @@ #ifndef CHROME_TEST_AUTOMATION_JAVASCRIPT_MESSAGE_UTILS_H_ #define CHROME_TEST_AUTOMATION_JAVASCRIPT_MESSAGE_UTILS_H_ +#pragma once #include <string> #include <vector> diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h index f2dcb33..dd97f26 100644 --- a/chrome/test/automation/tab_proxy.h +++ b/chrome/test/automation/tab_proxy.h @@ -4,6 +4,7 @@ #ifndef CHROME_TEST_AUTOMATION_TAB_PROXY_H_ #define CHROME_TEST_AUTOMATION_TAB_PROXY_H_ +#pragma once #include "build/build_config.h" // NOLINT diff --git a/chrome/test/automation/window_proxy.h b/chrome/test/automation/window_proxy.h index 3f6fa8a..937f2ae 100644 --- a/chrome/test/automation/window_proxy.h +++ b/chrome/test/automation/window_proxy.h @@ -4,6 +4,7 @@ #ifndef CHROME_TEST_AUTOMATION_WINDOW_PROXY_H__ #define CHROME_TEST_AUTOMATION_WINDOW_PROXY_H__ +#pragma once #include "build/build_config.h" |