From 8da2a7eed4598ad578d6da528541ab8b7654f75e Mon Sep 17 00:00:00 2001 From: "siggi@chromium.org" Date: Wed, 17 Nov 2010 20:14:06 +0000 Subject: Revert 66501 - Removing now-redundant precompile files. This broke the windows compile as I forgot to remove gyp file references to them. BUG=none TEST=it compiles Review URL: http://codereview.chromium.org/5171002 TBR=siggi@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66509 0039d316-1c4b-4281-b951-d872f2087c98 --- ceee/testing/manual/ie_broker/call_broker/precompile.cc | 6 ++++++ ceee/testing/manual/ie_broker/call_broker/precompile.h | 13 +++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 ceee/testing/manual/ie_broker/call_broker/precompile.cc create mode 100644 ceee/testing/manual/ie_broker/call_broker/precompile.h (limited to 'ceee/testing') diff --git a/ceee/testing/manual/ie_broker/call_broker/precompile.cc b/ceee/testing/manual/ie_broker/call_broker/precompile.cc new file mode 100644 index 0000000..76d5c35 --- /dev/null +++ b/ceee/testing/manual/ie_broker/call_broker/precompile.cc @@ -0,0 +1,6 @@ +// 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 new file mode 100644 index 0000000..ca9238e --- /dev/null +++ b/ceee/testing/manual/ie_broker/call_broker/precompile.h @@ -0,0 +1,13 @@ +// 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 +#include + +#endif // CEEE_TESTING_MANUAL_IE_BROKER_CALL_BROKER_PRECOMPILE_H_ -- cgit v1.1