summaryrefslogtreecommitdiffstats
path: root/ceee/testing
diff options
context:
space:
mode:
authorsiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-17 20:14:06 +0000
committersiggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-17 20:14:06 +0000
commit8da2a7eed4598ad578d6da528541ab8b7654f75e (patch)
treedba559408d2cb14bb2da2e4368253020573f97ad /ceee/testing
parent4809a82220d8572138bb88f4722ab81fd5fa4cc1 (diff)
downloadchromium_src-8da2a7eed4598ad578d6da528541ab8b7654f75e.zip
chromium_src-8da2a7eed4598ad578d6da528541ab8b7654f75e.tar.gz
chromium_src-8da2a7eed4598ad578d6da528541ab8b7654f75e.tar.bz2
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
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, 19 insertions, 0 deletions
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 <stdio.h>
+#include <tchar.h>
+
+#endif // CEEE_TESTING_MANUAL_IE_BROKER_CALL_BROKER_PRECOMPILE_H_