From ffe88f7578d07e1924d88abc9e4b6e3d112e6345 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Fri, 4 Sep 2009 20:55:11 +0000 Subject: Delete all precompiled support. It is causing more harm than good, especially when define changes. TEST=none BUG=20889 Review URL: http://codereview.chromium.org/171118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25511 0039d316-1c4b-4281-b951-d872f2087c98 --- sandbox/tools/finder/stdafx.cc | 8 -------- sandbox/tools/finder/stdafx.h | 19 ------------------- sandbox/tools/launcher/stdafx.cc | 8 -------- sandbox/tools/launcher/stdafx.h | 20 -------------------- 4 files changed, 55 deletions(-) delete mode 100644 sandbox/tools/finder/stdafx.cc delete mode 100644 sandbox/tools/finder/stdafx.h delete mode 100644 sandbox/tools/launcher/stdafx.cc delete mode 100644 sandbox/tools/launcher/stdafx.h (limited to 'sandbox/tools') diff --git a/sandbox/tools/finder/stdafx.cc b/sandbox/tools/finder/stdafx.cc deleted file mode 100644 index 407f549..0000000 --- a/sandbox/tools/finder/stdafx.cc +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "sandbox/tools/finder/stdafx.h" - -// TODO: reference any additional headers you need in STDAFX.H -// and not in this file diff --git a/sandbox/tools/finder/stdafx.h b/sandbox/tools/finder/stdafx.h deleted file mode 100644 index f5b821b..0000000 --- a/sandbox/tools/finder/stdafx.h +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef SANDBOX_TOOLS_FINDER_STDAFX_H__ -#define SANDBOX_TOOLS_FINDER_STDAFX_H__ - -#ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0501 -#endif - -#include -#include -#include -#define _ATL_NO_EXCEPTIONS -#include -#include - -#endif // SANDBOX_TOOLS_FINDER_STDAFX_H__ diff --git a/sandbox/tools/launcher/stdafx.cc b/sandbox/tools/launcher/stdafx.cc deleted file mode 100644 index 3b4ef15..0000000 --- a/sandbox/tools/launcher/stdafx.cc +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "sandbox/tools/launcher/stdafx.h" - -// TODO: reference any additional headers you need in STDAFX.H -// and not in this file diff --git a/sandbox/tools/launcher/stdafx.h b/sandbox/tools/launcher/stdafx.h deleted file mode 100644 index 297195c..0000000 --- a/sandbox/tools/launcher/stdafx.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef SANDBOX_TOOLS_LAUNCHER_STDAFX_H__ -#define SANDBOX_TOOLS_LAUNCHER_STDAFX_H__ - -#ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0501 -#endif - -#include -#include -#include -#define _ATL_NO_EXCEPTIONS -#include -#include -#include - -#endif // SANDBOX_TOOLS_LAUNCHER_STDAFX_H__ -- cgit v1.1