summaryrefslogtreecommitdiffstats
path: root/ceee/testing
diff options
context:
space:
mode:
authorsiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-17 19:47:46 +0000
committersiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-17 19:47:46 +0000
commit041753faac64c337c5f3bbd75cb8af42d60d2fbf (patch)
treea484a45caa8e39061c32c70e528fc5d7b062f7c0 /ceee/testing
parentd621991f46b6d75e23347624ac4648df239d5282 (diff)
downloadchromium_src-041753faac64c337c5f3bbd75cb8af42d60d2fbf.zip
chromium_src-041753faac64c337c5f3bbd75cb8af42d60d2fbf.tar.gz
chromium_src-041753faac64c337c5f3bbd75cb8af42d60d2fbf.tar.bz2
Removing now-redundant precompile files.
BUG=none TEST=it compiles Review URL: http://codereview.chromium.org/5171002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ceee/testing')
-rw-r--r--ceee/testing/manual/ie_broker/call_broker/precompile.cc6
-rw-r--r--ceee/testing/manual/ie_broker/call_broker/precompile.h13
2 files changed, 0 insertions, 19 deletions
diff --git a/ceee/testing/manual/ie_broker/call_broker/precompile.cc b/ceee/testing/manual/ie_broker/call_broker/precompile.cc
deleted file mode 100644
index 76d5c35..0000000
--- a/ceee/testing/manual/ie_broker/call_broker/precompile.cc
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright (c) 2010 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.
-//
-// Precompile generator file.
-#include "ceee/testing/manual/ie_broker/call_broker/precompile.h"
diff --git a/ceee/testing/manual/ie_broker/call_broker/precompile.h b/ceee/testing/manual/ie_broker/call_broker/precompile.h
deleted file mode 100644
index ca9238e..0000000
--- a/ceee/testing/manual/ie_broker/call_broker/precompile.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright (c) 2010 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.
-//
-// Precompile header for IE broker manual test to call the broker.
-
-#ifndef CEEE_TESTING_MANUAL_IE_BROKER_CALL_BROKER_PRECOMPILE_H_
-#define CEEE_TESTING_MANUAL_IE_BROKER_CALL_BROKER_PRECOMPILE_H_
-
-#include <stdio.h>
-#include <tchar.h>
-
-#endif // CEEE_TESTING_MANUAL_IE_BROKER_CALL_BROKER_PRECOMPILE_H_