summaryrefslogtreecommitdiffstats
path: root/sandbox/tools
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-04 20:55:11 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-04 20:55:11 +0000
commitffe88f7578d07e1924d88abc9e4b6e3d112e6345 (patch)
tree123976c73b7f49ba66efd8e394c1797bbdef115c /sandbox/tools
parentdb5e2d909a38d03b013a3b581e394091079b57d4 (diff)
downloadchromium_src-ffe88f7578d07e1924d88abc9e4b6e3d112e6345.zip
chromium_src-ffe88f7578d07e1924d88abc9e4b6e3d112e6345.tar.gz
chromium_src-ffe88f7578d07e1924d88abc9e4b6e3d112e6345.tar.bz2
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
Diffstat (limited to 'sandbox/tools')
-rw-r--r--sandbox/tools/finder/stdafx.cc8
-rw-r--r--sandbox/tools/finder/stdafx.h19
-rw-r--r--sandbox/tools/launcher/stdafx.cc8
-rw-r--r--sandbox/tools/launcher/stdafx.h20
4 files changed, 0 insertions, 55 deletions
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 <stdio.h>
-#include <tchar.h>
-#include <windows.h>
-#define _ATL_NO_EXCEPTIONS
-#include <atlbase.h>
-#include <atlsecurity.h>
-
-#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 <stdio.h>
-#include <tchar.h>
-#include <windows.h>
-#define _ATL_NO_EXCEPTIONS
-#include <atlbase.h>
-#include <atlsecurity.h>
-#include <conio.h>
-
-#endif // SANDBOX_TOOLS_LAUNCHER_STDAFX_H__