blob: ef85751406ae5438df40b9b771a822f0e2f31001 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// 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_
|