summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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_