From 32b76eff6f630b9bcc0fc3f3bad826f3d1217dda Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Mon, 26 Jul 2010 23:08:24 +0000 Subject: `#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 --- gfx/gfx_paths.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gfx/gfx_paths.h') diff --git a/gfx/gfx_paths.h b/gfx/gfx_paths.h index 7da1acc..596fba3 100644 --- a/gfx/gfx_paths.h +++ b/gfx/gfx_paths.h @@ -4,6 +4,7 @@ #ifndef GFX_GFX_PATHS_H_ #define GFX_GFX_PATHS_H_ +#pragma once // This file declares path keys for the app module. These can be used with // the PathService to access various special directories and files. -- cgit v1.1