summaryrefslogtreecommitdiffstats
path: root/ceee
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
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')
-rw-r--r--ceee/ie/common/precompile.cc6
-rw-r--r--ceee/ie/common/precompile.h14
-rw-r--r--ceee/ie/testing/precompile.cc6
-rw-r--r--ceee/ie/testing/precompile.h19
-rw-r--r--ceee/testing/manual/ie_broker/call_broker/precompile.cc6
-rw-r--r--ceee/testing/manual/ie_broker/call_broker/precompile.h13
6 files changed, 0 insertions, 64 deletions
diff --git a/ceee/ie/common/precompile.cc b/ceee/ie/common/precompile.cc
deleted file mode 100644
index 46a23d0..0000000
--- a/ceee/ie/common/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/ie/common/precompile.h"
diff --git a/ceee/ie/common/precompile.h b/ceee/ie/common/precompile.h
deleted file mode 100644
index 5a934ee..0000000
--- a/ceee/ie/common/precompile.h
+++ /dev/null
@@ -1,14 +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 CEEE.
-
-#ifndef CEEE_IE_COMMON_PRECOMPILE_H_
-#define CEEE_IE_COMMON_PRECOMPILE_H_
-
-#include <atlbase.h>
-#include <atlcom.h>
-#include <atlstr.h>
-
-#endif // CEEE_IE_COMMON_PRECOMPILE_H_
diff --git a/ceee/ie/testing/precompile.cc b/ceee/ie/testing/precompile.cc
deleted file mode 100644
index 975a615..0000000
--- a/ceee/ie/testing/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/ie/testing/precompile.h"
diff --git a/ceee/ie/testing/precompile.h b/ceee/ie/testing/precompile.h
deleted file mode 100644
index ef85751..0000000
--- a/ceee/ie/testing/precompile.h
+++ /dev/null
@@ -1,19 +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 CEEE unittests.
-
-#ifndef CEEE_IE_TESTING_PRECOMPILE_H_
-#define CEEE_IE_TESTING_PRECOMPILE_H_
-
-#include <atlbase.h>
-#include <atlcom.h>
-#include <atlstr.h>
-
-#include "ceee/testing/utils/mock_com.h"
-#include "ceee/testing/utils/test_utils.h"
-#include "testing/gmock/include/gmock/gmock.h"
-#include "testing/gtest/include/gtest/gtest.h"
-
-#endif // CEEE_IE_TESTING_PRECOMPILE_H_
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_